BODY{
  color:#000000;
  font-family:Arial;
  //font-size:66%;
  text-align:left;    
}
.menuhead{
  cursor:pointer;
  border-bottom:1px solid #eaeaea;
  margin-bottom: 0px;
  background-color:#00a6d6;
  color:#FFFFFF;
  width:180px;
  padding:2px;
  text-align:left;
  font-weight:bold;
  border:none;
  text-decoration:none;
}
.menutitle a
{
  cursor:pointer;
  margin-bottom: 0px;
  background-color:#f5f5f5;
  color:#000000;
  width:180px;
  text-align:left;
  font-weight:bold;
  border:none;
  text-decoration:none;
}
.menutitle{
  cursor:pointer;
  border-bottom:1px solid #eaeaea;
  margin-bottom: 0px;
  background-color:#f5f5f5;
  color:#000000;
  width:180px;
  padding:2px;
  text-align:left;
  font-weight:bold;
  border:none;
  text-decoration:none;
}
.submenu {
  margin-bottom: 0px;
  border-bottom:1px solid #eaeaea;
  width:180px;
  margin-left: 0px;
  background-color:#f5f5f5;
  color:#000000;
  border:none;
  //padding:4px;
}
.submenu a
{
  color:#000000;
  text-decoration:none;
}

.error
{
  color:#FF0000;
  text-decoration:none;
}

.result {
  margin-bottom: 0px;
  //width:130px;
  //margin-left: 15px;
  color:#000000;
  padding:4px;
}
.result a
{
  color:#00a6d6;
  text-decoration:none;
}


