html, body {
	margin: 0px;
	padding: 0px;
	font-family : Verdana;
	font-size: 8pt;	
	text-align:left;
	color: #054A00;
	SCROLLBAR-FACE-COLOR: #01924F;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFF00;
	SCROLLBAR-DARKSHADOW-COLOR: #054A00;
	SCROLLBAR-BASE-COLOR: #FFFFFF;	
}

a{font-size:8pt; color: #054A00; text-decoration: underline;}
a:Hover {font-size:8pt; color: #01924F; text-decoration: none;}
 
#main{
    width:980px;
    height:600px;
    margin-top:5px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-490px;
    margin-top: -300px;
}

#main .container{
    width:980px;
    height:557px;
	border:1px solid #FFF;
	background-color:#0F3300;
	/*background-image:url(../immagini/bg_tab.jpg);*/
}

#main .bottom{
	width:980px;
	height:43px;
	text-align: center;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 10px;
	
}
#main .bottom a{color: #FF0000; text-decoration: none; font-size:8pt}
#main .bottom a:hover{color: #CC6600; text-decoration: underline; font-size:8pt}

.home1{
	width:480px;
	height:210px;
	margin-left:10px;
}

.home2{
	width:870px;
	height:80px;
	margin:6px 0px 4px 10px;
}

.programma{
	width:660px;
	height:250px;
	overflow:auto;
	margin:4px 9px;
}

.programma-frame{
	margin:4px 9px;
}

.news-t{
	width:330px;
	height:245px;
	overflow:auto;
	padding:4px;
	font-weight:bold;
	font-size:8pt;
	text-align:left;
}

.news-t a{color:#054A00;text-decoration:underline;}
.news-t a:hover{color:#01924F;text-decoration:none;}

.news-c{
	width:480px;
	height:245px;
	overflow:auto;
	padding:4px;
	color: #01924F;
	text-align:justify;
}

.title{
	color:#01924F;
	font-size:10pt;
	font-weight:bold;
}

hr {height : 1px; color : #01924F; margin: 4px 0px;}

input.button  {
    font-size : xx-small;
    font-family : Verdana, Arial, Helvetica, sans-serif;        
	color : #FFFFFF;   
    background-color : #666666;
    height : 20;
    width : 70;
    border-style : solid;
    border-width : 1;
    border-color : #FFFFFF;
    text-valign : center;
}

#contenuti{
	text-align:left;
	color:#000000;
	font-size: 9pt;
	scrollbar-face-color : #EBD06B;
	scrollbar-shadow-color : #CCB08F;
	scrollbar-highlight-color : #CCB08F;
	scrollbar-3dlight-color : #CCB08F;
	scrollbar-darkshadow-color : #CCB08F;
	scrollbar-track-color : #CCB08F;
	scrollbar-arrow-color : #800000;
	direction:rtl; 
	width:250px; 
	height:394px; 
	overflow:auto;  
	padding-left:10px;
}

