.normal {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.normalbox      {
	border: 1px solid #440000;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #fefaf1;
}

.horbar	{
}

.horbaritem	{
}

.horbaritem a	{
  color: black;
  background-color: #C7CFDB;
  font-size: 12px;
  text-decoration: none;
  padding: 1px 6px;
  margin-left: 1px;
  position: relative;
  top: -2px;
  cursor: default;
  white-space: nowrap;
}

.horbaritem a:link	{
  color: #000000;
  text-decoration: none;
}

.horbaritem a:visited	{
  color: #000000;
  text-decoration: none;
}

.horbaritem a:hover	{
  color: #3366AA;
  background-color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.horbaritem a:active	{
  color: #ff0000;
  text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
  position: relative;
  top: -1;
  display: block;
  background-color: #3366AA;
  border-left: 1px solid #3366AA;
  border-right: 1px solid #3366AA;
  border-bottom: 1px solid #3366AA;
}

.item	{
}

.item a	{
  color: black;
  background-color: #C7CFDB;
  border-top: 1px solid #3366AA;
  font-size: 12px;
  text-decoration: none;
  padding: 2px 6px;
  cursor: default;
  white-space: nowrap;
  display: block;
  position: relative;
}

.item a:link	{
  color: black;
  text-decoration: none;
}

.item a:visited	{
  color: black;
  text-decoration: none;
}

.item a:hover	{
  color: #3366AA;
  background-color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.item a:active	{
  color: black;
  text-decoration: none;
}

.item .fwdarr	{
  position: absolute;
  top: 5px;
/*  right: 4px; */
  right: 7px;
}

.separator	{
  background-color: #ff0000;
  border-top: 1px solid #9e9a91;
  border-bottom: 1px solid #ffffff;
  margin: 2px 0px 2px 1px;	/* top right bottom left */
  height: 0;
  font-size: 1px;
  line-height: 0;
}

