/*stili per il layout fisso*/
html,body{
		margin: 0;
		padding:0
		}
body{
	font-family: arial,sans-serif;
	font-size:11px;
	line-height:13px;
	color:#1B1983;
	text-align:justify;
	background-color:#FFFFFF;
	background-image:url(Images/sfondo.jpg);
	background-repeat:repeat-x
		}

A:LINK 	{
		color :#2323B7;
		text-decoration : none;
		}
		
A:VISITED {
		color : #2323B7;
		text-decoration : none;
		} 

A:HOVER {
		color : #2323B7;
		text-decoration : underline;
		} 



div#container{width:754px; margin:auto; margin-top:15px; background-color:#FFFFFF}

.titolo
	{
	font-family: 	arial,sans-serif;
	font-size: 		13px;
	color: 			#fff;
	font-weight: 	bold;
	background-color:#1B1983;
	padding:			3px
	}
	
.sottotitolo
	{
	font-family: 	arial,sans-serif;
	font-size: 		12px;
	color: 			red;
	font-weight: 	bold;
	}
