body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #0a2349;
	background-image:url(grafica/sfondo2.jpg);
	color:#ffffff;
	font-family:Verdana,Arial,Sans-serif;
	font-size:11px;
	text-align:center;
}
div#header2 {
	margin:0px;
	padding:0px;
	height:100%;
	background:transparent url(grafica/header2.jpg) top left repeat-x;
	font-family:Verdana,Arial,Sans-serif;
	font-size:11px;
}
div#corpo{
	width:770px;
    margin:0px auto;
	padding:0px;
    background-image:url(grafica/sfondo.jpg);
	background-repeat: repeat-y;
	text-align:left;
}
div#header{
	width:770px;
	height:364px;
}
div#content{
	width:570px;
	margin:0px auto;
}
div#footer{
	width:770px;
	height:108px;
	margin:0px;
	padding:0px;
	background-image:url(grafica/footer.jpg);
}
div#credits{
	width:475px;
	height:30px;
	margin:0px auto;
	padding-top:70px;
	text-align:center;
	font-size:9px;
}
a:link, a:active, a:visited {
font-weight: bold;
font-style:italic;
color: #ffffff;
text-decoration:none;
cursor:ne-resize;
}
a:hover {
font-weight: bold;
font-style:italic;
color: #ffffff;
text-decoration: underline overline;
cursor:ne-resize;
}
#credits a:link, #credits a:active, #credits a:visited {
font-weight: bold;
font-style:italic;
color: #ffffff;
font-size:9px;
text-decoration:none;
cursor:ne-resize;
}
#credits a:hover {
font-weight: bold;
color: #ffffff;
font-size:9px;
text-decoration: underline overline;
cursor:ne-resize;
}

#content h1 {
font-family:Verdana,Arial,Sans-serif;
font-size:14px;
color:#ffffff;
text-transform:uppercase;
font-style:italic;	
margin-top:0px;
	}
#content h2 {
font-family:Verdana,Arial,Sans-serif;
font-size:12px;
color:#ffffff;
text-transform:uppercase;
font-style:italic;	
margin-top:0px;
	}
	table, tr, td {
	font-family:Verdana,Arial,Sans-serif;
	font-size:11px;}
input, textarea, option, select {
background-color: #0a2349;
	font: 11px arial;
	color: #ffffff;
	letter-spacing: 1px;
	border: 1px solid #ffffff;
	padding:2px; }
ul{
	list-style:none;
}

li{
	list-style-type:square;
}
li.listed a:link, li.listed a:active, li.listed a:visited {
	font-weight: normal;
	font-style:italic;
	color: #ffffff;
	text-decoration:none;
	cursor:ne-resize;
}
li.listed a:hover {
	font-weight:normal;
	font-style:italic;
	color: #ffffff;
	text-decoration: underline overline;
    cursor:ne-resize;
}

