/*
	CSS Level 2
	Sviluppato da Sergio Schiavone, sichdesign@libero.it
*/

/* Elementi Xhtml */

body
{
	background-color: White;
	/*color: #8B0000;*/
	color: #002222;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.content TD.title
{
	background-color: White;
}

.content TD.helper
{
	background-color: White;
}

.menu{
	background-color: transparent;
	font-size: 12px;
	background : url(../gfx/menu/ita/menu-bg.gif);
}

.menu a{
	background-color: White;
	display: block;
	text-decoration: none;
	height: 12px;
	/*color: #8B0000;*/
	color: #002222;
}	

.menu a:hover{
	background-color: White;
	display: block;
	text-decoration: none;
	/*color: #8B0000;*/
	color: #002222;
}

.content TD.testo
{
	background-color: White;
	padding: 6px;
	/*color: #8B0000;*/
	color: #002222;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

.content TD.testo a{
	background-color: White;
	/*color: #8B0000;*/
	color: #002222;
	text-decoration: underline;
	font-size: 12px;
}

.content TD.testo a:hover{
	background-color: White;
	/*color: #8B0000;*/
	color: #002222;
	text-decoration: none;
}
