<!--
.campo_alerta
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid black;
background-color: #ffff99;
}
.texto_pagina
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: dimgray;
text-decoration:none;
}

.titulo_campos
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: dimgray;
background-color: #f8fbff;
}

.campos_formulario
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: dimgray;
background-color: gainsboro;
border: 1px inset;
}

.botao_enviar
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: white;
background-color: #265bcc;
border-left-color: #215dc6;
border-bottom-color: #000099;
border-right-color:#000099;
border-top-color:#215dc6;
}

.tabela_registros
{
background-color: white;
}

.titulos_registros
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: white;
background-color: #265bcc;
}
.titulos_editar
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: white;
background-color: crimson;
}
.exibe_registros
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: dimgray;
background-color: #f8fbff;
}
.Selection 
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #333333;
background-color:#d6dff7;
cursor:default;
}
.tabela_formulario
{
background-color:#d6dff7;
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
}

.tabela_paginacao
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #ffffff;
background-color: #6c86dc;
}

.links_paginacao
{
color: dimgray;
text-decoration: none;
}

.links_paginacao:hover
{
color: gray;
text-decoration: underline;
}
a
{
color: crimson;
text-decoration: none;
}

a:hover
{
color: crimson;
text-decoration: underline;
}
-->
