/*  CSS Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #464646;
}
p {
	margin:0px;
	margin-top:6px;
	margin-bottom:6px;
}
.text1_hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom:8px;
}
.text_grayArl, body, .text1, .text_14px, .text_16px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.text_10px, .s10px {
	font-size:10px;
}

.text_11px, .s11px {
	font-size:11px;
}

.text_12px, .s12px {
	font-size:12px;
}

.text_14px, .s14px {
	font-size:14px;
}

.text_16px, .s16px {
	font-size:16px;
}

.text_blueBld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224380;
	font-weight: bold;
}
.text_ftr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top:6px;
	margin-bottom:8px;
	text-decoration:none;
}
a.text_ftr:visited, a.text_ftr:link, a.text_ftr:active {
			color: #666666;
		}
		a.text_ftr:hover{
			color: #286FFF;
		}
		
.watermark {
	background-image: url(img/road_backer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:842px;
	height:78px;
	z-index:1;
}

