/*	Main style sheet for Volley Lurano 95 website		*/

/*	*********    code		**********		 */

/* BGROUND AND MARGIN	*/

 body {
    text-align: center; /*centra in IE*/
	 color: #cc0000;
	 background-image: url(../graphics/sfuma_giu.gif);
	 background-repeat: repeat;
	background-attachment: fixed;
	 }

 div#main {
    width: 950px;
    margin: 0px auto; /*centra negli altri browsers*/
    }
	 
   A:link {color:#333366}
   A:visited {color:#333366}
   A:hover {color:#cc0000}
   A:active {color:#cc0000}
	
	/*	-- TABLES STYLES --				*/
	
	.tab {
	background: #ffffff;
	}
	
	.tab2 {
	background: url(../graphics/sfuma_su.gif);
	background-repeat: repeat;
	}
	
	

	
/*	-- TEXT STYLES --				*/

  /*simple text */
.txt {
	font-family: "MS Sans Serif", Geneva, sans-serif; font-size: 12px; 
	font-weight: normal; font-style: normal; color: #333333; 
	text-decoration: none; text-align: justify; padding: 6px;
	}
	
	/*title normal */
.txt2 {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; 
	font-weight: bold; font-style: normal; color: #cc0000; 
	text-decoration: none;
	}
	

  /*title italic */
.txt3 {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	font-weight: bold; font-style: italic; color: #cc0000; 
	text-decoration: none;
	}
	
	/*powered text */
.txt4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; 
	font-weight: bold; font-style: normal; 
	text-decoration: none; text-align: center;
	}

/** MENU verticale roll-over **/

UL.menu1 {
	PADDING: 0px; MARGIN: 0px; WIDTH: 100%; text-align: center; list-style-type: none;
	font-family: "Courier New", Courier, monospace; font-size: 17px; 
	font-weight: bold; font-style: normal ;
}
UL.menu1 A {
	PADDING-BOTTOM: 2px; PADDING-TOP: 2px; 
	DISPLAY: block; text-decoration: none;
}
UL.menu1 LI {
	display: inline;
}
UL.menu1 LI a:link, ul.menu1 LI a:visited, ul.menu1 LI a:active {
   color: #cc0000; 
	border-top: #ffffff 1px solid; border-bottom: #660000 2px solid; 
	border-right: #660000 1px solid;
}
UL.menu1 LI a:hover {
	COLOR: #cc0000; background: #ffffff; 
	border-top: #ffffff 1px solid; border-bottom: #ffffff 2px solid; 
	border-right: #ffffff 1px solid;
}

	/** MENU orizzontale roll-over **/
	
.menu2 {
	PADDING: 0px; MARGIN: 0px; text-align: center; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; 
	font-weight: bold; font-style: italic;
}
.menu2 A {
	DISPLAY: block; TEXT-DECORATION: none;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
    background:#cc0000; color: #ffffff; 
	 border-right: #660000 1px outset; border-bottom: #660000 2px outset
}
.menu2 a:hover { 
	BACKGROUND: #ffffff; COLOR: #cc0000; 
	border-right: #cc0000 1px outset; border-bottom: #cc0000 2px outset
}



/** NEWS **/

UL.news {
	text-align: center; list-style-type: square;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	font-weight: bold; font-style: normal;
}
UL.news LI a:link, ul.news LI a:visited, ul.news LI a:active {
   color: #cc0000; 
}
UL.news LI a:hover {
	COLOR: #ffffff; background: #cc0000; 
}





/*	*************		code end		**************	*/
