body{
	margin: 0px;
	padding: 0px;
	background-collor:#ffffff;
	font-family:verdana;
	font-size: 12px;
	color:#5B5B5B;
}

a{
	color: #6C869A;
	text-decoration: none;
}

a:hover{
	color:#9CAEBC;
}

img{
	border: 0px;	
}

#principal{
	float:left;
}

#mestre{
	border: 1px solid black;
	width:1000px;
	margin: auto;
	overflow:hidden;
	background-color: #EFEFEF;
}


.texto_escuro {
        font-family: verdana;
        font-size: 12px;
        color: #868A8A;
        text-decoration:none;
}

.texto_preto {
        font-family: verdana;
        font-size: 12px;
        color: #333333;
        text-decoration:none;
}
.titulo_azul {
        font-family: verdana;
        font-size: 12px;
        color: #6C869A;
        font-weight: bold;
}
.titulo_menu {
        font-family: verdana;
        font-size: 12px;
        color: #6C869A;
        font-weight: bold;
        text-decoration:none;
}
.titulo_menu:hover {
        font-family: verdana;
        font-size: 12px;
        color: #9CAEBC;
        font-weight: bold;
        text-decoration:none;
}
.titulo_amarelo {
        font-family: verdana;
        font-size: 12px;
        color: #ff9900;
        font-weight: bold;
        text-decoration:none
}
.titulo_amarelo:hover {
        font-family: verdana;
        font-size: 12px;
        color: #FFC66F;
        font-weight: bold;
        text-decoration:none
}
.titulo_branco {
        font-family: verdana;
        font-size: 12px;
        color: #ffffff;
        font-weight: bold;
}
.form
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        color: #333333;
        background-color:#ffffff;
        border: 1px solid #003366;
}

.botao
{
    FONT-SIZE: 10px;
    COLOR: #ffffff; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #005691;
        border: 1px solid #005691;
}


/** Form */
input {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
    border: 1px dotted #6C869A;
}

input.text {
    background-color: #FFFFFF;
    border: 1px dotted #6C869A;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
    width: 10em;
}

input.file {
    background-color: #FFFFFF;
    border: 1px dotted #6C869A;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
    width: 10em;
}

textarea {
    background-color: #FFFFFF;
    border: 1px dotted #6C869A;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
}

select {
    background-color: #F1EEDD;
    border: 1px dotted #6C869A;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
}

option {
    background-color: #FFFFFF;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 12px;
}

label {
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #F0F6F6;
}

.erro {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #AA0000;
}
.menu li.active a {
	color:#000079;
	text-decoration:none;
	background-color: #FFF;
}
