
.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}

a.menuLink:hover {
text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFBA00;
}

body, td, p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}

.chinese {
  font-size: 120%;
}

/* ------- results ---------- */
table.toto {
  width: 100%;
}
table.toto td.company {
  width: 150px;
}
table.toto td.options {
  width: 100px;
}
td.highlight {
  font-weight:bold;
  background-color:lightgreen;
}
div.toto_error {
  font-weight:bold;
  color:red;
}

/* ------- menu ---------- */
#dropmenudiv{
  position:absolute;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
	color: #545454;
}

#dropmenudiv a:hover { /*hover background color*/
  background-color: yellow;
}
