@charset "utf-8";
/* CSS Document */

*{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#D1D5DE;
}

body{
	margin:0px;
	padding:0px;
}

#main_table {
	width:767px;
	/*border:1px solid #415C71;*/
}

#footer {
	height:25px;
}

.hr_color {
	border:0px;
	background-color:#BFC9D2;
	color:#BFC9D2;
}

.site_credit {
	height:25px;
	padding-left:20px;
}

.footer_menu {
	height:25px;
	padding-right:20px;
	vertical-align:middle;
	width:350px;
}

.footer_menu a, .site_credit a{
	text-decoration:none;
}

.footer_menu a:hover, .site_credit a:hover{
	text-decoration:underline;
	color:#02356A;
}

#top_image{
	background-image:url(/images/bkgrd_top.jpg);
	height:11px;
	background-repeat:repeat-x;
	margin-top:0px;
	padding-top:0px;
}

.news_ticker{
	width:280px;
}

.footer_text{
	font-family:"Trebuchet MS";
	color:#808285;
}

.footer_text_highlight{
	font-family:"Trebuchet MS";
	color:#005a9e;
	text-decoration:none;
}

.footer_text_highlight:hover{
	font-family:"Trebuchet MS";
	color:#005a9e;
	text-decoration:underline;
}

.section_title{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#da2128;
}

.form_note{
	font-family:"Trebuchet MS";
	color:#da2128;
	font-size:10px;
	font-style:italic;
}

.dk_grey{
	color:#464646;
}

.dk_grey select{
	color:#464646;
}

.dk_grey select option{
	color:#464646;
}

input, textarea{
	color:#464646;
}