.green01 {
	color: #0E4400;
}
.green02 {
	color: #7DB739;
}
.green03 {
	color: #298833;
}
.orange {
	color: #ffcc33;
}


BODY {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 13px;
	color: White;
	background-color: #0E4400;
}

TD {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 13px;
	color: White;
}

A {
	text-decoration: none;
	color: white;
}

A:Hover {
	text-decoration: underline;
	color: white;
	font-weight: normal;
	cursor : hand;
}

A.WhiteBold {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.WhiteBold:Hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
	cursor : hand;
}

.whitebold {
	color: White;
	font-weight: bold;
}

TABLE.main {
	width: 780px;
	border-width: 0px;
	background-color: #7DB739;
}

.oncolor {
	background-color: #7CB737;
}

.offcolor {
	background-color: #298833;
}

