/* CSS Document */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003300;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #003300;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
	text-align: justify;
	font-weight: lighter;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
	font-weight: lighter;
}
div#angolo{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 120px;
	width: 120px;
	background-image: url(immagini/scudoj.jpg);
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-bottom-width: thin;
	border-bottom-style: outset;
}
div#superior{
	position: absolute;
	width: 630px;
	height: 120px;
	left: 134px;
	top: 10px;
	background-image: url(immagini/sup.jpg);
	border-bottom-width: thin;
	border-bottom-color: #003300;
	border-bottom-style: outset;
}
div#sinistra{
	color:#003300;
	position: absolute;
	width: 120px;
	height: 370px;
	left: 10px;
	top: 134px;
	background-image: url(immagini/sin.jpg);
	border-right-width: thin;
	border-right-color: #003300;
	border-right-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#sinistra a{
	color:#806E59;
	text-decoration: none;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div#sinistra a:hover{
	color:#003300;
	text-decoration: none;
	padding: 1px;
	font-weight: bolder;
}

div#maior{
	position: absolute;
	width: 590px;
	height: 310px;
	left: 134px;
	top: 134px;
	padding:20px;
}
div#maior a{
	color:#000033;
}
div#wb{
	position: absolute;
	top: 520px;
	left: 134px;
	width:630px;
	text-decoration: none;
}
div#wb a{
	color:#FFFFFF;
	text-decoration:none;
}
div#wb a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
div#wb a:link{
	color:#FFFFFF;
	text-decoration:none;
}

