/* CSS Document */
/*  Copyright Wicom*/
/*  Code works(looks good too) with IE 4.0*/
/* http://www.portaledelleliberta.com/ */

html, body {
	background-image: url(immagini/bkgone.jpg);
	background-repeat: repeat-x;
	background-color: #CCDCF3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#666666;
	scrollbar-track-color:#CCDCF3;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#aaaaaa;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#666666;
	height: 100.02%;
	line-height:15px}


/* linkage styles baby  */

a	{
    color: #FF0000;
	}
	
a:link	{
	color: #8c0000;
	background-color: transparent;
}
	
a:visited	{
	color:#999999;
	background-color: transparent;
	}
	
a:hover	{
	color:	#fff;
	background-color: #b42642;
	}
	
a:active	{
	color:	#fff;
	background-color: #666666;
	}	
	
	a:img	{
    color: #FF0000;

	}
	
		
	
/* end linkage styles baby */	

h1 {
 	padding-bottom:0px;
 	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
}

h2 {
 	padding-bottom:0px;
 	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
 }
ul {
	list-style-type: disc;
	list-style-image: url(immagini/bullet.gif);
	list-style-position: outside;
	margin-left:12px;
	line-height:18px;
	padding-left:15px;
	margin-top:0px;
	
	 }
	 
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 .titlebox {
 padding-top:5px;
 padding-bottom:5px;
 padding-left:15px;
 padding-right:15px;
 line-height:40px;
 background:url(immagini/t_bkg.gif) repeat-x 100% 0;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
 }
#outer {
	background-image: url(immagini/m_bkg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}