.Page {
	margin-top		  	: 0px;
	margin-left		  	: 0px;
	margin-bottom		  : 0px;
	margin-right		  : 0px;
	background-color	: #EFE9BE;
}

/*************** CELLE STANDARD ***************/
td {
	font-size   	: 12px;
	font-family 	: Verdana, Helvetica, sans-serif;
	color       	: #FFFFFF;
	line-height		: 150%;
}


/*************** ALTRE CELLE ***************/
td.headTitle {
	height						: 92px;
	background-image	: url("images/bg-head-ag.gif");
}


td.bgIndex {
	background-color	: #407541;
}

td.bottomBar {
	background-image	: url("images/bg-index-bottom.gif");
}

td.textBottomBar{
	font-size   	: 11px;
	font-family 	: Arial, sans-serif;
	color       	: #999966;	
}
td.textBottomBar a:link {
	color       	: #999966;
	text-decoration : none;	
}
td.textBottomBar a:visited {
	color       	: #999966;	
	text-decoration : none;
}
td.textBottomBar a:hover {
	color       	: #669999;	
	text-decoration : none;
}


td.credit{
	font-size   	: 11px;
	font-family 	: Arial, sans-serif;
	color       	: #666666;
	background-color	: #EFE9BE;
}
td.credit a:link {
	color       	: #666666;
	text-decoration : none;	
}
td.credit a:visited {
	color       	: #666666;	
	text-decoration : none;
}
td.credit a:hover {
	color       	: #669999;	
	text-decoration : none;
}

/**************** DIV ******************/
div#main {
	width				: 770px;
	font-size   : 11px;
	font-family : Verdana, Helvetica, sans-serif;
	background-image	: url("images/bg-index.gif");

}


/*************** COMPONENTI FORM ***************/
input, select, textarea {
	font-size   		: 11px;
	font-family 		: Verdana, Helvetica, sans-serif;
	color						: #330000;
	background-color: #F9F9F9;
	border-width		: 1px;
}
