@charset "iso-8859-1";
/* CSS Document */

<style type="text/css">
<!--
body {
	background: #FFFFFF url(../images/sfondo.jpg) repeat-y center center;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
}

table {
	font-family: Tahoma;
	font-size: 12px;
}

.titolo {
	font-size: 18px;
	color: #f48d03;
	font-weight: bolder;
}

a.titolo_link:link, a.titolo_link:visited, a.titolo_link:hover {
	font-size: 18px;
	color: #f48d03;
	font-weight: bolder;
        text-decoration: none;
}

.testo
{
font-family: Tahoma;
font-size: 11px;
}

.bottone
{
font-family: Tahoma;
border-bottom-width: 1px;
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
background-color: #FFFFFF;
width:auto;
height: 20px;
border-right-width: 1px;
border-right-color: #CCCCCC;
border-right-style: solid;
border-top-width: 1px;
border-top-color: #CCCCCC;
border-top-style: solid;
border-left-width: 1px;
border-left-color: #CCCCCC;
border-left-style: solid;
color: Black;
font-size: 12px;
text-align: center;
text-decoration: none;

}

.valore {
	font-size: 13px;
	color: gray;
}

.valore_white {
	font-size: 13px;
	color: #ffffff;
}
.bianco {
	font-size: 14px;
	color: white;
}
.tempo {
	font-size: 14px;
	color: #FF7800;
	font-weight: bolder;
}

#body {
	width: 990px;
	margin: 10px auto;
}
#col_sx {
	width: 725px;
	float: left;
	margin: 0px;
}
#col_sx #body_content {
	display: block;
	width: 725px;
	float: left;
}
#col_dx {
	width: 250px;
	float: right;
	margin: 0px;
}
#col_sx_small {
	display: block;
	float: left;
	margin: 0px;
}
#col_dx_small {
	display: block;
	float: right;
	margin: 0px 0px 0px 9px;
}
a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

A.sotto:link,A.sotto:visited 
{
	text-decoration: none;
	font-size: 18px;
	font-weight: bolder;
	color: white;
}

A.sotto:hover 
{
	text-decoration: underline;
	color: #9ccbdc;
		font-size: 18px;
	font-weight: bolder;
}

input {
	font-size: 12px;
	_font-size: 10px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #999999;
	background: #FFFFFF url(../images/bg_input.gif) repeat-x;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
	_font-size: 12px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #999999;
	background: #FFFFFF url(../images/bg_input.gif) repeat-x;
}
button {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border: 1px solid #D0DADF;
	color: #ffffff;
	background: #546A78 url(../images/bg_button_blue.jpg) repeat-x 0 0;
	padding: 1px;
	cursor: pointer;
  	cursor: hand;
}

.input_primo 
{ 
border-style: none; 
border-top-width: 0px;
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px
}
-->
</style>