.bordoCella {
	border: 1px solid #999999;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtRed {
	color: #FF0000;
}


.txt11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sezione {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.txt10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bordoCellaRed {

	border: 1px solid #FF0000;
}
.bordoCellaBlue {


	border: 1px solid #8080FF;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

.bordoCellaGreen {



	border: 1px solid #00CC00;
}
.bordoCellaYellow {




	border: 1px solid #FFFF33;
}
.bordoCellaOrange {





	border: 1px solid #FF9900;
}
.separatore {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.bordoScheda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #E6E6E6;
}
