body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FAFAFA;
}

a  {
	color : #F6AD3A;
}

a:hover, a:visited:hover {
	color : #FFFFFF;
	background: #F6AD3A;
}

a:visited {
	text-decoration: underline;
}

a.boldLink:hover, a.boldLink:visited:hover {
	font-weight: bold;
}

a.boldLink  {
	color : #333333;
	background: #EFEFEF;
}

a.boldLink:visited {
	text-decoration: underline;
}

a.smLink  {
	color : #EFAF38;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.smLink:hover, a.smLink:visited:hover {
	color : #FFFFFF;
	background: #EFAF38;
	text-decoration : underline;
	font-size: 10px;
}

a.smLink:visited  {
	color : #EFAF38;
	text-decoration: underline;
	font-size: 10px;
}


a.nav  {
	color : #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}


a.nav:hover {
	color : #FFFFFF;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.nav:visited {
	color : #333333;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:visited:hover {
	color : #FFFFFF;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}


a.npLink  {
	color : #444444;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a.npLink:hover {
	color : #999999;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.npLink:visited {
	color : #444444;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.npLink:visited:hover {
	color : #999999;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

.text { /* cella con i topics */
	font-size: 13px;
	color : #333333;
	background: #FAFAFA;
}

.error {
	color : #FF0000;
}

.tiText {
	color : #333333;
	font-size: 11px;
	font-weight: normal;
}

.bold {
	color : #333333;
	background: #EFEFEF;
	font-size: 13px;
	font-weight: bold;
}

.smText { /* cella con data */
	color : #333333;
	background: #EFEFEF;
	font-size: 10px;
	font-weight: normal;
}

.highlight {
	background-color: #ffff66;
}

.heading {color : #000000;
	font-size: 19px;
	font-weight: bold;
}

.lgText {font-size: 15px; 
	color: #000000; 
	font-weight: bold;
}

.tHeading { /* description tabella */
	color: #333333; 
	background: #DDDDDD url(images/);
	font-weight: bold;
	font-size: 13px;
}

.tiHeading { /* titolo forum */
	color: #FFFFFF; 
	background: #EFAF38;
	font-weight: bold;
	font-size: 13px;
}

ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}

