body {
	background: rgb(255,255,255);
	font-family:Arial,Helvetica,sans-serif;
	color: rgb(0, 33, 165);
}

.content {
	font-size: 10pt; 
   font-weight: normal; 
   vertical-align: top;
   padding-left: 10px;
}

.content.italic {
	font-style: italic;
}

.content.small {
	font-size: 8pt; 
}

.title {
	font-size: 14pt; 
   font-weight: bold;
   text-align: left;
   vertical-align: top;
   padding-top: 10px;
   padding-bottom: 10px;
}

.caps {
	font-size: 12pt;
}

.menubkg {
	background-image: url(img/menuformazionebkg.gif);
	background-repeat: no-repeat;
	width: 228px;
	height: 453px; 
	vertical-align: top;
}

.menu {
	font-size: 10pt;
	text-align: left;
	padding-left: 105px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	font-size: 8pt; 
	color: rgb(0, 33, 165);
	font-weight: bold;
}

a:link.lnk, a:visited.lnk {
}

a:hover.lnk {
	color: rgb(255,0,0);
}

.separator {
	background-color: rgb(0, 33, 165);
	height:1px;
}

