TEXTAREA {
	background : transparent;
	cursor : help;
	color : Navy;
	border : none;
}

.Contatore {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Yellow;
	font-size : 7px;
	font-weight : bold;
}

INPUT {
	background : Green;
	color : Yellow;
}

BODY {
	font-family : Arial, Arial, Helvetica;
	color : Black;
	background-color : White;
	position:absolute;
	background-image: url(../images/sfondo_pag.GIF);
	background-repeat: repeat
}

A:LINK {
	color : Navy;
}

A:VISITED {
	color : Purple;
}

A:ACTIVE {
	color : ActiveCaption;
}

.Titk {
	font-size : medium;
	color : Yellow;
	text-align : center;
	font-style : italic;
	font-weight : bold;
	background : #00AE00;
}
.Vock {
	font-size : xx-small;
	color : Black;
	background : Yellow;
}
.DetK{
	font-size : xx-small;
	color : White;
	background : #00CC33;
}
Table {
	border-color : #008000 #008000;
	border : 1px dashed;
	border-bottom-style : solid;
	border-top-style : solid;
	border-top-color : #008000;
	border-bottom-color : #00cc33;
	background-color : #00CC33;
	font-family : "Trebuchet MS";
	color : White;
	font-size : 14px;
	text-align : justify;
}


