@charset "utf-8";
/* CSS Document */
/*stili per il layout fisso con altezza minima*/
html,body{margin: 0;padding:0;height:100%;}
body{
   
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #E9E9E9;
	}
div#container{
	position:relative;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: justify;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color:#FFF;
}
body>div#container{height:auto;min-height:100%;}a
{
   
	color:#030303;
    text-decoration: None;
    border-bottom: None;
}

div#footer{
	position:relative;
	bottom:-1px;
	width: 100%;
	padding: 0.5em 0;
	color: #000;
	text-align:center;
	left: 3px;
}

/*stili generici, su header e footer*/
div#header{
	background-color:#CCC;
	color: #000;
	font:Tahoma, Geneva, sans-serif;
	font-size:25px;
	font-style:oblique;
	text-align: center;
}


div#content a{color: #000;text-decoration: none}

div#content a:hover
    {
    color: #06F;
    /*text-decoration:underline;*/
    border-bottom: None;
        }

/*stili specifici per il layout*/

div#content{
	color:#181818;
	background-color:#FFF;
	}


#container #content table tr th table tr td table tr th {
	font-weight: bold;
}
#container #content table tr th table tr td table tr th {
	font-weight: normal;
}
#container #content table tr th table tr td table tr th {
	font-weight: bold;
}
#container #content table tr th table tr td table tr th {
	font-weight: normal;
}
#container #content table tr th table tr td table tr td {
	font-weight: bold;
}
#container #content table tr th table tr td table tr td {
	font-weight: normal;
}

