body { }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }



/* Footer */
#footer { position:relative;width:1023px;height:90px; }
#footer .sinistro {position: relative; float:left;width:480px; margin-left: 30px; }
#footer .destro { position: relative; float:right;width:480px; margin-right: 30px; text-align:right;}

#footer p {
	margin: 11px 0px;
	color: #000000;
	font-size: 7pt;
}

#footer .destro a {
	color: #000;
	text-decoration: none;
	font-size: 7pt;
}

#footer .destro a:hover {
	text-decoration: underline;
}

#footer .sinistro a {
	color: #000;
	text-decoration: none;
	font-size: 7pt;
}

#footer .sinistro a:hover {
	text-decoration: underline;
}