/* CSS Document */

.highlightwrapper {
	width: 670px;
	vertical-align: top;
	background-image: url(../images/largebox_content.gif);
	background-repeat: repeat-y;
}
.highlighttop {
	width: 670px;
	height: 14px;
	background-image: url(../images/largebox_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.highlightheader {
	width: 670px;
	background-image: url(../images/largebox_title.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: -1px;
	margin-bottom: 0px;
}
.highlightheaderend {
	width: 670px;
	height: 3px;
	background-image: url(../images/largebox_titlebottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.highlightheading {
	width: 610px;
	background-repeat: no-repeat;
	margin-left: 30px;
}
.highlighttext {
	width: 620px;
	padding-left: 30px;
	margin-top: 7px;
	padding-top: 0px;
}
.highlighttextwrap {
	width: 670px;
	margin-top: 0px;
	padding-top: 0px;
}
.highlightbottom {
	width: 670px;
	height: 24px;
	background-image: url(../images/largebox_bottom.gif);
	background-repeat: no-repeat;
}


/* transparent  edges- PNG24 highlight text box */
.highlightwrapperpng {
	width: 670px;
	vertical-align: top;

}
.highlighttoppng {
	width: 670px;
	height: 14px;
	background-image: url(../images/largebox_top.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.highlightheaderpng {
	width: 670px;
	background-image: url(../images/largebox_title.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.highlighttextwrappng {
	width: 670px;
	margin-top: 0px;
	padding-top: 0px;
background-image: url(../images/largebox_content.png);
	background-repeat: repeat-y;
}
.highlighttextpng {
	width: 620px;
	padding-left: 30px;
	padding-top: 12px;
	padding-top: 0px;
}
.highlightheaderendpng {
	width: 670px;
	height: 3px;
	background-image: url(../images/largebox_titlebottom.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.highlightbottompng {
	width: 670px;
	height: 24px;
	background-image: url(../images/largebox_bottom.png);
	background-repeat: no-repeat;
}

