body {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 0.77em;
}

h2 {
	font-size: 1.6em;
	color: #114a75;
	font-weight: bold;
}

h3 {
	color: #a12122;
	font-weight: bold;
	font-size: 1.4em;
}

h6  {
	color: #a12122;
	border-bottom: 1px solid #a12122;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 15px;
	background-image: url('../../../images/stories/ico_quadrato_rosso.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-family: "Trebuchet MS", "Arial", sans-serif;
}

h4 {
	color: #a12122;
	border-bottom: 1px solid #a12122;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 22px;
	background-image: url('../images/bg_h4.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}


a{ color: #295677; font-weight: bold; text-decoration: underline;}
a:visited { color: #295677; }
/*a:hover {text-decoration: underline; cursor: pointer;}*/


.TitoloHome{
	background-image: url('../images/ico_paragrafo.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.15em;
	background-position: 0px 3px;
	}
	
.TestoH{
	padding-left: 10px;
}




/* --------------- MAIN MENU --------------- */

#mainmenu ul {
	list-style: none;
	text-transform: uppercase;
	padding: 12px 0px 0px 10px;
	font-weight: bold;
}

#mainmenu ul li { 
	display: inline; 
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #f8c367;
}

#mainmenu .moduletable_menuRu ul li { 
	display: inline; 
	padding: 5px 3px 0px 5px;
	border-right: 1px solid #f8c367;
}

#mainmenu ul li.item9 { border-right: none;}

#mainmenu #current a span,
#mainmenu ul li a:hover { text-decoration: none; color: #f9dc26;}
#mainmenu ul li a { text-decoration: none; color: #fff; } 


/* --------------- MAIN CONTENT --------------- */

#mainContent {  color: #65696c}
#mainContent strong { color: #58595b; font-weight: bold;} 
#mainContent h5 {
	color: #58595b;
	font-weight: bold;
	font-size: 1.15em;

	
}


#mainContent ul li {
	list-style-image: url('../images/li_img.gif');
	margin-left: 30px;
}



