body {
 SCROLLBAR-FACE-COLOR:#EA828D;
 SCROLLBAR-HIGHLIGHT-COLOR:#FDFBF3;
 SCROLLBAR-SHADOW-COLOR:#FDFBF3;
 SCROLLBAR-3DLIGHT-COLOR:#FDFBF3;
 SCROLLBAR-ARROW-COLOR:#4B4F53;
 SCROLLBAR-TRACK-COLOR:#DBDDDF;
 SCROLLBAR-DARKSHADOW-COLOR:#EEDBC8;
}

H1  {
        font-family: verdana, arial, helvetica, sans-serif; 
	font-size:10pt;
	line-height: 10pt;
	font-weight: 100; 
	margin: 0px; 
}

.header {
background-color: #F4C3C1;
color: #8F5857;
border: 1px solid #000000;
font-weight: bold;
}

.main {
font-family: verdana;
font-size:10pt;
background-color: #FAFAFA;
color: #000000;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
border: 1px solid #8F5857;
}

.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A7535D;
	text-decoration: none;
}
.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5B3F43;
	text-decoration: underline;
}
.subnavlink {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	
}
.subnavlink:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #EEDBC8;
	background: #EEDBC8;
}