body         { font-family: Arial; color: #000000 }
table        { font-family: Arial; font-size: 10pt; color: #000000 }


.rolloverButton {
	background-color: #DECEA3;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
:hover.rolloverButton {
	background-color: #FFF0CE;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
:active.rolloverButton {
	background-color: #FFF0CE;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}h1           { font-family: Arial; font-size: 12pt; font-weight: bold }
a:link       { color: #877D47 }
a:hover      { color: #2B2815 }
a:visited    { color: #808000 }
