.main {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:130%;
	text-align:justify;
}

a.main {
	text-decoration:none;
	color:#ffffff;
}

a.main:hover {
	text-decoration:none;
	color:#CFDEE2;
}


.texto {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#5c5957;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:100%;
	text-align:justify;
}

a.texto {
	text-decoration:none;
	color:#006633;
}

a.texto:hover {
	text-decoration:none;
	color:#1B1A18;
}

.texto2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:##537a7b;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:100%;
	text-align:left;
}


.texto4 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:100%;
	text-align:justify;
}

a.texto4 {
	text-decoration:none;
	color:#ffffff;
}

a.texto4:hover {
	text-decoration:none;
	color:#ffffff;
}

.capa_box {
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	line-height:100%;
	text-align:left;
}

a.capa_box {
	text-decoration:none;
	color:#ffffff;
}

a.capa_box:hover {
	text-decoration:none;
	color:#CFDEE2;
}

.capa_box2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	line-height:100%;
	text-align:right;
}

a.capa_box2 {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

a.capa_box2:hover {
	text-decoration:none;
	font-weight:bold;
	color:#CBE0C2;
}

.capa_box3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#006633;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
	text-align:right;
}

a.capa_box3 {
	text-decoration:none;
	color:#006633;
}

a.capa_box3:hover {
	text-decoration:none;
	color:#5c5957;
}

.botao {
	font-family:Verdana;
	font-size:11px;
	font-color:#ffffff;
	text-decoration:none;
	text-align:center;
	background-color: #A0B59D;
	height: 20px;
	border: 1pt rounded solid #003300;
}

.campo {
	font-family:Verdana;
	font-size:11px;
	font-color:#003300;
	text-decoration:none;
	text-align:left;
	background-color:#E0E7DF;
	height:23px;
	border: 1pt solid #88A37E;
}

.mensagem {
	font-family:Verdana;
	font-size:11px;
	font-color:#003300;
	text-decoration:none;
	text-align:left;
	background-color:#E0E7DF;
	height:80px;
	width:250px;
	border: 1pt solid #88A37E;
}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 205 px; /* Width of Menu Items */
	background: #5796A;
	border-bottom: 1px solid #4C909B;
	}
	
li {
	margin: left;
	padding: 0;
	list-style: none;
	width: 204 px; /* Width of Menu Items */
	background: #84BAC1;
	border-bottom: 1px solid #4C909B;
	}
	
ul li {
	position: relative;
	background: #4C909B;
	}
	
li ul {
	position: absolute;
	left: 204 px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: #4C909B;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	background: #4C909B; /* IE6 Bug */
	padding: 2 px;
	border: 1 px solid #4C909B; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

ul li a:hover { color: #D8ECD2; background: #84BAC1; } /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 204 px; /* Set 1px less than menu width */
	top: 0;
}

li ul li a { padding: 2px 5px; color: #ffffff; background: #84BAC1; } /* Sub Menu Styles */

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 */
