body {
	background-color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

.a:link {
	text-decoration: none;
	color: #666;
}

.a:visited{
	text-decoration:none;
	color: #666;
}

.a:hover{
	text-decoration: none;
	color: red;
}

/* contorno tabella */

.master_table_container{
	width: 908px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #CCC;
}
/* tabella principale */
.master_table{
	width: 900px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	border-style: groove;
	border-width: medium;
	background-color: white;
}
/* fine tabella principale */

/* top bar */
.top_bar {
	padding-top: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
}

.top_bar a{
	text-decoration: none;
	letter-spacing: .1em;
	color: #555;
}

.top_bar a:hover{
	color: #DD0000;
	font-weight: bold;
}

/* left menÃ¹ */
.left_menu_container{
	width: 225px;
	vertical-align: top;
	padding: 4px;
	padding-top: 15px;
}

.left_menu_content{
	width: 100%;
	border-style: outset;
	border-width: medium;
	line-height: 18px;
	background-color: #F2F2F2;
}

.left_menu_content a{
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 20px;
	color: #666;
}
.left_menu_content a:hover{
	color: #DD0000;
	letter-spacing: .2em;
}

/* contenuti */
.center_contenuti_container{
	width: 675px;
	vertical-align:top;
	padding: 5px;
}

.center_contenuti_content{
	text-align: justify;
	margin: 10px;
	vertical-align: top;
}

/* right menù */
.login_table{
	width: 100%;
	border-style: outset;
	border-width:medium;
	background-color: #F2F2F2;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
.login_table a{
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 18px;
	color: #666;
}
.login_table a:hover{
	color: #DD0000;
	font-weight: bold;
}

/* portfolio */
.portfolio_table
{
	width: 100%;
	border-style: outset;
	background-color: #F2F2F2;
}

.portfolio_table a{
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 18px;
	color: #666;
}

.portfolio_table_title
{
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.portfolio_table_title a:hover
{
	letter-spacing: .13em;
	color: #DD0000;
}

.portfolio_table_subtitle
{
	height: 25px;
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
}

/* admin table */
.admin_table
{
	width: 100%;
	border-style: outset;
	background-color: #F2F2F2;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 18px;
	color: #666;
	text-align: center;
}

.admin_table a{
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 18px;
	color: #666;
}

.admin_table a:hover{
	letter-spacing: .13em;
	color: #DD0000;
	font-weight: bold;
}

/* sponsor */
.sponsor{
	width: 100%;
	border-style: outset;
	border-width: medium;
	background-color: #E2E2E2;
}

/* footer */
.footer{
 	font: 12px Arial, Helvetica, sans-serif;
 	letter-spacing: .1em;
	text-align:center;
	background-color: #E2E2E2;
	height: 20px;
}
.footer a:link {
	text-decoration: none;
	color: #666;
}

.footer a:visited{
	text-decoration:none;
	color: #666;
}

.footer a:hover{
	text-decoration: none;
	color: #DD0000;
}
