/* CSS Document */
html{
	margin:10px;
	height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.tx-10 {
	font-size: 10px
}
.tx-11 {
	font-size: 10px
}
.tx-12 {
	font-size: 12px
}
.tx-14 {
	font-size: 14px
}
.tx-16 {
	font-size: 16px
}
.tx-blu {
	color: #006699;
}
.tx-rosso {
	color: #CC0033;
}
.tx-bianco {
	color: #FFFFFF;
}
.tx-11 a:link, tx-11 a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.tx-11 a:hover{
	color: #999999;
	text-decoration: none;
}