﻿body {
	/*background-image: url(../images/sfondo.jpg);*/
	background-color:#114F73;
}
/* content */
.text-header {
	font-weight:bold;
	font-size:15pt;
	font-family:sans-serif;
	color:#4977af;
}
.pageContent {
	font-size:14px;
	font-family:Tahoma;
	color:#818181;
}
/* top elements */
.company {
	font-weight:bold;
	font-size: 20pt;
	font-family: sans-serif;
	color: #3d6eaa;
}
.slogan {
	font-weight:bold;
	font-size: 12pt;
	font-family:sans-serif;
	color:#ffffff;
}
.link_dentro {
	color: #333333;
	text-decoration: underline;
}
/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma;
	color:#ffffff;
	text-decoration:underline;
	text-transform: uppercase;
	font-weight: bold;
}
.amenu {
	font-size:8pt;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
.amenu:hover {
	font-size:8pt;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration:underline;
	text-transform: uppercase;
	font-weight: bold;
}
/*submenu*/
.submenu {
	font-size:9pt;
	font-family:Tahoma;
	color:#ffffff;
	text-decoration: underline;
}
.asubmenu {
	font-size:9pt;
	font-family:Tahoma;
	color:#ffffff;
	text-decoration:none;
}
.contenitore {
	border: 1px solid #4396F2;
}
/*bottom menu*/
.bmenu {
	font-size:8pt;
	font-family: Tahoma;
	color:#ffffff;
	text-decoration:underline;
	text-transform: uppercase;
	font-weight: bold;
}
.abmenu {
	font-size: 8pt;
	font-family:Tahoma;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.abmenu:hover {
	font-size: 8pt;
	font-family:Tahoma;
	color: #ffffff;
	text-decoration:underline;
	text-transform: uppercase;
	font-weight: bold;
}
/*copyright*/
.footer {
	font-size:8pt;
	font-family:Tahoma;
	color:#C5D4E6;
}
/*backgrounds*/
.main-bg {
	background-color: #ffffff;
}
.submenu-bg {
	background-color:#b9b9b9;
}
.bordo_tab {
	border: thin dotted #CCCCCC;
	background-color: #F4F4F4;
}

.percorso a{
	color:#999999;
}

