
A:link { text-decoration: underline; color: #666666}
A:active { text-decoration: underline; color: #666666}
A:visited { text-decoration: underline; color: #666666}
A:hover { text-decoration: underline; color: #800323}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}


.footer {
	font-family: Arial;
	font-size: 12px;
	color: #b36600;
}


.titulo {
	font-family: Arial;
	font-size: 20px;
	color: #FF9900;
	weight: bolder
}
.subtitulo {
	font-family: Arial;
	font-size: 14px;
	color: #b36600;
	weight: bolder
}

/* Acordeon*/

.arrowlistmenu{
width: 181px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li a{
display: block;
}



