body {
	font-family: Verdana;
	font-size: 10pt;
	margin: 10px 10px 0px 10px;
}

* {
	font-size: 10pt;
	font-family: Verdana;
}



h1 {
	font-size: 20pt;
}


a {
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
}

table {
	padding: 3px;
	border-spacing: 3px;
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

.headline {
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
}

.bggreen {
	background: green;
	color: white;
}

.bgred {
	background: #ffa3ae;
}

.green {
	color: green;
}

.red {
	color: red;
	font-weight: bold;
}

.even {
	background: #dddddd;
}

.odd {
	background: #c0c0c0;
}