/* CSS Document */
@charset "UTF-8";


td img {
	display: block;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}



a:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #000000;

}
a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #000000;

}
a:hover {
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #498192;

}
a:active {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #26434B;

}

/* MENU ######################################################################################################## */

.menu a:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #08090B;

}
.menu a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #0B0C0E;

}
.menu a:hover {
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #54306D;

}
.menu a:active {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #9F8BA7;

}

 /*RODAPE ######################################################################################### */

.rodape a:link {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;

}
.rodape a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;

}
.rodape a:hover {
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;

}
.rodape a:active {
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #999999;

}
.endereco {
	font-family: Arial;
	font-size: 14px;
	color: #6A4C7E;
	text-decoration: none;
	font-style: italic;


}

