/* CSS Document */

<style type="text/css">

.item_forms {
	font-size: 12px;
	font-family: 'trebuchet Ms' Arial, Helvetica, sans-serif ;
	color: #2C4363;
	border-style:groove;
}
.form_campos{	
	background-color: #FFFFFF; 
	font: 10px Verdana;
	color:#333333;
	border-style: groove;
}

.titulo_forms {
	font-size: 12px;
	font-family: 'trebuchet Ms' Arial, Helvetica, sans-serif ;
	font-weight: bold;
	color: #000000;
}

.titulo_itens {
	font-size: 12px;
	font-family: 'trebuchet Ms' Arial, Helvetica, sans-serif ;
	font-weight: bold;
	color: #666666;
}

.input_forms{ 
	border-style:groove;
	background:#FFFFFF; 
	color: #666666;
	font-size: 12px;
	font-family: 'trebuchet Ms' Arial, Helvetica, sans-serif ;
}

.button_forms{ 
background-color:#FFFFFF; 
	font: 10x Verdana; 
	color:#006699;
	border-style: groove;
}

.Padrao_fonte_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.Padrao_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000099; 
}

.error{
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
	color: #FF0000;
}

.button{ 
	text-transform:uppercase; 
	font-size: 10px;
	font-weight:bold; 
	border:2px solid #dddfff; 
	border-bottom:1px solid #FFFFFF; 
	background:#FFFFCC; 
	color:#000066; 
}
.buttonAzul{ 
	text-transform:uppercase; 
	font-size: 10px;
	font-weight:bold; 
	border:2px solid #dddfff; 
	border-bottom:1px solid #FFFFFF; 
	background:#CCFFFF; 
	color:#000066; 
}

.data{ 
	font-size: 10px;
	color:#2C4363; 
	font-weight:bold; 
	font-family: 'trebuchet Ms' Arial, Helvetica, sans-serif ;
}

.form_campos{	
	background-color: #FFFFFF; 
	font: 10px Verdana;
	color:#666666;
	border-style: groove;
}
.form_botao{ 	
	background-color:#FFFFFF; 
	font: 10x Verdana; 
	color:#006699;
	border-style: groove;
}

.texto_email{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: 10px Verdana ;
    color: #FF7E00;            
	text-decoration: none;
	font-weight: bold;
}

.link A {
	FONT-SIZE:  10px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.link A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.roda_pe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.texto_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	text-decoration: none;
}

.texto_preto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.texto_cinza {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
/* menu */

body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* largura do menu */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position:relative;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000099; background: #e0e1ff; } /* cor da letra */

ul ul {
	position:absolute;
	display:none;
	left: 180px; /* posição do menu que abre */
	width: 210px; /* largura do sub menu */
	top: 0;
}

li ul li a { padding: 5px 5px; } /* altura do sub menu */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

/* fim do menu*/
</style>

