@charset "utf-8";
/* CSS Document */

.rolloverButton {
	background-color: #FFFFFF;
	color: #000000;
	border: 0px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: Arial, helvetica;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	padding: 4px;
	height: auto;
	width: auto;
}
.rolloverButton:hover {
	background-color: #FFFFFF;
	color: #006600;
	border: 0px solid #FFFFFF;
	text-decoration: none;
}
.tabletext   { 
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	padding-left: 0px;
	padding-right: 8px;
}
h1  { 
	font-family: arial, helvetica, sans serif;
	font-size: 8pt;
	color: C8C2AC;
	text-align: center;
}