body {
	background-color: #fff;
	color: #000;
	font-family: Times, serif;
	font-size: 13pt;
	padding: 0;
	margin: 0;
}
#container {
	width: 90%;
	margin: 8px 40px;
}
#content {
	line-height: 20px;
}
#header, #slogan, #footer, .centro {
	text-align: center;
}
#header {
	border: 1px solid #000;
	padding: 0 10px;
	margin: 0 0 5px 0;
}
#footer {
	border: 1px solid #000;
	font-size: 10pt;
}
#footer p {
	padding: 0;
}
img {
	border: 0;
	margin: 0;
}
#slogan {
	font-size: 10pt;
}
tr.headtable {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.centro {
	font-weight: bold;
}
p {
	padding: 0 0 14px 0;
}
p .first {
	font-weight: bold;
	font-size: 15pt;
}
img {
	border: 0;
}
hr {
	height: 1pt;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	margin-top: 1em;
}
#footer a:link {
	text-decoration: underline;
	color:#0000FF;
}
#footer a:visited {
	text-decoration: underline;
	color: #FF9C6C;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#footer a:focus {
	text-decoration: underline;
	color: #FF0000;
}
#footer a:active {
	text-decoration: underline;
	color: #00FF00;
}
