body {
background: white; 
/*
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#9bcf6e;
*/
font-family:Arial,Helvetica,Verdana,sans-serif;
}


/***** PARAGRAFO GENERICO *****/

/* all paragraphs */
p, .par, divx {
	font-size: 8pt; 
   font-weight: normal; 
   font-style: normal; 
	text-align: left;
	color: #000000; 
	background: rgb(255,255,255);
}

.par.title {
   font-weight: bold; 
   font-style: normal; 
	color: rgb(218,118,75); 
}

.par.maintitle {
	color: #ffffff; 
	font-size: 12pt;
   font-weight: bold; 
   font-style: normal; 
	background: rgb(155,207,110);
}

.par.biblio {
   font-weight: bold; 
}

.par.esc {
   font-style: italic; 
}

.par.center {
	text-align: center;
}

.par.justify {
	text-align: justify;
}

.par.publi {
}


/***** LINK GENERICO *****/

a:link.lnk, a:visited.lnk {
	font-size: 8pt; 
   font-weight: normal; 
   font-style: normal; 
	text-align: left;
	color: rgb(155,207,110);
	text-decoration: none;
}

a:hover.lnk {
	color: rgb(218,118,75); 
}

a:link.lnk.intext, a:visited.lnk.intext {
	font-size: 11pt; 
}

a:link.lnk.bold, a:visited.lnk.bold {
   font-weight: bold; 
}

a:link.lnk.italic, a:visited.lnk.italic {
   font-style: italic; 
}


/***** HLINE *****/

.hline {
	width: 100%;
	height: 1px;
	color: rgb(218,118,75);
	text-align: center;
	border-top-width: 1px;	
	border-style: solid; 
	border-bottom-width: 0px;
}

.hline.green {
	color: #9bcf6e;
}

