body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

a {
	color: #15689E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.invis,
.hidden,
.print_only {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

.block{
	display:block;
}

.strong{
	font-weight:bold;
}

img{
	border:0;
}

span.strike{
	text-decoration:line-through;
}

::-moz-selection {	/*risolve bug di firefox. il testo selezionato non veniva stilizzato al solito modo*/
    background: #316AC5;
	color: #fff;
}

/* -- inizio struttura  */


/* header */
div.header {
	height: 128px;
	background: #EFEFEF url('../images/header.png') left bottom repeat-x;
	margin: 0px;
	padding: 0px;
}

div.header_inner {
	width: 918px;
	margin: 0 auto;
}

div.header div.logo{
	padding: 8px 0 7px 2px;
	width: 300px;
	height: 86px; 
	float: left;
}

div.header div.logo a{
	display: block;
	width: 300px;
	height: 86px; 
	background: url('../images/logo_oac.png') 0 0 no-repeat;
}

div.header h2.head_subtit{
	background: url('../images/scritta_head.png') no-repeat;
	width: 598px;
	height: 80px;
	float: right;
	margin: 10px 0 10px 0px;
}

/* menu */
div.header div.menu{
	clear: both;
	margin-left: 3px;
	height: 27px;
	background: #15689E;
}

div.header div.menu ul.men{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.header div.menu ul.men li{
	margin: 0;
	padding: 6px 11px;
	float: left;
	background: #15689E;
	border-top: 1px solid #155080;
	border-right: 1px solid #155080;
	border-left: 1px solid #2479C6;
}

div.header div.menu ul.men li.voce_bordata{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

div.header div.menu ul.men li a{
	color: #fff;
}

div.header div.menu ul.men li.corr {
	background: #155080;
	color: #fff;
}


/*-- content --*/
div.content{
	background: #0C2E49 url('../images/footer_top.png') left bottom repeat-x;
	padding-bottom:40px;
}

div.content_inner{
	width: 918px;
	margin: 0 auto;
	padding-top: 15px;
}



/*-- footer --*/

div.footer {
	width: 918px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px; 
	padding-top: 15px;
	padding-bottom: 40px;
}

div.footer strong{
	font-size: 11px;
}