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

body {
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #002d56;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #003366;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	font-size: 9pt;
	font-family: arial;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	font-size: 9pt;
	font-family: arial;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	font-size: 9pt;
	font-family: arial;
	text-decoration: underline;
}
.mainTableBkgnd {
	background-color: #002d56;
}
.bluebkgnd {
	background-color: #002d56;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
}
.blackhrule {
	border: 1px solid #000000;
}
.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.bluehrule {
	border: 3px solid #5e88a2;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
