BODY, TD, TR {
	color: #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
}

H1 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 24pt;
	color: #006633;
	font-weight :  bold;}

H2 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 14pt;
	color: Gray;
	margin-left : 30;
}

H3 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight :  bold;
	color: Olive;
	margin-left : 30;
}

H4 {
	font-family : Verdana, Arial, sans-serif;
    font-size: 10pt;
	font-weight: bold;
	color : Gray;
}

H5 {
	font-family : Verdana, Arial, sans-serif;
    	font-size: 8pt;
	color : Black;
}

H6 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight :  italic;
	color: Olive;
	margin-left : 50;
}
	
A {
	color: #1177CC;
}
A:Link {
	text-decoration: underline;
	color: #006633;
}
A:visited {
	text-decoration: underline;
	color: 006633;
}
A:active {
	text-decoration: underline;
	color: 006633;
}
A:Hover {
	text-decoration: underline;
	color: Green;
	background : #99cc99;
}

HR {
	color: Olive;
	height: 1pt;
}

.darkbtn{  
   font-family: Arial;
   font-weight: bold;
   color: #FFFFFF;
	border:1;
	border-style:outset;
	background-color:#006633;
	border-color:#99CCFF;
}
BODY{
scrollbar-face-color:#5C6F42;
scrollbar-arrow-color:white;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';