body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #D8D8D8;
	font-size: 12px;
}

a img {
	border: 0px;
}
.boxTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #006599;
	text-align: center;
	vertical-align: top;
}

.boxBottom {
	font-size: 12px;
	color: #000000;
	background-color: #D7E8F0;
	padding: 5px;
	text-transform: none;
	border-top-width: 5px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #319ACA;
	border-right-color: #319ACA;
	border-bottom-color: #319ACA;
	border-left-color: #319ACA;
	text-align: left;
	vertical-align: top;
}
.mainTable {
	margin: 5px;
	padding: 5px;
	background-color: #D7E8F0;
}
.dateTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 2px solid #319ACA;
	padding: 2px;
}
.buttons:active {
	background-color: #CC0000;
}
.buttons:hover {
	background-color: #33FF00;
}
#tabella {
	border: thin dashed #990000;
	text-align: center;
}
#title {
	text-align: center;
}
#message {
	text-align: center;
}
