/* CSS Document */
BODY 
{
	FONT-SIZE: 11px; 
   font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
HTML
{
	FONT-SIZE: 11px; 
    font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color:  #ffffff;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
.MainTable
{
	height: 100%;
	width: 100%;
}
.MaintableSite
{
 	width: 700px;
 	height: 430px;	
}
.MainTableEnox
{
  width: 100%;
  height:420px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  text-align: center;
 }
 a:link {
	color:  #119dcc;
	text-decoration: none;
	 font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #119dcc;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.box_link
{background-image:url(images/linea_v.jpg);
background-position: bottom left;
background-repeat:no-repeat;
} 
.box_swf
{background-image:url(images/bg.jpg);
background-position: center;
background-repeat:no-repeat;
width:800px;
height:210px;
} 
.cell_link {
	color:  #23BBEC;
	text-decoration: none;
	font-weight: bold;
	margin-left:2px;
	margin-top:108px;
	padding-top:5px;
}
.bottom
{color: #23BBEC;
}
.link_2ld
{font-size:10px;
color:#FF9900;
}
.testo
{
padding-left:16px;
padding-right:8px;
}
.box
{
background-image:url(images/box.jpg);
background-position:center;
background-repeat:no-repeat;
}
.linea_v
{
background-image:url(images/linea_vert.jpg);
background-position:center;
background-repeat:repeat-y;
}
.linea_o
{
background-image:url(images/linea_ori.jpg);
background-position:center;
background-repeat:repeat-x;
}