body { font-family: Arial, Helvetica, sans-serif;}

#container {
	width: 760px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #004E9B;
	background-color: #ffffff;
	border: 4px solid;
		}
		
#content {
	margin:5px;
		}
h1	{
	color: #d12ddf;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	}
h2	{
	color: #363;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}
h3	{
	color: #009;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	}
h4	{
	color: #339;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 1px;
	}
ul, li {
	margin: 1px 0 1px 3px;
	padding:0;
	text-align: left;
	font-size: 12px;
}
img.logo {
	margin: 0;
	border-width: 0;
}
img {
	margin: 3px 9px 3px 0; padding: 0;
	border-style: ridge; border-color: #900;
}
td {
	font-size:12px;
}
p, a {
	font-size:12px;
}
.centro	{
	text-align: center;
}
.menu	{
	text-align: left;
	}
a:link { color: #00c; text-decoration:none; } /* soft blue */
a:visited { color: #900; text-decoration:none; } /* dark red for visited links */
a:active { color: #0c0; text-decoration:none; } /* dark green when link is clicked */
a:hover { color: #f90; text-decoration:none; } /* orange when mouse is over link */
