body {
	background-color: #FFFFCC;
}
body,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
}
.titolo {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.titolo_red {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.link_menu_tit {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.link_menu {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a.link_menu_tit, a.link_menu {
	text-decoration: none;
}
a.link_menu_tit:hover, a.link_menu:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
	padding: 3px;
	border: 1px solid #000033;
}
a.link_menu_tit:visited, a.link_menu:visited {
}
.bottone_red {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #eeeeee;
	padding: 3px;
	border: 1px solid #990000;
	cursor: hand;
}
.bottone_verde {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	background-color: #eeeeee;
	padding: 3px;
	border: 1px solid #003300;
	cursor: hand;
}
.bottone_blu {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	background-color: #eeeeee;
	padding: 3px;
	border: 1px solid #000066;
	cursor: hand;
}
.td_grigio {
	background-color: #CCCCCC;
}
.td_grigio_bordo {
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.td_blu_bordo {
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.bottone_ico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EBEBEB;
	height: 20px;
}

