body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
}

a {
	color: #336699;
	text-decoration: underline;
}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	background-color: #DFEFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #336699;
	border-bottom-color: #336699;
	border-top-style: solid;
	border-bottom-style: solid;
}
.menu {
	float:left;
	font-weight: bold;
	background-color: #336699;
	line-height: 12pt;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FF6600;
}
.menu a:active {
	color: #FFFF00;
}
.content {
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-left: 170px;
}
.footer {
clear:both;
	font-size: 10px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
	color: #336699;
	background-color: #DFEFFF;
}
.pagina {
	max-width:755px;
	width:expression(document.body.clientWidth > 755? "755px": "auto" );
	margin-right:auto;
	margin-left:auto;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	line-height: 15px;
  margin-top: 12px;
  margin-bottom: 11px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	line-height: 11px;
  margin-top: 12px;
  margin-bottom: 11px;
}
li {
	font-size: 11px;
}
.caption {
  font-size: 10px;
}
hr {
  height: 2px;
  color: #336699;
  background-color: #336699;
  border: solid #336699 0px;
}
.img-border {
  float:right;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #336699;
}
.img-noborder {
  float:right;
  margin-left: 10px;
  border-style: none;
}
