/* CSS Document */

  A:VISITED {
	font-family: Tahoma, Verdana;
	color: #898989;
    text-decoration: none;
}

  A:LINK {
	font-family: Tahoma, Verdana;
	color: #898989;
	text-decoration: none;

}

  A:HOVER {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
}

  A:ACTIVE {
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana; 
	font-size: 12px;
	color: #898989;
}


td {
	font-family: Tahoma, Verdana; 
	font-size: 12px;
	color: #898989;
}

.laranja_negrito {
	color: #f9c300;
	font-weight: bold;
}

.titulo {
	font-family: Tahoma, Verdana; 
	font-size: 14px;
	font-weight: bold;
	color: #4a4540;	
}

.forms {
	font-family: Tahoma, Verdana; 
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

