body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
}
h1 {
	font-size: large;
	line=height: 200%;
	color: #ffcc99;
}
h2 {
	font-size: medium;
}
tt {
	font-family: Courier, Courier New, monospaced;
	font-size: x-small;
	line-height: 150%;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
}
th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 125%;
	font-weight: bold;
	background: #eeeeff;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 125%;
}
dt {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	line-height: 150%;
	color: #f73921;
}
dd {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
}
input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
}
textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 125%;
}
.even {
	background: #e0e0e0;
}
.odd {
	background: #f0f0f0;
}
.fixed {
	font-family: Courier, monospace;
}
.number {
	text-align: right;
}
.title {
	color: #004e4b;
	font-weight: bold;
	font-size: medium;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.longbutton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background: #00007b;
	color: #f0f0f0;
	width: 180;
}
.longerbutton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	width: 300;
}
.monoselect {
	font-family: Courier, Courier New, monospaced;
	font-size: x-small;
}       
a:link		{ color: #00007b; }
a:visited	{ color: #00007b; }
a:hover		{ color: #847bff; }
a:active	{ color: #f73921; }
