<!--
.campo_alerta
{
font-family: Arial;
font-size: 12px;
background-color: #FFFFCC;
}
.texto_pagina
{
font-family: Arial;
font-size: 12px;
color: dimgray;
}

.tabela_formulario
{
width: 200;
}

.titulo_campos
{
font-family: Arial;
font-size: 12px;
color: dimgray;
font-weight: bold;
}

.campos_formulario
{
font-family: Arial;
font-size: 12px;
color: dimgray;
background-color: whitesmoke;
}

.botao_enviar
{
font-family: Arial;
font-size: 12px;
color: white;
background-color: gray;
}
a{
text-decoration: none;
color: white;
}
a:hover{
text-decoration: underline;
color: yellow;
}


body 			{ scrollbar-face-color: #E2E5EA;}
body 			{ scrollbar-shadow-color: #687888;}
body 			{ scrollbar-highlight-color: #ffffff;}
body 			{ scrollbar-3dlight-color: #687888;}
body 			{ scrollbar-darkshadow-color: #E2E5EA;}
body 			{ scrollbar-track-color: #bcbfc0;}
body 			{ scrollbar-arrow-color: #6e7e88;}

-->
