/* Definizione Stile */

body { background-color:#e3d8b6; font-size:9px; font-family:Tahoma,Arial,Verdana; color:#333333; }

.smallText {
	font-size: 11;
	font-family: Tahoma,Verdana;
	color: #333333;
}

.smallTextlight {
	font-size: 10;
	font-weight : bolder;
	font-family: Arial,Verdana;
	color: #666666;
}

.smallTextoff {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #999999;
}

.Title {
	font-size: 10;
	font-weight : bolder;
	font-family: Arial,Verdana;
	color: #FFFFFF;
}

A.link:link{
	text-decoration : none;
	color : #006699;
}
A.link:visited{
	text-decoration : none;
	color : #006699;
}
A.link:hover {
	text-decoration : none;
	color : #003366;
	background: #cccc99;
}


A.linkphoto:link{
	text-decoration : none;
	color : #000000;
}
A.linkphoto:visited{
	text-decoration : none;
	color : #000000;
}
A.linkphoto:hover {
	text-decoration : none;
	color : #993300;
}

.txtareades {
	font-family: Tahoma,Arial,Verdana;
	font-size : 10px;
	border : none;
	background : none;
}

.textInputHome {
	font-size : 9px;
	width : 100%;
	border: none;
	background : #f7f7f7;
}

.textInput {
	font-size : 9px;
	border: none;
	background : #f7f7f7;
}

.textInputArea {
	font-size : 11;
}

.imgThumb {
	border-color: White;
	cursor: hand;
}

.imgLink {
	cursor: hand;
}