	a:link {
	color:#6e6c6d;
	text-decoration:none;
	}

	a:visited { 
	text-decoration: none; 
	color:#6e6c6d;
	}

	a:hover, a:focus, a:active{
	color:#12befe;
	text-decoration:none;
	} 
.textOrangeSmall{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #ff1c01;
}

.textMarroneSmall {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #544741;
}

.textBiancoSmall {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.textOrangeNormal{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff1c01;
}

.textMarroneNormal{
	font-family: arial;
	font-size: 12px;
	font-weight: none;
	color: #544741;
}

table.members {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(255, 255, 240);
}
table.members th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.members td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	
	-moz-border-radius: 6px 6px 6px 6px;
}

.textTableIntestazione{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff1c01;
}

.textTableRecord{
	font-family: arial;
	font-size: 10px;
	font-weight: none;
	color: #544741;
}
