BODY {
	SCROLLBAR-BASE-COLOR: #CCCCCC;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #C5D1C2;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 30px;
}


.campo_alerta
{
font-size: 11px;
border: 1px solid black;
background-color: #ffff99;
}

.texto_pagina
{
	font-size: 12pt;
	color: #000000;
	line-height: 30px;
}

.tabela_formulario
{
width: 300px;
background-color: white;
}

.tabela_principal
{
width: 770;
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: dimgray;
}


.titulo_campos
{
font-size: 11px;
color: dimgray;
background-color: whitesmoke;
}

.campos_formulario
{
font-size: 11px;
color: dimgray;
background-color: gainsboro;
border: 1px inset;
background-color: white;
}

.botao_enviar
{
font-size: 11px;
color: white;
background-color: gray;
}


.tabela_registros
{
width: 100%;
background-color: white;
}

.titulos_registros
{
font-size: 11px;
color: white;
background-color: gray;
}

.exibe_registros
{
font-size: 11px;
width: 100%;
color: dimgray;
background-color: whitesmoke;
}

.tabela_paginacao
{
font-size: 11px;
width: 100%;
color: gray;
border-top: 1px solid gainsboro;
background-color: gainsboro;
}

.tabela_relatorio
{
font-family: arial;
font-size: 9px;
width: 100%;
color: #666666;
background-color: #FFFFFF;
}

.style1 
{
	color: #FFFFFF;
	font-weight: bold;
}


a {
	text-decoration: none;
	color: #666666;

}
a:hover {
	color: #A52927;
	text-decoration: underline;
}

