/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background:#A7A7A7; 
	margin:0px; 
	scrolling:yes;
	scrollbar-arrow-color:#ffd700;
	scrollbar-base-color:#0072B0;
	scrollbar-darkshadow-color:#0072B0;
	scrollbar-face-color:#0072B0;
	scrollbar-highlight-color:#0072B0;
	scrollbar-shadow-color:#0072B0;
	scrollbar-track-color:#e2e2e2
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-position: center;
	text-align: center;
}

/************************************************/
/* Classi			                            */
/***********************************************/
.titolo 	{
	font-family: verdana, tahoma, sans-serif;
	font-size: 22px;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	color: #444444;
	text-align:right;
	vertical-align:bottom;
}

.titololargo 	{
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	text-align:right;
	vertical-align:middle;
}

.bottone	{
	border:1px #555555 solid;
	font-size: 10px;
	color: #444444;
	width: 20%;
	font-weight: bold;
	background-color: #D5D5D5;
	height: 18px;
	cursor: hand;
	background-position: bottom;
}

.casella	{
	font-size: 10px;
	width: 20%;
	height: 18px;
	background-position: bottom;
}

.bordo {
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-COLLAPSE: collapse;
	EMPTY-CELLS: show;
	text-align: left;
}
.bordo td {
	PADDING-RIGHT: 1px;
	BORDER-TOP: #c1cdd8 1px solid;
	PADDING-LEFT: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	height: 30px;
}
.bordo th {
	PADDING-RIGHT: 1px;
	BORDER-TOP: #c1cdd8 1px solid;
	PADDING-LEFT: 1px;
	HEIGHT: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0072B0;
	font-weight: bold;
}
.bordo a:link	{ text-decoration: underline; color:#FFFFFF}
.bordo a:visited 	{ text-decoration: none; color:#FFFFFF}
.bordo a:hover	{ text-decoration: underline; color:#FFFFFF}

/************************************************/
/* DIV				                            */
/***********************************************/
#container #titololargo {
	height: 30px;
	width: 798px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
}
#container #corpo {
	font-family: Arial, Helvetica, sans-serif;
	height: 500px;
	width: 798px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #f6f1ed;
	text-align: center;
	border-top-style: solid;
	border-top-color: #dadaa9;
	border-top-width: 1px;
	margin-top: 1px;
	padding-top: 1px;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}
/************************************************/
/* Tag				                            */
/***********************************************/

