html, body {
	margin:0px;
	padding:0px;
	background:#EEEEEE;
	font-family:verdana;
	font-size:8pt;
	text-align:center;
}
h1 {
	text-align:center;
	font-size: 16pt;
	margin:1em 0em;
}
h2 {
	text-align:left;
	font-size: 10pt;
	line-height:1em;
	margin: 2em 1em 0.5em 1em;
}
h3 {
	text-align:left;
	font-size: 8pt;
	margin: 2em 1em 0.5em 1em;
	font-weight:bold;
}
p {
	margin: 0 1em;
	text-align:left;
}
hr {
	height:1px;
	border:0px;
}
input {
	width:10em;
}
select {
	width:16em;
}
a {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold; 	
}
a:hover {	
	text-decoration:underline;
}
#container {
	margin:1em auto;
	background:#C0C0FF;
	overflow:visible;
	width:72em;
	text-align:left;
}
.foot {
	margin:1em auto;
	width:72em;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.bad {
	color: #FF0000;
}
.good {
}

.none {
	width:0px;
	height:0px;
	display:none;
}

.menu td {
	text-align:center;
}
