body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}

p {
  line-height: 1.5em;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  /* width: 15em; */
  width:251px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  font-family:century gothic;
  color:#000000;

}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #CECECE;
  color: #000;	
  padding: 0.5em;
  padding-left:10px;
}

ul.menu li a:hover {
  background: #CCCCCC;
}

ul.menu li ul li a {
  background: #E2E2E2;
  /* color: #E2E2E2; */
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaaf00;
  border-left: 10px #333 solid;
  padding-left: 15px;
}






table a, table, tbody, tfoot, tr, th, td 
{
	font-family: georgia, "times new roman", serif;
	line-height: 1.5em;
	font-size: 13px;
	color: #000000;
}

tbody tr.odd
{
	background-color: #d7dce0;
}

/*
tbody tr:hover td
{
	background-color: #5f9ed1;
} */

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #000 !important;
} 


