a { text-decoration: none; }

a:link
{
	color: rgb(0,0,0); 
	
	}
a:visited
{
	color: rgb(0,0,0); 
} 
a:active 
{
	color: rgb(255,0,0);
}
a:hover 
{
	text-decoration: underline; 
	color: rgb(255,0,0); 
}

body      
   { font-family:Arial, Helvetica; 
   font-size: 12pt; 
   background-color:rgb(51,204,51); 
   color: rgb(255,255,255);
   
   scrollbar-3dlight-color:white;
   scrollbar-arrow-color:darkblue;
   scrollbar-base-color:grey;
   scrollbar-darkshadow-color:darkgrey;
   scrollbar-face-color:rgb(51,204,51);
   scrollbar-highlight-color:grey;
   scrollbar-shadow-color:grey
   }
   
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	background-color: rgb(51,204,51);

}
p, td, tr
{
	font-family: Arial;
	font-size: 10pt;
	color: rgb(0,0,0);
}

.textbox
{
	background : white;
	BORDER-LEFT: darkgreen thin dotted; 
	BORDER-RIGHT: white thin dotted; 
	BORDER-TOP: white thin dotted; 
	BORDER-BOTTOM: darkgreen thin dotted
}

.header
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0,128);
	border-bottom : 1px dotted red
}



   {scrollbar-3dlight-color:white;
    scrollbar-arrow-color:black;
    scrollbar-base-color:red;
    scrollbar-darkshadow-color:black;
    scrollbar-face-color:red;
    scrollbar-highlight-color:black;
    scrollbar-shadow-color:white}
 