.fronthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.frontnorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.frontsectionhead{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
  font-family: Verdana, arial;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  padding: 5px 15px 5px 15px;
  background: #ffb519;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #ea620e; color: #FFFFFF;}
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11pt;
}
li:hover a { background: #ea620e; }
li:hover li a:hover { background: #f69813; }