.BlueText {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
.MaroonText {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}
.MaroonHeadline {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
.GreyStrikeThrough {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #9C9A9C;
	text-decoration: line-through;
}
.BlueHeadline {

	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.Ticker_Maroon {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: 800000;
}
.Ticker_Pink {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FF00FF;
}

ul#menu {
  width: 115px;
  list-style-type: none;
  border-top: solid 1px #000066;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #000066;
}

ul#menu li {
  border-bottom: solid 1px #000066;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #990000;
}
