/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #F7EEF2; 
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
a:link, a:visited {
	color: #CC6032;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #CC6032;
	text-decoration: underline;
	font-weight: normal;
}
.mainbox {
	font-size: 11px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	background-image: url(images/back-green.jpg);
}
.footer {font-size:11px; color:#666666; }
.bullet {list-style-image: url(images/bullet.gif);
}
.fonta {font-size:20px; color: #5959AC; font-weight:bold; }
.announce {font-size:18px; color: #990033; font-weight:bold; }