@charset "utf-8";
/* CSS Document */
body {

	font-family: "verdana";
	font-size: 12px;
	color:#cccccc;
	
}

a:link {
    font-size:12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size:12px;
	color: #333333;
	text-decoration: none;

}
a {
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

.texto
{font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#333;}

.texto_cinza
{font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#cccccc;}

.texto_cinza_just
{font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#cccccc;
text-align:justify;}

.titulo_cinza
{font-family:Verdana, Geneva, sans-serif;
font-size:18px;
color:#cccccc;}

