body { font-family: arial,helvetica,sans; font-size: 16px; color: black; background: url(images/bg.jpg) repeat-y center top; }
p,td { font-family: arial,helvetica,sans; font-size: 16px; color: black; }
small { font-size: 12px; }
.appear { font-size: 12px; }
h2 { font-weight: bold; font-size: 24px; color: #000000; text-align: center; }
strong { font-weight: bold; font-size: 16px; }
.white { color: #666666; }
.warning { color: #cc0000; font-weight: bold; font-style: italic; }

div.menuBar {
	padding-top: 20px;
	width: 170px;
	background-color: #99FF99;
	text-align: left;
	font-family: arial, helvetica, sans;
	font-size: 14px;
	font-weight: bold;
	color: ffffff;
	background: #99FF99;
	text-decoration: none; }
div.menuBar a.menuButton {
	background-color: #99FF99;
	width: 170px;
	color: #000066;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #99FF99; border-right: 1px solid #99FF99;
	margin: 1px 0px 2px 2px;
	padding: 4px 0px 4px 4px; }
div.menuBar a.menuButton:visited {
	background-color: #99FF99;
	color: #000066;
	display: block;
	border-bottom: 1px solid #99FF99; border-right: 1px solid #99FF99;
	margin: 1px 0px 2px 2px;
	padding: 4px 0px 4px 4px; }
div.menuBar a.menuButton:hover {
	background-color: #000066;
	color: #ffffff;
	border-bottom: 1px solid black; border-right: 1px solid black;
	display: block;
	margin: 1px 0px 2px 2px;
	padding: 4px 0px 4px 4px; }

