<!-- 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(body_bg.gif);
	background-repeat: repeat-x;
	background-color: #7A7A7A;
	text-align: center;
	margin-top: 0px;
}

hr {
	color: #AEC4E3;
	height: 1px;
}

a:link{
	color: #0E5CC4;
}
a:visited{
	color: #0E5CC4;
}
a:hover{
	color: #333333;
}

.checkbox {
	height: 15px;
	width: 15px;
}

.radio {
	height: 15px;
	width: 15px;
}

a.white:link{
	color: #ffffff;
}
a.white:visited{
	color: #ffffff;
}
a.white:hover{
	color: #D7D7D7;
}
a.gray:link{
	color: #D7D7D7;
}
a.gray:visited{
	color: #D7D7D7;
}
a.gray:hover{
	color: #ffffff;
}

a.redlink:link{
	color: #BF1A1A;
}
a.redlink:visited{
	color: #BF1A1A;
}
a.redlink:hover{
	color: #333333;
}

.gray_link:link {
	color: #D7D7D7;
}
.gray_link:visited {
	color: #D7D7D7;
}
.gray_link:hover {
	color: #ffffff;
}


a.white_tn:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.white_tn:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.white_tn:hover{
	color: #D7D7D7;
	text-decoration: none;
	font-weight: bold;
}
.tn_div{
	padding: 0px 0px 0px 0px;
}

a.ln_link:link{
	color: #0E5CC4;
	font-weight: bold;
	text-decoration: underline;
}
a.ln_link:visited{
	color: #0E5CC4;
	font-weight: bold;
	text-decoration: underline;
}
a.ln_link:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a.ln_link_green:link{
	color: #0C913C;
	font-weight: bold;
	text-decoration: underline;
}
a.ln_link_green:visited{
	color: #0C913C;
	font-weight: bold;
	text-decoration: underline;
}
a.ln_link_green:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a.ln_selected:link{
	color: #BF1A1A;
	font-weight: bold;
	text-decoration: none;
}
a.ln_selected:visited{
	color: #BF1A1A;
	font-weight: bold;
	text-decoration: none;
}
a.ln_selected:hover{
	color: #BF1A1A;
	font-weight: bold;
	text-decoration: none;
}

a.ln_more:link{
	font-size: 11px;
	color: #0E5CC4;
}
a.ln_more:visited{
	font-size: 11px;
	color: #0E5CC4;
}
a.ln_more:hover{
	font-size: 11px;
	color: #333333;
}

.ln_header{
	height: 21px;
	background-image: url(left_nav_header.gif); 
	background-repeat: no-repeat; 
	padding: 8px 0px 0px 30px; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: left;
}

.ln_header_green{
	height: 21px;
	background-image: url(left_nav_header_green.gif); 
	background-repeat: no-repeat; 
	padding: 8px 0px 0px 30px; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: left;
}

.ln_header2{
	height: 21px;
	background-image: url(left_nav_header2.gif); 
	background-repeat: no-repeat; 
	padding: 7px 0px 0px 30px; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: left;
}

.ln_header2_green{
	height: 21px;
	background-image: url(left_nav_header2_green.gif); 
	background-repeat: no-repeat; 
	padding: 7px 0px 0px 30px; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: left;
}

.ln_text_ad{
	font-size: 11px;
	color: #333333;
}

.field_indent , .field_indent_2x , .field_indent_1-5x , .field_indent_1x{
	padding-bottom: 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.field_indent{
	background-image: url(field_indent.gif);
}

h1 {
	color: #0C53B5;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h1.white {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 17px 0px 0px 220px;
	margin: 0px;
}

h1.feature_tour {
	color: #BF1A1A;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}

h2 {
	color: #BF1A1A;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #5F5F5F;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a.form_detail:link{
	color: #0E5CC4;
	font-weight: bold;
}
a.form_detail:visited{
	color: #0E5CC4;
	font-weight: bold;
}
a.form_detail:hover{
	color: #333333;
	font-weight: bold;
}

.gray_text{
	color: #D7D7D7;
}

ul.check_list{
	list-style-image: url(green_check.gif);
	margin: 10px 0px 0px 25px;
	padding: 4px;
	font-size: 12px;
}

li.check_list{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
}

ul.red_x{
}

hr.feature_tour{
	clear:both;
	margin-top: 15px;
}


a.more_extras:link{
	color: #919191;
	font-weight: bold;
	font-size: 11px;
}
a.more_extras:visited{
	color: #919191;
	font-weight: bold;
	font-size: 11px;
}
a.more_extras:hover{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

.ps_featured_headers {
	color: #0C53B5;
	font-size: 12px;
	font-weight: bold;
}

.ph_featured_headers {
	color: #0C913C;
	font-size: 12px;
	font-weight: bold;
}

-->