a {
	color: #666666;
	text-decoration: none;
}
ul {
	color: #CC0000;
	list-style-type: circle;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.titulolista {
	font-weight: bold;
}
.menubottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	text-transform: none;
	color: #999999;
}
.categoria_titulo {
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}
.mapadestaque {
	font-size: x-small;
	font-weight: bold;
	color: #CC0000;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #CC0000;
	border: thin solid #CC0000;
}
textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: thin solid #CC0000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: thin solid #CC0000;
	background-color: #FFFFFF;
	height: 20px;
}

