@charset "ISO-8859-1";
.maintxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.sub_headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.dashed_splitter_vert {
	border: thin dotted #CCCCCC;
}
.vert_splitter {
	background-attachment: scroll;
	background-image: url(images/Vertical_Spacer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.horiz_splitter {
	background-attachment: scroll;
	background-image: url(images/Horiz_Spacer.png);
	background-repeat: no-repeat;
	background-position: left center;
}

