BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background: #000000;
}

/* MENU OPZIONI */

div#menulinks {
	position: relative;
	text-align: center; 
	font-weight: bold;
	font-size: 11px;
	width: 80px;
	height: 23px;
	line-height: 210%;
}

div#menulinks a {
	text-decoration: none; 
	color: #FFFFFF;
}

div#menulinks.selezione {
	display: block;
	height: 23px;
	background-image: url("pictures/bgmenu_on.gif");
	background-repeat: repeat-x; 
	color: #000066;
}

div#menulinks a:hover {
	display: block;
	height: 23px;
	background-image: url("pictures/bgmenu_on.gif");
	background-repeat: repeat-x; 
	color: #000066;
}

/* CONTENUTI */

H1 {
	color: #CC3333;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
}

div.contenuti {
	padding: 12px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}


FONT {
	font-size: 12px;
	color: #000000
}

FONT.small {
	font-weight: normal;
	font-size: 11px;
}

FONT.error {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold
}

FONT.logotipo {
	font-size: 11px;
	color: #555555
}

FONT.label {
	color: #CC3333;
	font-weight: bold
}

FONT.label2{
	color: #c0c0c0;
	font-weight: bold
}

FONT.label3{
	color: #FFFFFF;
	font-weight: bold
}

FONT.didascalia {
	color: #5b5b5b;
	font-weight: normal;
	font-size: 8pt
}

TABLE.header {
	background: #000000;
	border-left: 1px solid #d70000;
	border-top: 1px solid #d70000;
	border-right: 1px solid #000066;
}

TABLE.footer {
	background: #5b5b5b;
	border-left: 1px solid #d70000;
	border-bottom: 1px solid #d70000;
	border-right: 1px solid #000066;
}

TABLE.main {
	background: #e1e1e1;
	border-left: 1px solid #d70000;
	border-right: 1px solid #000066
}


A:LINK, A:VISITED, A:ACTIVE {
	font-size: 11px;
	color: #F89F2B;
	text-decoration: none
}

A:HOVER {
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none
}

A.main:LINK, A.main:VISITED, A.main:ACTIVE {
	font-size: 12px;
	font-weight: bold;
	color: #BF6000;
	text-decoration: none
}

A.main:HOVER {
	font-size: 12px;
	font-weight: bold;
	color: #BF6000;
	text-decoration: underline
}

IMG.foto {
	border: 1px solid #d70000;
}

TD.etichetta {
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	height: 20px;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}

TD.campo {
	font-weight: normal;
	height: 20px;
	vertical-align: top;
	padding-left:5px;
}

TD { 
	font-size: 12px;
	color: #000000
}
