body {
background: rgb(255,255,255);
font-family:Arial,Helvetica,Verdana,sans-serif;
}


/***** PARAGRAFO GENERICO *****/

/* all paragraphs */
p, .div, .txt, ul {
	font-size: 11pt; 
   font-weight: normal; 
   font-style: normal; 
	text-align: left;
	vertical-align: top;
	color: rgb(0,0,125);
}

.txt.title {
	font-size: 14pt; 
   font-style: normal; 
	color: rgb(154,189,0);
   font-weight: bold; 
	text-align: left;
}

.txt.subtitle {
	font-size: 12pt; 
   font-style: normal; 
	color: rgb(154,189,0);
   font-weight: bold; 
	text-align: left;
}

.txt.small {
	font-size: 8pt; 
	font-style: italic;
	color: rgb(0,0,125);
	text-align: left;
}

.txt.biblio {
	font-size: 8pt; 
	font-style: italic;
	color: rgb(0,0,125);
	text-align: right;
}

/***** MENU *****/

.menuarray {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	background: rgb(200,225,200);
	vertical-align: top;
	width: 180px;
}

.menu {
   font-style: normal; 
	text-align: left;
	vertical-align: top;
	color: #ffffff; 
}

.menu.main {
   font-weight: bold; 
	font-size: 8pt; 
	background: rgb(0,0,125);
	margin-left: 0px;
}

.menu.sub {
   font-weight: normal; 
	font-size: 8pt; 
	background: rgb(154,189,0);
	padding-left: 20px;
}

.menu.subsel {
   font-weight: normal; 
	font-size: 8pt; 
	background: rgb(154,189,0);
	padding-left: 20px;
	color: rgb(0,0,125); 
}

/***** SEPARATORI *****/

.vseparator {
	width: 20px;
	vertical-align: top;
}

.hseparator.small {
	height: 10px;
}

.hseparator.medium {
	height: 20px;
}


/***** LINK GENERICO *****/

a:link.lnk, a:visited.lnk {
	color: rgb(94,119,0);
	text-decoration: none;
}

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

a:link.lnkmnu, a:visited.lnkmnu {
	color: rgb(0,0,125);
	text-decoration: none;
}

a:hover.lnkmnu {
	color: rgb(94,119,0);
}

a:link.lnktxt, a:visited.lnktxt {
	color: rgb(94,119,0);
	text-decoration: none;
}

a:hover.lnktxt {
	color: rgb(154,189,0);
}

/***** FOTO ****/

.pictarray {
	width: 240px;
	vertical-align: top;
}

.pict {
	width: 240px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgb(220,245,220);
	border-style: solid; 
	border-color: rgb(154,189,0);
	border-width: 1; 
}

.pict2 {
	width: 90%;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background: rgb(255,255,255);
	background: rgb(220,245,220);
	border-style: solid; 
	border-color: rgb(154,189,0);
	border-width: 0; 
}

.dida {
	font-size: 8pt; 
   font-weight: normal; 
   font-style: normal; 
	text-align: center;
	color: rgb(0,0,125); 
}

/***** TABELLE MENU *****/

.submenu {
   font-style: normal; 
	text-align: left;
	padding-left: 25px;
	font-size: 8pt; 
	width: 222px;
	background-repeat: no-repeat;
}

.submenu.l1 {
	height: 17px;
	background-image: url(common/img/leftr1c1.gif);
}

.submenu.l2 {
	height: 25px;
	background-image: url(common/img/leftr2c1.gif);
	color: #ffffff; 
   font-weight: bold; 
}

.submenu.l3 {
	height: 20px;
	background-image: url(common/img/leftr3c1.gif);
	color: rgb(0,0,125); 
   font-weight: normal; 
}

.submenu.l4 {
	height: 9px;
	background-image: url(common/img/leftr4c1.gif);
}

