﻿body 
{
    margin: 0px 0px 0px 0px;
}
.divTituloSecao
{
    margin: 4px;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    border-top-style: outset;
    border-bottom-style: outset;
    border-width: 1px;
    border-color: #6B6B69;
    font-style: normal;
    height: 23px;
    width:184px;
    color: #23221E;
}
.divSecao
{
    margin: 4px;
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    border-bottom-style: dotted;
    border-width: 3px;
    border-color: #6B6B69;
    font-style: normal;
    height: 23px;
    width: 184px;
    color: #23221E;
}
.noticia
{
    font-family: verdana;
    font-size: xx-small;
    color: #FFFFFF;
}

.formulario {
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    font-size:x-small;
    border-left: #cccccc 1px solid;
    color: #000000;
    border-bottom: #cccccc 1px solid;
    font-family: Verdana;
    border-color: #25324B;
}
a 
{
    font-family: Verdana;
    font-size: x-small;
    color: #23221E;
	text-decoration: none;
}

a:hover {
    font-family: Verdana;
    font-size: x-small;
    color: #23221E;
	text-decoration: underline;
}

.noticia a 
{
    font-family: Verdana;
    font-size: x-small;
    color: #FFFFFF;
	text-decoration: none;
}

.noticia a:hover {
    font-family: Verdana;
    font-size: x-small;
    color: #FFFFFF;
	text-decoration: underline;
}
.msgErro
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: normal;
    color: #FF0000;
}