/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sfondo.jpg);
	background-color: #EDBC39;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.header {
	background-image: url(images/header.jpg);
	width: 780px;
	height: 98px;
	background-color: #ffffff;
}

.box {
	/*background-image: url(images/box.jpg);
	width: 780px;
	height: 438px;
	background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;*/
	background-color: #ffffff;
}

.home {
	background-image: url(images/imagehome.jpg);
	width: 780px;
	height: 438px;
	background-color: #ffffff;
	
}
.interlinea {
	background-image: url(images/interlinea.jpg);
	height: 1px;
	background-color: #ffffff;
}

.sfondo_content {
	background-color: #FFFFFF;
}

a.menu:link, a.menu:visited, a.menu:active 
{
	font-family: Arial,Trebuchet MS,Verdana;
    font-size: 14px;
	color: #E7A33D;
    text-decoration:none;
	font-weight: bold;
}
 
a.menu:hover {
	font-family: Arial,Trebuchet MS,Verdana;
    font-size: 14px;
	color: #90B240;
    text-decoration:none;
	font-weight: bold;
}

.menu_sel {
	font-family: Arial,Trebuchet MS,Verdana;
    font-size: 16px;
	color: #90B240;
    text-decoration:none;
	font-weight: bold;
}

.testo{
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height:15px;
	color: #2F5913;
	
}

.titolo{
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #452403;
	
}

.titolo_head{
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:normal;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F5913;
	font-weight: normal;
	
	
}

.credits{
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	
}

a.link:link, a.link:visited, a.link:active 
{
	font-family: Verdana,Arial;
    font-size: 12px;
	letter-spacing: 1px;
	color: #E7A33D;
    text-decoration:none;
	font-weight: bold;
	
}
 
a.link:hover {
	font-family: Verdana,Arial;
    font-size: 12px;
	letter-spacing: 1px;
    color: #90B240;
	text-decoration:none;
	font-weight: bold;
	
}

a.link_footer:link, a.link_footer:visited, a.link_footer:active 
{
	font-family: Verdana,Arial;
    font-size: 10px;
	color: #E7A33D;
    text-decoration:none;
	font-weight: bold;
}
 
a.link_footer:hover {
	font-family: Verdana,Arial;
    font-size: 10px;
	color: #90B240;
	text-decoration:none;
	font-weight: bold;
}

.button
{
	background-color: #BDB957;
	border: 1px outset #BDB957;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}