/* CSS Document */


A.clase1:visited {color:#ffffff;text-decoration: none;} 
A.clase1:active {color:#ffffff;} 
A.clase1:link {color:#ffffff;text-decoration: none;} 
A.clase1:hover {color:#ffffff;text-decoration: underline;} 


A.azul:visited {color:#004F75;text-decoration: none;} 
A.azul:active {color:#004F75;} 
A.azul:link {color:#004F75;text-decoration: none;} 
A.azul:hover {color:#004F75;text-decoration: underline;} 

A.once:verdana{font-size:11;font-weight:normal;color:#333333} 

body {font-family:verdana;font-size:11;font-weight:normal;color:#333333} 
td {font-family:verdana;font-size:11;font-weight:normal} 

.form
  {
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
	color: #333333;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	width: 45px;
	border: 1px solid #333333;
	background-color: #999999;


  }
