body {
	margin: 0px;
}
h2 {
	text-align: Center;
	color: #800000;
}
td, p, input, textarea {
	font-size: 11px;
	font-family: Verdana;
}
a {
	color: #000000;
	text-decoration: None;
}
a:hover {
	color: #800000; //text-decoration: underline;
}
.MODULO
{
	background-color: #EEEEEE;
	border: Solid 1px #CCCCCC;
	font-family: Verdana;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000099;
}

.boxL
{
	background-color: #EEEEEE;
	border: Solid 1px #CCCCCC;
	font-family: Verdana;
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000099;

.boxLeft {
  border: Solid 0px #800000;
	position: relative;
	float: left;
  height: 15px;
  text-align: center;
  background: #FFFEF0;
  width: 50px;

}
.boxRight{
  border: Solid 0px #800000;
	position: relative;
	float: right;
  height: 15px;
  text-align: center;
  background: #FFFEF0;
  width: 50px;

}


p.ERRORE {
	text-align: Center;
	color: #FF0000;
}

.maillist {color: #000000; font-family: verdana; font-size: 12px; text-align: left;}