body { 
	 background-color: #FFFFFF;
	 background-image: url(immagini/bg_pag.gif);
	 font-family: Courier New;
	 font-size: 11px
}
/*---------------------------------------*/
div {
	font-family: Courier New;
	font: 11px;
	color: #000000;
}
/*---------------------------------------*/
td {
	font-family: Courier New;
	font: 11px;
	color: #000000;
}
/*---------------------------------------*/
p {
	font-family: Courier New;
	font: 11px;
	color: #000000;
}
/*---------------------------------------*/
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*---------------------------------------*/
a.menu {
	color: #000000;
	font-weight: bold;
}
a.menu:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
/*---------------------------------------*/
a.info {
	color: #ffffff;
	text-decoration: none;
}
a.info:hover {
	color: #DCDCDC;
	text-decoration: none;
}
/*---------------------------------------*/
a.bot {
	color: #000000;
	text-decoration: none;
}
a.bot:hover {
	color: #000000;
	text-decoration: underline;
}
/*---------------------------------------*/
input {
	background-color: #CECECE;
	border: 1px solid #BBBBBB;
	font-family: Courier New;
	color: #ff0000;
	font-size: 11px;}
/*---------------------------------------*/
textarea {
	background-color: #CECECE;
	border: 1px solid #BBBBBB;
	font-family: Courier New;
	color: #ff0000;
	font-size: 11px;
}