/* CSS Document */


td{
	font-size:12px;
	font-family:arial;
	color:#000000;
}

a{
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
	font-family:tahoma;
	font:900  
}

a:hover{
	font-size:10px;
	color:red;
}

a:visited{
	font-size:10px;
	color:#ffffff;   
}

a.black{
	color:#000000;
	font:10px;
	text-decoration:none
}

a.black:hover{
	font-size: 10px;
	color:red;
}

a.black:visited{
	color:#000000;
	font:900;
}

.inputfim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	color: #0220B2;
}

.link-download {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:10px; 
	padding-right:10px; 
	height:25px; 
	cursor:pointer;
}

