﻿body {
	margin: 0px;
	background-color: #000066;
	padding: 0px;
}
.top_bar {
	border: 1px solid #A4D1FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E1F0FF;
	color: #0070DF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	color: #D70000;
	padding-bottom: 5px;
}
.blu_tble {
	background-image: url('images/blu_bgnd.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.hrg_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3399FF;
}
.quick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.quick a:link, .quick a:active, .quick a:visited {
	background-position: left center;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('images/arw_off.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
}
.quick a:hover {
	background-position: left center;
	text-decoration: none;
	color: #FFCC00;
	background-image: url('images/arw_on.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	background-color: #FFFFCC;
	border: 1px solid #FFCC99;
	padding: 7px 10px 7px 10px;
}
.logo {
	padding-top: 10px;
}
