/* *****************************************LINKS ***************************************** */
a:link , a:visited
{
	color:#84FF6F;
	text-decoration:underline;
	font-weight:bold;
}
a:hover
 {
	color:#4FB8FF;
	text-decoration:underline;
}
/**********************************************/
a.menu:link , a.menu:visited
{
	display:block;
	height:24px;
	width:104px;
	text-align:center;
	padding-top:10px;
	background-image:url(../files/bkg_menu.jpg);
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
a.menu:hover
 {
	text-decoration:none;
	color:#BFE1FF;
	font-weight:bold;
}
/**********************************************/
a.home:link , a.home:visited
{
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
a.home:hover
 {
	text-decoration:none;
	color:#BFE1FF;
	font-weight:bold;
}
/**********************************************/
a.bottom:link , a.bottom:visited
{
	text-decoration:underline;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}
a.bottom:hover
 {
	text-decoration:underline;
	color:#C3D9FF;
	font-weight:normal;
}
/* *****************************************BODY ***************************************** */
table
{
	empty-cells: show;
}
body, td, th , tr, div
{
	color:#ffffff;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;
}
/* The main body of the entire forum. */
body
{
	background-color:#212121;
	margin: 0px;
	padding: 0px;
	height:100%; 
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
input, textarea, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#2F2F2F;
	font-size: 11px;
	font-weight:normal;
	border:1px solid #C0C4C3;
	width:150px;
	padding:5px;
}
/* *****************************************DIV ***************************************** */
.titolo
{
	color:#ffffff;
	font-size:20px;
	text-align:left;
	border-bottom:1px solid #CF5A5F;
	width:90%;
}
.footer
{
	width:900px;
	text-align:center;
	color:#666666;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #19A3FF;
}