/* the blue #003366 */
BODY { 
	margin: 0 0 0 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A:link { color: blue; text-decoration: underline; }
A:visited { color: blue; text-decoration: underline; }
A:hover { color: #00918F; text-decoration: underline; }


A.editnavbar:link { color: white; text-decoration: none; }
A.editnavbar:visited { color: white; text-decoration: none; }
A.editnavbar:hover { color: red; text-decoration: underline; }

A.copyright:link { color: black; text-decoration: none; }
A.copyright:visited { color: black; text-decoration: none; }
A.copyright:hover { color: #003366; text-decoration: underline; }

A.plain:link { color: black; text-decoration: none; }
A.plain:visited { color: black; text-decoration: none; }
A.plain:hover { color: #003366; text-decoration: none; }

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 13pt;
}


table.formtable {
	background-color: #E3E1E1;
	border: 1px solid black;
}

.forminput,
.formbutton,
.formarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

/*
.forminput,
.formarea {
	width: 300px;
}
*/

.forminput {
	height: 17px;
}

.formbutton { 
	cursor: hand;
	height: 24px;
	background: url('/images/btn_bkg.gif');
}

.formtext {
	font-size: 11px;
}

td.bkglogo {
	background: white url('/images/bkg_logo2.jpg') no-repeat center 120px;
}

td.contacttext {
	color: #003366; 
	text-decoration: none; 
	font-weight : bold;
}

span.blue { 
	color: #003366; 
	text-decoration: none; 
	font-weight : bold;
}
