/* Pagina generale */
body {
	background-color:#2F2F4F;
	font:12px Geneva, Arial, Helvetica, sans-serif;
    margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Tabelle */
table.maintable {
	background-color:#FFFFFF;
	width:700px;
	height:100%;
	font:12px Geneva, Arial, Helvetica, sans-serif;
}
table.smalltable {
	width:100%;
	font:12px Geneva, Arial, Helvetica, sans-serif;
}
table.smalltable td{
    width:50%;
	padding:5px;
}
table.menulist {
	font:12px Geneva, Arial, Helvetica, sans-serif;
}

/* Formattazioni di testo alternative */
.titletext {
	font:16px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.title {
	font:32px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.azzurro {
	font-weight:bold;
	color:#0099CC;
}

/* Links */
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

/* Formattazioni speciali */
div#header {
	background-color:#EAEAEA;
	border-top-color:#FF0000;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
}
div#footer {
	font-style:italic;
	font:10px Geneva, Arial, Helvetica, sans-serif;
	background-color:#EAEAEA;
	border-top-color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
}

