 body
 {
  background-color: #ffffd2;
 }
 
 a.menu:link, a.menu:visited
 {
	display: block;
	border-bottom: 1px solid #1eaa5a;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:#00823c;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;	
	height: 20px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
 }
 
a.menu:hover {
	text-decoration: none;
	color:#fa9132;
	font-weight: bold;
	background-color:#ffffd2;
} 
 
 .toptable, .bottomtable, .lefttable, .righttable
 {
  border-width: 0px;
  border-style: solid;
  border-color: #1eaa5a;
 }
 
 .toptable
 {
  border-top-width: 1px;
 } 
 
 .bottomtable
 {
  border-bottom-width: 1px;
 }
 
 .lefttable
 {
  border-left-width: 1px;
 }
 
 .righttable
 {
  border-right-width: 1px;
 }
 
  .toptable_yel, .bottomtable_yel, .lefttable_yel, .righttable_yel
 {
  border-width: 0px;
  border-style: solid;
  border-color: #fa9132;
 }
 
  .toptable_yel
 {
  border-top-width: 1px;
 } 
 
 .bottomtable_yel
 {
  border-bottom-width: 1px;
 }
 
 .lefttable_yel
 {
  border-left-width: 1px;
 }
 
 .righttable_yel
 {
  border-right-width: 1px;
 }
 .emptycell
 {
  font-size: 1px;
 }
  .link
 {
  color:#FFFF99l;
  font-style:italic;
  
 }
