/* CSS Document */

body {
	margin: 12px;
	padding: 0;
	background-image: url(../images/bg.gif);
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	text-align:center;
}

.content{

	padding: 0;

	font-size: 12px;

	color: #333333;

	font-weight: normal;

	text-align:left;	

}





.titoloblu{

	padding: 0;

	font-size: 13px;

	color:  #195792;

	font-weight: normal;

	text-align:left;

line-height: 22px;	

}



.titolobluup{

	padding: 0;

	font-size: 16px;

	color:  #195792;

	font-weight: normal;

	text-align:left;

	border-bottom: 1px solid #195792;

		text-transform: uppercase;

	line-height: 22px;



}



table.contenuto {

	padding:0;

	margin:0;

	display:inline-block;

	width:960px;

	border: 1px solid #fff;

  text-align:center;



}

table.menu {

  background-image: url(../images/bg_menu.gif);

  height: 40px;

  width: 960px;

  vertical-align: middle;

}

table.menu td {

  background: url(../images/tile_menu.gif) no-repeat;

  text-align:center; 

}

table.menu td.first {

  text-align:left; 

}

table.menu a:link,table.menu a:visited{

	font-weight: bold;

	color:#ffffff;

	font-size:12px;

	text-decoration:none;

}

table.menu a:hover, table.menu a:focus, table.menu a:active{

	font-weight: bold;

	color:#FFCD00;

	text-decoration:none;

}

table.menu td.on{

	font-weight: bold;

	color:#FFCD00;

	font-size:12px;

	text-decoration:none;

}

table.contenuto {

  background-color: #FFF;

  width: 920px;

  margin:20px 20px 0 20px;

  text-align:left;

}



/* stile dei font*/

.titolo {

    color: #195792;

	font-size: 22px;

	font-weight: bold;

	height: 40px;

	}

	

.sottotitolo {

    color: #333333;

	font-size: 16px;

	font-weight: bold;

	}



.paragrafo {

    color: #195792;

	font-family: "Times";

	font-size: 14px;

	font-weight: bold;

}



/*link per tutto il sito ad eccezione dei menu*/

	a, a:link, a:visited {

	color:#195792;

	text-decoration:none;

	font-weight:bold;

}

	a:hover, a:focus, a:active  {

	color:#FFCD00;

	text-decoration:underline;

	font-weight:bold;

}



.footer {

	color: #FFF;

	font-size: 11px;

	 text-align:left;

}