.caixa {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	background-color: #FFFFFF;
	border: 1px inset #000000;
}
.texto_cinza {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.texto_menor {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.titulos 
	{
	font-family: verdana;
	font-size: 16px;
	color: #333333;
	}

.subtitulos 
	{
	font-family: verdana;
	font-size: 16px;
	color: #ff0000;
	}

.link2 {
	color: #CC0000;
	font-family: Arial;
	font-size: 12px;
}
.texto_branco {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.botao {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
}

a:link	{
	color: #333333;
	text-decoration:none;
	}
a:visited	{
	color: #333333;
	text-decoration:none;
	}
a:hover	{
	color: #333333;
	text-decoration:underline;
	}



