body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	background-color: #003300;
	margin: 0px;

}
.cellBgDark {
	background-color: #003300;
}
.linkHead {
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}
.linkText {
	text-decoration: none;
	color: #000000;
	font-weight: normal;


}
.linkReadMore {
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;


}

.smallText {
	font-size: x-small;
	color: #FFFFFF;

}
.title {
	color: #99CC66;
	font-weight: bold;
	font-size: large;
}
.cellBgLight {
	background-color: #CCFF99;
}
.titleOnDark {
	color: #FFFFFF;
}
.smallerText {

	font-size: xx-small;
	color: #FFFFFF;
}
.smallTextDark {

	font-size: x-small;
	color: #000000;
}
.linkTextSmall {
	font-size: xx-small;
}
.heading {
	font-size: large;
	color: #FFFFFF;
}
.bb {
	font-weight: bold;
}
.linkHidden {
	font-size: x-small;
	color: #CCFF99;
	text-decoration: none;
}