body {
 SCROLLBAR-FACE-COLOR:#253163;
 SCROLLBAR-HIGHLIGHT-COLOR:#D3B88D;
 SCROLLBAR-SHADOW-COLOR:#D3B88D;
 SCROLLBAR-3DLIGHT-COLOR:#D3B88D;
 SCROLLBAR-ARROW-COLOR:#EDDEC9;
 SCROLLBAR-TRACK-COLOR:#DED2C0;
 SCROLLBAR-DARKSHADOW-COLOR:#D3B88D;
}

H1  {
        font-family: verdana, arial, helvetica, sans-serif; 
	font-size:10pt;
	line-height: 10pt;
	font-weight: 100; 
	margin: 0px; 
}

.header {
background-color:#F0E7DE;
color: #000000;
border: 1px solid #5B4827;
font-weight: bold;
}

.main {
font-family: verdana;
font-size:10pt;
background-color: #F0E7DE;
color: #000000;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 15px;
width: 100%;
border: 1px solid #A97949;
}

.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #172872;
	text-decoration: none;
}
.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background: #8B8279
	border-left: 10px solid #1c64d1; 
	text-decoration: underline;
	padding: 2px 2px 2px 0.2em;
	width: 100%;
}
.subnavlink {
	font-weight: bold;
	font-size:10pt;
	text-decoration: none;
	color: #AAB7E0;
	
}
.subnavlink:hover {
	font-weight: bold;
	font-size:10pt;
	text-decoration: underline;
	color: #DAAFF5;
	background: #F5E9DD;
}