/* CSS Document */
body {
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#002277;
	scrollbar-arrow-color:#002277;
	scrollbar-track-color:#FFFFFF;
}
.borda_tracejada {
	border-bottom: 1px solid #FFFFFF;
}

.texto {
	color:#002277;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.texto_branco {
	color: #FFF;
	font-family: "Trebuchet MS";
	font-size:10px;
}
.texto_relogio {
	color: #002277;
	font-family: "Trebuchet MS";
	font-size:11px;
}
.titulo_menu {
	color:#002277;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
.titulo {
	color:#002277;
	font-family: "Trebuchet MS";
	font-size: 20px;
	border-bottom: 1px dotted #OOO;
	margin: 0;
	font-weight: bold;
}
a.link {
	color:#002277;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}
a.link:hover {
	color:#002277;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}
.botton {
	font-family:"Trebuchet MS";
	font-size: 11px; 
	color: #E7E8DA;
   	font-weight: bold;
	margin-top: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto;
	border-right-color:#000000;
	border-left-color:#000000;
	border-top-color:#000000;
	border: 1px #OOOOOO solid;
	background-image: url(../imagens/back_botao.jpg);
}
.campo {
	font-family:"Trebuchet MS";
	font-size: 11px; 
	color: #655736;
   	margin-top: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	border: 1px white solid;
	background:white;
}
a.link_simples {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#002277;
	text-decoration:none;

}
a.link_simples:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#002277;
	text-decoration:underline;
	color:#002277;
}