html	{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  background-color: #20B5A3;
  color: #000000;
}

table {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.maintable {
	background-color: #20B5A3;
	font-weight: normal;
	color: #000000;
}

body {
  color: #000000;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  background-color: #20B5A3;
}

a {
	color: #002000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.menu_container {
	padding-left: 25px; 
	float: left;
}

.navhead {
	height: 25px;
	line-height: 25px;
	background-color: #000000;
	color: #33CC66;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px 5px;
}

.menu_container a {
	color: #33CC66;
	text-decoration: underline;
}

.menu_container a:hover {
	color: #5E803C;
	text-decoration: none;
}

.body0 {
	visibility: hidden;
	background-color: #E3F5C3;
	color: #253F0F;
	font-weight: bold;
}

.body0 a {
	color: #253F0F;
}

.main_title {
	font-weight: bold; 
	color: #333300;
}
