/*Cor de links... */

a:link, a:visited {
	color: #000000; text-decoration: none;
	font-weight: bold;
}
/*Cor sobre os links... */
a:hover {
	color: #9AB6C2;	text-decoration: none;
	font-weight: bold;
}

/*BODY {
	margin: 0px 0px 0px 0px;
	background: #EBEBEB; corpo da página... fundo cor...
}*/

/*td,tr,p,div {
	font-family: 'Trebuchet MS' , Verdana, sans-serif;
	font-size: 13px;
	color: #434343;
	text-align: center;
}
/*formatação exclusiva para o menu*/
.menu {
	font-family: 'Trebuchet MS' , Verdana, sans-serif;
	font-size: 13px;
	color: #434343;
	text-align: justify;
}
