body {
	background-color: #002200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
p {
	font-size: 12px;
}
b {  font-weight: bold; color: #CC9900}
h1 {  font-size: 18px; font-weight: bold; color: #999966}
h2 {  font-size: 14px; color: #00CC00}
ol {  font-size: 11px; color: #999966}
a:link {  font-size: 12px; font-weight: normal; color: #009900; text-decoration: underline}
a:hover {  font-size: 12px; color: #99FF00; text-decoration: underline}
a:visited {  font-size: 12px; color: #00CC00; text-decoration: underline}
li {
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 8px;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}
.eventsTable {
	border: 1px solid #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.eventsTable td {
	border: 1px solid #336633;
	color: #FFFFFF;
	height: 50px;
}
.eventsTable th {
	background-color: #336633;
	color: #CC9900;
	text-align: left;
}
.eventsTable .heading td {
	font-weight: bold;
	color: #CC9900;
	text-align: center;
	vertical-align: bottom;
	height: 25px;
}
