body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #333;
	margin: 0;
}
/* 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 Tahoma, Verdana, Arial, sans-serif
}
P {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
DIV {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}

/* caratteristiche dei link */
/* property of hyperlinks*/
A:active {
	COLOR: #990000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #990000; TEXT-DECORATION: none
}
A:link {
	COLOR: #990000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: underline
}
.txtContent {
	PADDING-RIGHT: 5px; PADDING-LEFT: 0px; FONT-SIZE: 0px; VISIBILITY: visible; PADDING-BOTTOM: 0px; OVERFLOW: auto; WIDTH: 470px; COLOR: #000000; PADDING-TOP: 0px; HEIGHT: 148px
}
.box {
	display: block;
	padding: 5px;
	border: 1px solid #CC3333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.box blockquote {
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.brd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
