/* CSS Document */
@charset "UTF-8";



a:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;

}
a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;

}
a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #7F7F7F;

}
a:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #5F5F5F;

}

/* MENU ######################################################################################################## */

.menu a:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;

}
.menu a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;

}
.menu a:hover {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #E0E0E0;


}
.menu a:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #E2E2E2;

}

 /*RODAPE ######################################################################################### */

.rodape a:link {
	text-decoration: blink;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: lighter;
	font-style: normal;
	line-height: normal;
	font-variant: normal;


}
.rodape a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #DFDFDF;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;


}
.rodape a:hover {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #EBECEA;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;


}
.rodape a:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FCF2EF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;


}
