/* CSS Document */
.textoPadrao{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.textoPadraoBranco{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}
.textoPadraoTitulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}

.textoVermelho{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#F00;
}

input{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.errophp{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#F00;
}


form{
	margin:0px;
	padding:0px;
}


a {
	font-size: 11px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.vermelho {
	font-size: 11px;
	color: #F00;
}
a.vermelho:link {
	text-decoration: none;
}
a.vermelho:visited {
	text-decoration: none;
	color: #F00;
}
a.vermelho:hover {
	text-decoration: none;
	color: #F00;
}
a.vermelho:active {
	text-decoration: none;
	color: #F00;
}
