/* CSS Document */

body {
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002559;
}

.smalltext {font-size: 10px}

.maintext {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

input {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #666666;
}

.submitbutton {
border: 0px;
}

textarea {
border: 1px solid #666666;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal
} 

#header {
	background-color: #002559;
	background-image: url(images/bluebg.gif);
}

#mainTable {
}

#leftcol {
	width: 230px;
}

#rightcol {
	width: 230px;
}

#footer {
	background-color: #B7D3FF;
	background-image: url(images/lightbluebg.gif);
	height: 30px;
	font-size: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

.resultslinks a:link {
	color: #003366;
	text-decoration: none;
}

.resultslinks a:visited{
	color: #003366;
	text-decoration: none;
}

.resultslinks a:hover {
	color: #FF0000;
	text-decoration: none;
}
.resultslinks a:active{
	text-decoration: none;
	color: #FF0000;
}
