.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F4A00;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
	background-color: #FFFFFF;

}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.texto:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;	
}
.texto:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.texto:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.texto:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;
}
ul {
	margin: 0px;
	padding: 20px;
	list-style: none;
	width: 205px; /* Tamanho dos intens de menu*/	
	border-bottom: 1px solid #8C5E5E; /*último traço, deve ser a mesma cor de border */
	}

ul li { position: relative; }
	
li ul {
	margin: 0;
	position: absolute;
	left: 0px;
	width: 0px;
	display: none;
	top: 0;
	background: #8C5E5E;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
* html ul li a:visited { height: 1%; }
/* End */
/* Estilos do link do menu */
ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0px 0px;
	border: 1px solid #8C5E5E;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
		}
		
ul li a:link { font-family: Arial; font-weight: bold; font-size: 10px; color: #FFFFFF; background:none; text-decoration: none; } /* Hover Styles */
ul li a:visited { font-family: Arial; font-weight: bold; font-size: 10px; color: #FFFFFF; background:none; text-decoration: none;  } /* Hover Styles */
ul li a:hover { font-family: Arial; font-weight: bold; font-size: 10px; color: #ccc; background: #8C5E5E; text-decoration: none; }
ul li a:active { font-family: Arial; font-weight: bold; font-size: 10px; color: #ccc; background: #8C5E5E; text-decoration: none; } /* Hover Styles */

.textobranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.textovermelho {
	font-family: Arial;
	font-size: 11px;
	color:  #CC3333;
	text-decoration: none;
}
.textovermelho:link {
	color:  #CC3333;
	text-decoration: none;
}

.textovermelho:visited {
	color:  #CC3333;
	text-decoration: none;
}
.textovermelho:hover {
	color: #996666;
	text-decoration: none;
	background: #FFF2F2;
}
.textovermelho:active {
	color:  #CC3333;
	text-decoration: none;
}
