.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin: 0px;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
.yellow {
	background-color: #FFFFCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47321D;
}
a.footer:link {
	text-decoration: none;
	color: #47321D;
}
a.footer:visited {
	color: #47321D;
	text-decoration: none;
}
a.footer:hover {
	color: #47321D;
	text-decoration: underline;
}
a.footer:active {
	color: #47321D;
	text-decoration: none;
}
.yellowtable {
	background-color: #FFFFC1;
	border: thick double #47321D;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.normalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BrownCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #634221;
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.currency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: right;
	text-align: right;
}
.black {
	background-color: #000000;
}
