body {
	background-color: #FFFFFF;
	background-image: url(../img/home_bkg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #6c6c6c;
	}

a {
	color: #537BB4;
	text-decoration: underline;
	font-size: 11px;  
}

a:active {
	color: #000000;
}

/*a:visited {
	color: #ccc;
}*/

a:hover {
	color:#FD182A;
	text-decoration: none;
	background-color: #FFFFFF;
}

.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	}	

