a:hover {
	color : #FF0000;
}

a.barraPiede {
	color : #FFFFCE;
	font-size : 12px;
	text-decoration : none;
}

a.barraPiede:hover {
	background-color : #FFFFCE;
	color : #3E6286;
	font-size : 12px;
}

a.barraRapida {
	color : #3E6286;
	font-size : 12px;
	text-decoration : none;
}

a.barraRapida:hover {
	background-color : #3E6286;
	color : #FCFFFF;
	font-size : 12px;
}

a.colore {
	color : #FFFFCE;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}

a.colore:hover {
	color : #FFFFCE;
	font-size : 14px;
	font-weight : bold;
	text-decoration : underline;
}

a.menu {
	color : #3E6286;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.menu:hover {
	font-weight : bold;
	color : #3E6286;
	font-size : 12px;
	text-decoration : underline;
}

body {
	background : #FCFFFF;
	font-family : helvetica, verdana, arial, "sans-serif";
	margin : 10px;
}

input {
	background-color : #FFFFCE;
	color : #406088;
}

p {
	margin : 2px 2px 3px 5px;
}

p, td {
	color : #003366;
	font-family : helvetica, verdana, arial, "sans-serif";
	font-size : 11px;
}

table,td {
	border : #809EBA 1px solid;
	table-layout : auto;
}

.barraPiede {
	color : #FFFFCE;
	font-size : 12px;
}

.barraRapida {
	color : #809EBA;
	font-size : 12px;
}

.colore {
	color : #FFFFCE;
	font-size : 13px;
	font-weight : bold;
}

.contenuto {
	padding-bottom : 15px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 0px;
}

.menu {
	color : #3E6286;
	font-size : 12px;
	font-weight : bold;
}

.noborder {
	border : none;
}

.note {
	font-family : helvetica, verdana, arial, "sans-serif";
	font-size : 9px;
}

.titolobig {
	color : #FCFFFF;
	font-family : "Times New Roman",Times,Serif;
	font-size : 32px;
	font-weight : bold;
}

.titolomid {
	color : #FCFFFF;
	font-family : helvetica, verdana, arial, "sans-serif";
	font-size : 14px;
	font-weight : bold;
}


/* INIZIO STILI PER IL CONTENUTO */

B, strong {
	font-weight: bold;
}

I ,em{
	font-style: italic;
	/* background: #FFFFCE */;
}

H1 {
	color:#3E6286;
    font-family : "Times New Roman",Times,Serif;
	font-size : 28px;
	font-weight : bold;
}

H2 {
	font-family : helvetica, verdana, arial, "sans-serif";
	font-size : 20px;
}

H3 , H4 , H5 {
	color: #000000;
	font-family : helvetica, verdana, arial, "sans-serif";
	font-size : 13px;
}

H6 {
	font-family : helvetica, verdana, arial, "sans-serif";
	font-size : 10px;
}

UL {
margin-left : 0px;
list-style-type : square;
	
}

OL {
margin-left : 5px;
}

LI {
	list-style-position : inside;
}

BLOCKQUOTE {
	color:#3E6286;
	font-weight : bold;
	font-style:italic;	
}

PRE , .code {
	font-family: "Courier New", Courier , Monospaced;
	font-size: 12px;
	color: #000000;
}

/* FINE STILI PER IL CONTENUTO */
