

html, body {
	background-color: #;
	margin: 0;
	padding: 0; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #;
	}

A:link, A:visited { 
	text-decoration: none;
	color: #00009D;
	}

A:hover { 
	text-decoration: underline;
	color: #09a2ec;
	}

A.piccolo:link, A.piccolo:visited { 
	font-size: 11px;
	font-weight: bolder;
	}

A.piccolo:hover {  
	font-size: 11px;
	font-weight: bolder;
	}

.corpo { 
	text-align: justify;
	line-height:18px;
}

.titolo {
	font-size: 15px;
	font-weight: bolder;
	}

.piccolo { 
	font-size: 11px;
	font-weight: bolder;
	}

.piccolino	{ font-size: 11px;		}
.grass			{ font-weight: bolder;}
	
table, td, tr	{ font-size: 12px;								}
.tabella			{ border: solid #5170AA 1px ; 				}
.tab-dash			{ border: dashed #5170AA 1px; 				}
.tab-bot			{ border-bottom: solid #5170AA 1px;	}
.tab-top			{ border-top: solid #5170AA 1px; 		}

.tab-top-bot{
	border-bottom: 	solid # 1px;
	border-top: 		solid # 1px;
	}

.tab-lef-rig{
	border-left: 		solid #000 1px;
	border-right: 	solid #000 1px;
	}

.tab-bot-lef-rig{
	border-left: 		solid #000 1px;
	border-right: 	solid #000 1px;
	border-bottom: 	solid #000 1px;
	}

.tab-top-lef-rig{
	border-left: 		solid #CEDBF9 1px;
	border-right: 	solid #CEDBF9 1px;
	border-top: 		solid #CEDBF9 1px;
	}
	
.stampa { display: none; }

form {
	margin : 0;
	padding: 0;
}

input, select, textarea, button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: solid #5170AA 1px;
	background-color: #;
}
	
.quickmenu 			{ height: 18px; }
.boxgrande 			{ width: 60mm;	}
.textareagrande { width: 80mm; 	}

.submit {
	border: solid 1px #fff;
	background-color: #333; 
	color: #fff; 
	cursor: pointer !important;
	cursor: hand;
	}

.submitover {  
	background-color: #fff; 
	border: solid 1px #333;
	color: #333; 
	cursor: pointer !important;
	cursor: hand;
	}

hr {
	margin: 0;
	height: 0;
	background-color: #;
	border: 1px solid #;
}


html>body hr {
	background-color: #000; 
	height: 1px;  
	border: solid #000 0px;
	margin: 5px 0;
}

ul { margin: 0;}

li {
	margin: 0;
	padding: 0;
}

li { line-height: 18px;}
