﻿body
{
	
    background-image:url(images/bgpage.jpg);
	background-repeat:repeat-y;
	font-family: Verdana;
	font-size: medium;
	color: White;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 0;
}




a.BtnMenu
{
    font: bold 11px Arial, Verdana, sans-serif;
    width: 160px;
    height: 26px;
    display: block;
    color: #FFFFFF;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-left-color: #0066FF;
    border-top-color: #92ABC3;
    border-right-color: #0066FF;
    border-bottom-color: #92ABC3;
    margin: 0px 0px 0px 28px;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
    letter-spacing: 1px;
    
}
a:hover.BtnMenu
{
font: bold 11px Arial, Verdana, sans-serif;
width:160px;
height: 26px;
display:block;
color: #265888;
background-color:#92ABC3;
border-right-width:0px;
border-left-width:0px;
border-top-width:1px;
border-bottom-width:1px;
border-style:solid;
border-left-color :White;
border-top-color :White;
border-right-color :White;
border-bottom-color :White;
margin: 0px 0px 0px 28px;
padding:2px 0px 0px 0px;
text-decoration:none;
letter-spacing: 1px;
vertical-align:bottom;
}

div#Chiusura
{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	display:inline-block;
    padding-left:auto;
    font-size:8pt;
    text-align:center;
    vertical-align:bottom;
    color:#265888;
}

div#TestoPagina
{
    /*
    font-weight: bold;
    font-size: 9pt;
    font-family: 'Verdana';
    */
    text-align:justify;
    width: 600px;
    margin-left:15px;
    padding-right:150px;
    font: bold 12px Arial, Verdana, sans-serif;
    }
