html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #FFFFFF;
	color: #2a2d2e;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #CC0000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #6982b5;
  font-size: 12px;
  font-weight: normal;
}
a,  a:link {
  color: #003399;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3b62a6;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #0033FF;
  text-decoration: underline;
}
a:focus {
  color: #0033CC;
}
a:active {
  color: #262499;
}

#menu {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #5a6484;
	background-color: #eaeff5;
}


#nav {
	background-color: #8E9EC0;
	font-size:16;
	color: #ffffff;
	text-align: Center;
	padding: 5px;
	border-bottom: solid #5971a2 1px;
	font-weight: bold;
}


.nav{	
    background-color: #8E9EC0;
	color: #ffffff;
	
}

a.nav {
  color: #ffffff;
  	font-size:16;
  font-weight: bold;
  text-decoration: none;
   width: 100px;
    padding: 5px;
}


a.nav:link  {
  color: #ffffff;
  font-weight: bold;
  	font-size:16;
  text-decoration: none;
     width: 100px;
    padding: 5px;
}

a.nav:visited  {
  color: #ffffff;
    	font-size:16;

  font-weight: bold;
  text-decoration: none;
       width: 100px;
    padding: 5px;

}

a.nav:hover  {
    background-color: #C6CEDF;
	color: #000066;
	  	font-size:16;
	text-decoration: none;
    width: 100px;
    padding: 5px;
}



img.sinistra {
border: 1px solid #666666;
float: left;
margin: 2px 5px 0px 0px;
}

img.sinistranobordo {
	float: left;
	margin: 2px 5px 0px 0px;
}

img.destra {
border: 1px solid #666666;
float: right;
margin: 2px 5px 0px 5px;
}

img.destranobordo {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}


