/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#1c3350;
background-color:#EEEEEE;
}
table {
border-collapse:collapse;
}
a:link {
color:#014E82;
}
a:visited {
color:#014E82;
}
a:active{
color:#014E82;
}
a:hover {
color:#827401;
}
.home {
font-size:10px;
}
.altColor {
color:white;
}
.altColor a:link {
color:white;
text-decoration:underline;
}
.altColor a:visited {
color:white;
text-decoration:underline;
}
.altColor a:active {
color:white;
text-decoration:underline;
}
.altColor a:hover {
color:#d3eafc;
text-decoration:underline;
}
.footer {
color:white;
border-top:1px solid white;
padding:5px;
font-size:10px;
}
.footer a:link {
color:white;
text-decoration:none;
}
.footer a:visited {
color:white;
text-decoration:none;
}
.footer a:active {
color:white;
text-decoration:none;
}
.footer a:hover {
color:white;
text-decoration:underline;
}
.mainContent {
background: #d3eafc url(images/main_bg.jpg) bottom repeat-x;
padding:10px 15px 10px 15px;
}
.emph {
color:#014E82;
font-weight:bold;
}
.heading1 {
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#014E82;
}
.text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#014E82;
}
.text2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#1C3350;
}


.border_top {
border-top:1px solid #014E82;
}
.input, INPUT {
	font-family: Verdana, Tahoma, Arial;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#6D90B0;
}
INPUT.submit {
	font-family: Verdana, Tahoma, Arial;
	font-size:11px;
	color:#F5FFFF;
	background-color:#01395E;
	border-style:solid;
	border-width:1px;
	border-color:#FFFBFF;
	cursor: pointer;
}
.error { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ff0000;
	font-weight: none; 
}

