body {
	font-family : "Times New Roman", Times, serif;
	font-size: small;
}
td {
	font-family : "Times New Roman", Times, serif;
	font-size: smaller;
}
th {
	font-family : "Times New Roman", Times, serif;
	font-size: smaller;
}
.lightgreen {
	color: #66CC33;
}
.darkgreen {
	color: #006600;
}
.darkgreenbg {
	color: #FFFFFF;
	background-color: #006600;
}
.lightgreenbg {
	background-color: #66CC33;
}
.selecteddarkgreenbg {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bolder;
}

p {
	color: #000000;
	font-family : "Times New Roman", Times, serif;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 4px;
}
.darkgreenH {
	color: #006600;
	font-size: small;
	font-weight: bold;
}

#menu {
	display: none;
}

#bottom {
	display: none;
}

#right {
	display: none;
}


