﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-size: 11px;
	font-family: Tahoma;
	background-color: #e5e5dd;
}
.cinza
{
	color: #797979;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}
a.cinza:hover
{
	color: black;
	text-decoration: underline;
}
.preto
{
	color: black;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
.vermelho
{
	color: red;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
a.preto:hover
{
	color: black;
	text-decoration: underline;
}
.azul
{
	color: #1b5184;
	text-decoration: none;
}
a.azul:hover
{
	color: #4d9cca;
	text-decoration: none;
}
.cinza_tahoma
{
	color: #797979;
	text-decoration: none;
}
.borda_azul
{
	border-right: #27629a 1px solid;
	border-top: #27629a 1px solid;
	border-left: #27629a 1px solid;
	border-bottom: #27629a 1px solid;
}
a.borda_azul:hover
{
	border-right: #6ab5e1 1px solid;
	border-top: #6ab5e1 1px solid;
	border-left: #6ab5e1 1px solid;
	border-bottom: #6ab5e1 1px solid;
}
.txt
{
	font-size: 11px;
	font-family: Tahoma;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}
.erro
{
	font-size: 11px;
	font-family: Tahoma;
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	background-color: antiquewhite;
}