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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
body {
	background-color: #2178A3;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #534682;
	text-decoration: none;
}
a:visited {
	color: #534682;
	text-decoration: none;
}
a:hover {
	color: #534682;
	text-decoration: underline;
	}
a:active {
	color: #534682;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align:left;
	color: #007AA6;
}
.header_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color: #195C87;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #FFF;
}
input {
	border:1px solid #999;
	height:18px;
	font-size:11px;
	color:#999;
}
.submitbutton {
	background-color:#8A89B6;
	border:1px solid #999;
	font-size:11px;
	color:#fff;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #666;
	text-align:justify;
}
.whiteheader {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.cellover {
	background-color:#E8E2F4;
}
.celldefault {
	background-color:#FFF;
}
