/* CSS Document */

.title
{
	font-style:normal;
	font-size:18px;
	color:#CC0000;
	text-align:center;
}


.top
{
	border: 1px solid #666666;
	background-color:#dbe6de;
}

.tabella
{
	border: 1px solid #CCCCCC;
	background-color: #f0f0f0;
}

.sbarra
{
	border: 1px solid #CCCCCC;
}
h1, h2, h3, h4, h5, h6 
{
    color: Black;
    background-color: transparent;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #8cacbb;
}

a:visited.menu_sx
{
	text-decoration:none;
 color: #000000;
 font-weight: bold;
 
}

a:link.menu_sx
{
	text-decoration:none;
 color: #000000;
 font-weight: bold;
}

a:hover.menu_sx
{
	text-decoration:underline;
	background: #DDDDFF;
 color: #000000;
 font-weight: bold;
}

.sfondo_angolini {
	background-color: #DDDDFF;
}

body {
	background-color: #DDDDFF;
	margin: 0px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

.fondo_bianco{
	background-color: #FFFFFF;
}

.txt11b_nero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.txt12_color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EC008C;
	text-decoration: none;
}

.txt11_nero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.testo_logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.testo_logo_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EC008C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.fondo_barra {
	background-color: #251C5C;
}
.txt12_nero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*Text inputs*/
.textinput, .textinputHovered {
	width:130px;
	height:15px;
	background:url(../grafica/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../grafica/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

