
A {text-decoration:none; color: #2074C8;}
A:link {text-decoration: none; color: #2074C8;}
A:visited {text-decoration: none; color: #2074C8;} 
A:active {text-decoration: underline;}	
A:hover {text-decoration: underline; color: black;}

A.special {text-decoration:none; color: white;}
A.special:link {text-decoration: none; color: white;}
A.special:visited {text-decoration: none; color: white;} 
A.special:active {text-decoration: none;}	
A.special:hover {text-decoration: none; color: white;}
A.special:hover{background-color:#2074C8;}
A.special:link {cursor: default}

textarea     { color: black; font-family: Verdana; font-size: 8pt }
input        { color: black; font-family: Verdana; font-size: 8pt }
select       { color: black; font-family: Verdana; font-size: 8pt }

body		   { 
scrollbar-face-color: #FFF7E1;
				  	
              }
.dotted 
{
	border: 1pt dashed #000000;
	background-color: #FFF7E1;
}
.dotted2 
{
	border: 1pt dashed #000000;
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 10px;
}