@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fundo_site.jpg);
	background-repeat: repeat-y;
	background-color: #D1DFE0;
}
.nav {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;

}

a.nav {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;

}

a.nav:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;

}

.navON {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 0.5px;
}
a.navON:hover {
	text-decoration: underline;
}

.textoGeral {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.textoGeral {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #009999;
	text-decoration: none;
}

a.textoGeral:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #009999;
	text-decoration: underline;
}

.tit {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #24B2B4;
	text-decoration: none;
	font-weight: bold;
}

.textoDestaque {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}