.menu {
	font-weight: bolder;
}

body {
	background-color: #f1f1f1;
   font-family: Verdana;
	font-size: 9px;
}

table {
	font-family: Verdana;
	font-size: 11px;
	border-width: 0;
	empty-cells: hide;
}

a:visited { text-decoration: none; color: #FF8C2F}
a:link    { text-decoration: none; color: #FF8C2F}
a:hover   { text-decoration: none; color: #bbbbbb}

input, textarea, select {
  font-family: Verdana;
  font-size: 12px;
  color: #777777;
  border: 1px #bbbbbb solid;
  background-color: #F6f6f6;
}