/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBE4E4;
	overflow:auto;
}

.header {
	background-image: url(images/header.jpg);
	height: 40px;
	width: 850px;
}

.menu_sfondo {
	background-image: url(images/menu_sfondo.jpg);
	height: 29px;
	width: 109px;
}

.testo_header {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB5CC1;
	font-weight: bold;
	
}

.divisore {
	background-image: url(images/divisore.jpg);
	height: 25px;
	width: 850px;
}

.content 
{
	background-color: #EBE4E4;
	width: 802px;
	border: 1px solid #FB5CC1;
}

.sfondo_bianco {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.footer {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.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;
}

.interlinea {
	background-image: url(images/interlinea.jpg);
	height: 1px;
	background-color: #ffffff;
}

a.menu:link, a.menu:visited, a.menu:active 
{
	font-family: Garamond, Arial,Trebuchet MS,Verdana;
    font-size: 20px;
	color: #FFFFFF;
    text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
}
 
a.menu:hover {
	font-family: Garamond, Arial,Trebuchet MS,Verdana;
    font-size: 20px;
	color: #EF4FB4;
    text-decoration:none;
	font-weight: bold;
}

.menu_sel {
	font-family: Garamond,Arial,Trebuchet MS,Verdana;
    font-size: 22px;
	color: #EF4FB4;
    text-decoration:none;
	font-weight: bold;
}

.testo{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:14px;
	color: #666666;
}

.testo_elenco
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:14px;
	color: #666666;
	list-style-type: disc;
	margin:0 0 0 1em; 
	padding:5;
}

.titolo{
	font-family: Garamond,Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	line-height:14px;
	color: #EF4FB4;
	font-weight: bold;	
}

.titolo_head{
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:normal;
}

a.link_footer:link, a.link_footer:visited, a.link_footer:active 
{
	font-family: Verdana,Arial;
    font-size: 10px;
	color: #EF4FB4;
    text-decoration:none;
	font-weight: bold;
}
 
a.link_footer:hover {
	font-family: Verdana,Arial;
    font-size: 10px;
	color: #C44FEF;
	text-decoration:none;
	font-weight: bold;
}


.credits{
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	
}

a.link_mail:link, a.link_mail:visited, a.link_mail:active 
{
	font-family: Arial,Verdana;
    font-size: 14px;
	letter-spacing: 1px;
	color: #D38E16;
    text-decoration:none;
	font-weight: bold;
	
}
 
a.link_mail:hover {
	font-family: Arial,Verdana;
    font-size: 14px;
	letter-spacing: 1px;
    color: #E1AA17;
	text-decoration:none;
	font-weight: bold;
	
}

a.link:link, a.link:visited, a.link:active 
{
	font-family: Verdana,Arial;
    font-size: 12px;
	letter-spacing: 1px;
	color: #D38E16;
    text-decoration:none;
	font-weight: bold;
	
}
 
a.link:hover {
	font-family: Verdana,Arial;
    font-size: 12px;
	letter-spacing: 1px;
    color: #E1AA17;
	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;
}