body {
	margin: 0px auto 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
}
a         { text-decoration: underline; color:#000000; }
a:link     { text-decoration: underline; color:#000000; }
a:hover    { text-decoration: none; color:#000000;	}
a:active   { text-decoration: underline; color:#000000; }
a:visited  { text-decoration: underline; color:#000000; }
a:visited:hover  { text-decoration: none; color:#000000;}

h1 {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#FF0000;
	margin:0px;
}
select	 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea 
{
	font-size: 10px;
}
.button
{
	cursor:pointer;
	border:1px solid #aaaaaa;
	font-size:10px;
}
td
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}
.helpme
{
	text-align:center;
	display:none;
}
.menu_bg {
	background-color:#efefef;
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
}
	
.menu
{
	font-size:10px;
}
.menu a
{
	text-decoration:none;
}
.menu a:visited
{
	text-decoration:none;
}
.menu a:hover
{
	font-weight:bold;
	color:#FF0000;
}
pre
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	background-color:#eeeeee;
}
.stat
{
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
}
.stat td
{
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	font-size: 11px;
}

.stattable
{
	background-color:#Ffcc00;
	border:1px solid #ffcc00;
}
.statheader
{
	font-size: 10px;
	font-weight: bold;
}
.stattd1
{
	font-size: 11px;
	background-color:#ffffff;
}
.stattd2
{
	font-size: 11px;
	background-color:#ffffcc;
}

.box_grigio {
	background-color:#F7F7F7;
	border:1px solid #cccccc;
	padding:5px;
	height:150px;
	width:200px;
}
.helpline {
	background-color:#FFFFCC;
	border:1px solid #ffcc00;
	font-size:10px;
	padding:5px;
	margin:5px;
	height:50px;
	background-image:url(images/help.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.frame_content {
	border:1px solid #cccccc;
	padding:10px;
	background-image:url(images/sfondo.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}