@CHARSET "ISO-8859-1";

BODY {
	background-color: #333333;
	font-family: Arial;
	font-family: sans-serif;
	font-size: 12pt;
	color: white;
}

.bottone {
	border: 1px;
	font-family: Arial;
	background-color: #AAAAAA;
	border-color: white;
	text-align: center;
	border-bottom-style: inherit;
	color: black;
	font-size: 12pt;
}

.text {
	font-family: MS Reference Serif;
	font-style: normal;
	font-size: 14pt;
	color: white;
	text-align: justify;
}

.textItalic {
	font-family: Copperplate Gothic Light;
	font-size: 12pt;
	color: white;
	font-style: italic;
}

.textItalicPiccolo {
	font-family: MS Reference Serif;
	font-size: 9pt;
	color: white;
	font-style: italic;
	
}

.labelNavigation {
	font-family: Arial;
	font-size: 10pt;
	color: #ff9966;
	text-align: left;
	font-style: normal;
	
}

.textNavigation {
	font-family: Arial;
	font-size: 9pt;
	color: blue;
	text-align: left;
}

.bottomLine {
	height: 0px;
	width: 100%;
	border-top: 2px;
	border-top-color: #ff9966;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
}

.barNavigation {
	height: 4px;
	background-color: #666666;
	width: 100%;
	border-top: 2px;
	border-top-color: #ff9966;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
}

.galleryTable {
	border: 1px;
	font-family: Arial;
	border-style: solid;
	border-color: white;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

.textBotton {
	font-family: MS Reference Serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

.aMenu {
	font-family: MS Reference Serif;
	font-size: 12pt;
	color: black;
	text-align: center;
	font:  bold;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	width: 100%;
}

.aMenu:HOVER {
	text-decoration: none;
}

.aMenu:ACTIVE {
	color: red;
}

.aMenu:VISITED {
	
}

.link {
	color: white;
	text-decoration: none;
}

.link:HOVER {
	text-decoration: none;
}

.link:ACTIVE {
	
}

.link:VISITED {
	
}