/* Definizione Stile */

body { background-color:#FFFFFF; font-size:9px; font-family:Tahoma,Arial,Verdana; color:#333333; }

.smallText {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #333333;
}

.normtext {
	font-size: 13;
	font-family: Tahoma,Arial,Verdana;
	color: #333333;
}

.smallTextoff {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #999999;
}

.menu {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #333333;
	font-weight : bolder;
}

.sottomenu {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #666666;
	font-weight : bolder;
}

.Text {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #333333;
}

.Title {
	font-size: 11;
	font-family: Tahoma,Arial,Verdana;
	color: #666666;
	font-weight : bolder;
}

A.linkStyle:link{
	text-decoration : none;
	color : #660000;
	font-weight : bolder;
}
A.linkStyle:visited{
	text-decoration : none;
	color : #660000;
	font-weight : bolder;
}
A.linkStyle:hover {
	text-decoration : none;
	color : #333333;
	background: #CCCCCC;
	font-weight : bolder;
}

A.linkStyle2:link{
	text-decoration : none;
	color : #666666;
}
A.linkStyle2:visited{
	text-decoration : none;
	color : #666666;
}
A.linkStyle2:hover {
	text-decoration : none;
	color : #003366;
}

.textInput {
	font-size : xx-small;
}

.textInputArea {
	font-size : 11;
}

.imgThumb {
	border-color: White;
	cursor: hand;
}

.imgLink {
	cursor: hand;
}