/* CSS Document */
body {
	background-image: url(../imagens/img_bg/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*Fontes*/
.fonte-Branca11{
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
}
.fonte-menu10noHover{
	font-family:  Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #575757;
	font-weight: normal;
}
.fonte-menu10c{
	font-family:  Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #999999;
	font-weight: normal;
}
.fonte-menu11c{
	font-family:  Verdana;
	font-size: 11px;
	text-decoration:none;
	color: #999999;
	font-weight: normal;
}
.fonte-menu10a11{
	font-family:  Verdana;
	font-size: 11px;
	text-decoration:none;
	color: #418FBD;
	font-weight: normal;
}
.fonte-menu10a{
	font-family:  Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #418FBD;
	font-weight: normal;
}
.fonte-menu10{
	font-family:  Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #575757;
	font-weight: normal;
}
a.fonte-menu10:hover{
	font-family:  Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #418FBD;
	font-weight: normal;
}
.fonte-menu11{
	font-family:  Verdana;
	font-size: 11px;
	text-decoration:none;
	color: #575757;
	font-weight: normal;
}
a.fonte-menu11:hover{
	font-family:  Verdana;
	font-size: 11px;
	text-decoration:none;
	color: #418FBD;
	font-weight: bold;
}
.fonte-Vermelho11{
	font-family:  Verdana;
	font-size: 10px;
	text-decoration:none;
	color: #FF0000;
	font-weight: normal;
}
.fonte-Cinza14{
	font-family:  Verdana;
	font-size: 18px;
	text-decoration:none;
	color: #575757;
	font-weight: bold;
}
.fonte-Laranja12{
	font-family:  Verdana;
	font-size: 12px;
	text-decoration:none;
	color: #FF6600;
	font-weight: normal;
}
.fonte-Azul{
	font-family:  Verdana;
	font-size: 18px;
	text-decoration:none;
	color: #418FBD;
	font-weight: bold;
	text-transform:uppercase;
}
/*Formulários e Botőes */
form{
	padding:0;
	margin:0;
}
input.especial { 
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px; 
	color: #8A8A8A; 
	border: #E1E1E1; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding-left:5px;
	height:20px;
	vertical-align:middle;
}
select.especial { 
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px; 
	color: #8A8A8A; 
	border: #E1E1E1; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px ;
	padding-left:0px;
	height:19px;
	vertical-align:middle;
}
textarea.especial { 
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px; 
	color: #8A8A8A; 
	border: #E1E1E1; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px ;
	padding-left:5px;
}
input.especial-button { 
	font-family: Verdana;
	font-weight:normal;
	text-align:center;
	font-size: 10px;
	color:#ADADAD;
	background-image:url(../imagens/img_botoes/fundo.jpg);
	border: #E8E8E8;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding-left:7px;
	padding-bottom:3px;
	height:22px;
	cursor:pointer;
}

dt {
margin:0px;
padding:0px;
}
/*bordas*/
.border-cinza{
	border:1px solid #E0E0E0;
}
/*Cores*/
.colorhover {    
    background:#F8F8F8;
}
.color {
}