body {
	color: #666666;
	font-size: 12px;
	font-family: arial;
	line-height: 16px;
	background-color: #cccccc;
	margin: 0;
	cursor: default;
}
td, table {
	font-size: 12px;
	font-family: arial;
	line-height: 16px
}
a:link {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
.font_titolo { 
	font-weight: bold;
}
.font_big { 
	font-size: 24px;
}
.font_small { 
	font-weight: bold;
	font-size: 10px;
}
.font_data { 
	color: #ff0000;
	font-weight: bold;
}
.login_rollover {
	color: #ffffff;
	font-weight: bold;
	background-color: #666666;
	cursor: pointer;
}
.login_rollout {
	color: #666666;
	font-weight: bold;
	background-color: #ffffff;
	cursor: default;
}
.nav_rollover {
	color: #ffffff;
	font-weight: bold;
	background-color: #666666;
	cursor: pointer;
}
.nav_delete {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	cursor: pointer;
}
.nav_rollout {
	color: #666666;
	font-weight: bold;
	background-color: #cccccc;
	cursor: default;
}
.nav_selected {
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
}
.nav_off {
	color: #ffffff;
	font-weight: bold;
	background-color: #cccccc;
}
.textfield {
	color: #666666;
	font-size: 12px;
	font-family: arial;
	border-top: 2px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
	resize: none;
}
