/* CSS Document */

BODY {
 SCROLLBAR-FACE-COLOR: #D4D4D4;
 SCROLLBAR-HIGHLIGHT-COLOR: #717070;
 SCROLLBAR-SHADOW-COLOR: #717070;
 SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
 SCROLLBAR-ARROW-COLOR: #717070;
 SCROLLBAR-TRACK-COLOR: #FFFFFF;
 SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
}

.tabela {
	border: 1px solid #435d7d;
	background-color: white;
}
 
.borda_padrao {
	border: 1px solid #435d7d;
} 
 
 
 .fonte_centro {
 	font-family: "Arial";
	font-size: 16px;
	color: #435d7d;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 28px;
 }
 
 .fonte_padrao_bold{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #415a79;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

.fonte_padrao{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #415a79;
	text-decoration: none;
	line-height: 20px;
}

.fonte_padrao:hover{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #415a79;
	text-decoration: underline;
	line-height: 20px;
}

.fonte_padrao_espaco{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #415a79;
	text-decoration: none;

}

.fonte_titulo{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	/*color: #415a79;*/
	color: #fb6d2f;
	text-decoration: none;
}

.fonte_titulo:hover{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #fb6d2f;
	text-decoration: underline;
}



.campo {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 170px;
	border: 1px solid #999999;
}
.campo_width505 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 415px;
	border: 1px solid #999999;
}
.botao {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	width: 75px;
	height: 23px;
	border: 1px solid #999999;
}










.fonte_padrao_red{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: red;
	text-decoration: none;
}



.fonte_padrao_blue{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: blue;
	text-decoration: none;
}


.fonte_menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.fonte_menu_forte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.fonte_menu:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.fonte_bco_normal {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: white;
	text-decoration: none;
}

.fonte_bco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.caixa_txt_login {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 150px;
	border: thin solid #999999;
}

.caixa_txt_gde {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 400px;
	border: thin solid #999999;
}

.caixa_txt_peq {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 100px;
	border: thin solid #999999;
}

.caixa_txt_menor {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 40px;
	border: thin solid #999999;
}

.caixa_txt_med {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 200px;
	border: thin solid #999999;
}

.text_area {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 400px;
	height: 100px;
	border: thin solid #999999;
}

.text_area_andamento {
	font-family: "Trebuchet MS";
	font-size: 10px;
	width: 700px;
	height: 80px;
	border: thin solid #999999;
}


.bt_enviar {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	width: 75px;
	border: 1px solid #999999;
}
