body {
	background-color: #ABABAB;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p, ul, ol, td, th, blockquote { 
	font-size: 12px;
}
ul {
	list-style-type: disc;	
	list-style-position: outside;
}
h1 { 
	font-size: 18px;
	color: #0549E8;
}
h2 { 
	font-size: 16px;
	color: #0549E8;
}
h3, legend {
	font-size: 14px;
	color: #0549E8;
}
a {
	color: #0549E8;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}
.navigation li a {
	/*background-image: url(nav1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;*/
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 1px 0 5px 10px;
	text-decoration: none;
	font-size: 13px;
}
.navigation li a.subnavlinks {
	/*background-image: url(nav1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;*/
	color: #0549E8;
}
.navigation li a:visited {
	text-decoration: none;
	font-size: 13px;
}
.navigation li a:hover {
	/*background-position: 0 -50px;*/
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}
.navigation ul li ul li a {
	/*background-image: url(nav2.gif);*/
	padding: 1px 0 5px 20px;
	font-size: 13px;
}
.bluebox {
	border: 1px solid #0549E8;
}
.bordertop {
	border-top: 1px solid #0549E8;
}
.blackbox {
	border: 1px solid #000000;
}
.blueheader {
	color: #0549E8;
	font-size: 14px;
	font-weight: bold;
}
.whiteheader {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.errortext {
	font-size: 13px;
	line-height: 15px;
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	font-size: 13px;
	line-height: 15px;
	color: #0549E8;/*#006699;*/
	font-weight: bold;
}
.footertext {
	font-size: 11px;
	color: #333333;
}
.whitetext {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#headertable {
	border-top: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}

