body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
.menucell{
	width: 100px;
	height: 35px;
	vertical-align: center;
	text-align:left;
	padding-left: 33px;
	background-image: url(../images/off.gif); 
	background-position:left center;
	background-repeat: no-repeat;
}
.menucell_select{
	width: 100px;
	height: 35px;
	vertical-align: center;
	text-align:left;
	padding-left: 33px;
	background-image: url(../images/on.gif); 
	background-position:left center;
	background-repeat: no-repeat;
}

 .menu_table{
 	/*border: inset 1px #555555;*/
 	border-left: solid 1px #000000;
 	border-top: solid 1px #000000;
 	border-bottom: solid 1px #cccccc;
 	border-right: solid 1px #cccccc;
 	width:160px;
 	/*
 	hidden
	dotted
	dashed
	solid
	double
	groove
	ridge
	inset
	outset
	*/
 }

a.menu:link{
	color: #222222;
	text-decoration : none; 
	font-size:12t; 
	font-weight:normal;		
}
a.menu:visited{
	color: #222222;
	text-decoration : none; 
	font-size:12pt; 
	font-weight:normal;	
}
a.menu:hover{
	color: #222222;
	text-align:center; 
	text-decoration : none; 
	font-size:12pt; 
	font-weight: bold;		
}
.menu_select{
	color: #000000;
	text-align:center; 
	text-decoration : underline; 
	font-size:12pt; 
	font-weight: bold;		
}
.testoCopyright {
	font-size: 10px;
	text-align: center;
}
p{
	font-size:10pt; 
	text-align: justify;
	margin-bottom:0px;
	margin-top:5px;
	top:0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
}
ul{
	top:0px;
	bottom:0px;
	margin-top:2px;
	padding-top:0px;	
	margin-bottom:2px;
	padding-bottom:0px;
}
li{
	font-size:10pt; 
	text-align: justify;
}
h1{
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	bottom: 0px;
	padding-bottom: 0px;
}
h5{
	margin-top: 0px;
	top:0px;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
}
