@charset "utf-8";
/* CSS Document */
.textoPadrao
{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
}
.subtitulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.head{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#800000;
	font-weight:bold;
}
.textoMenor
{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:9px;
}
.textoMenorTitulo
{
	font-family:Verdana, Geneva, sans-serif;
	color:#800000;
	font-size:12px;
	font-weight:bold;
}
.errophp
{
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-size:10px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.protocolo
{ font-family:Verdana, Geneva, sans-serif; font-size:16px; color:#06F; font-weight:bold;}

