.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
	
   cursor: pointer;   
   background-color:#FFFFFF;
   border:0px;
   }
	  
a:link {
	color: 				#000099;
	text-decoration: none;
}
		
a:visited {
	color:				#003366;
	text-decoration: none;
}

a:active {
	color: #000066;
	text-decoration: underline;
}	
	
a:hover {
	color: #000066;
	text-decoration: underline;
}



.doc a:link {
	color: 				#000099;
	text-decoration: none;
}
		
.doc a:visited {
	color:				#003366;
	text-decoration: none;
}

.doc a:active {
	color: #000066;
	text-decoration: underline;
}	
	
.doc a:hover {
	color: #000066;
	text-decoration: underline;
}

