/* CSS Document */
html { height: 100%; }
body, td, p, form {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000; padding: 0; margin: 0;}
a { color: #a81725; font-weight: bold; text-decoration: none;}
a.hover { color: #465c28; font-weight: bold; text-decoration:underline;}
 
a:link {
	color: #996633;
	text-decoration: none;
}
a:visited {
	color: #4e3f1e;
	text-decoration: none;
}
a:hover {
	color: #465c28;
	text-decoration: none;
}
a:active {
	color: #d202d;
	underline: 0;
	text-decoration: none;
}

.headers{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18pt;
color:#0f3f66;
}
.smallHeader{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;
line-height:16pt;
color:#4e3f1e;
}
.greenHeader{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:#465c28;
}
.brownHeader{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:#604A23;
}

.pictext {
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: italic;
}