/* definiamo la tipolgia di font e la dimensione per i tag fondamentali */
/* kind of font and size relating to the basic tags */
TD {
	FONT:  11px Arial, Helvetica, sans-serif
}
P {
	FONT:  11px Arial, Helvetica, sans-serif
}
DIV {
	FONT:  11px Arial, Helvetica, sans-serif
}

/* caratteristiche dei link */
/* property of hyperlinks*/
A:active {
	COLOR: #F76B04; TEXT-DECORATION: none
}
A:visited {
	COLOR: #F76B04; TEXT-DECORATION: none
}
A:link {
	COLOR: #F76B04; TEXT-DECORATION: none
}
A:hover {
	COLOR: #909C52; TEXT-DECORATION: underline
}
.txtContent {
	PADDING-RIGHT: 10px; PADDING-LEFT: 0px; FONT-SIZE: 0px; VISIBILITY: visible; PADDING-BOTTOM: 0px; OVERFLOW: auto; WIDTH: 360px; COLOR: #000000; PADDING-TOP: 0px; HEIGHT: 195px
}
body { SCROLLBAR-FACE-COLOR: F7EFE7; SCROLLBAR-HIGHLIGHT-COLOR: F7EFE7; SCROLLBAR-SHADOW-COLOR: F7EFE7;  SCROLLBAR-3DLIGHT-COLOR: F7EFE7; SCROLLBAR-ARROW-COLOR: 007569; SCROLLBAR-TRACK-COLOR: F7EFE7; SCROLLBAR-DARKSHADOW-COLOR: none }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
}
.style2 {font-size: 24px}
.style3 {color: #0099FF}
.style4 {color: #006600}
.style5 {
	font-size: 10px;
	color: #666666;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
}