/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	font-family: arial;
	font-size: 10px;
	color: #666666;
}
a {
	font-family: arial;
	color: #666666;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: underline;

}




a.Selecionado:link {
	text-decoration: none;
	color:#00CC00;	
}
a.Selecionado:visited {
	text-decoration: none;
	color:#00CC00;
}
a.Selecionado:hover {
	text-decoration: underline;
	color:#00CC00;
}
a.Selecionado:active {
	text-decoration: underline;
	color:#00CC00;
}

.Titulo1 {
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #DDDDDD;
	text-align: left;
}
.Texto1 {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	background-color: #F2F2F2;
	text-align: justify;
}
.Hand {
	cursor: hand;
}
.Texto2 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}
.MapaSite {
	font-size: 12px;
	text-align: left;
}
