.cinza {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.preto {

	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.azul {


	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006DA6;
	text-decoration: none;
}
.branco {


	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.azul2 {



	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #9dcde3;
	text-decoration: none;
}
.vermelho {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
}
.azul3 {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}

.Titulo {
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    TEXT-INDENT: 2px;
    FONT-FAMILY: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

.SubTitulo {

	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Campo {
	BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #CCCED1 1px solid; BORDER-LEFT: #CCCED1 1px solid; BORDER-RIGHT: #CCCED1 1px solid; 	BORDER-TOP: #CCCED1 1px solid; COLOR: #3a3a3a; FONT-SIZE: 12px;
}

.TituloSite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}
.SubTituloSite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: navy;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

.TituloCampo {

	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Texto {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.TextoPrincipal
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
}

.Botao
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: hand;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	BACKGROUND-COLOR: #3A99C3;
    COLOR: #FFFFFF;
}

.Tabela
{
    color: #515151;
    BACKGROUND-COLOR: #D3D3D3;
}

.CabecalhoTabela
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #3A99C3;
    COLOR: #FFFFFF;
    TEXT-ALIGN: center;
}

.LinhaTabela
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    TEXT-INDENT: 5px;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #F6F6F6;
}

.MensagemErro
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #3A99C3;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
}

.Cabecalho
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    TEXT-INDENT: 5px;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #CCCCCC;
}

.LinkPequeno
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #0000ff;
    FONT-FAMILY: Trebuchet MS, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}

.CampoMensagem
{
	width: 100%; 
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}