.menu_titles 
{
  font-family: System, verdana, sans-serif;
  font-size: 14px;
  color: #CC0018;
  font-weight: bold;
}

.menu_text
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

.body_text
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #004B7D;
  font-weight: normal;
}

.bigger
{
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #004B7D;
  font-weight: normal;
}

h1
{
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #CC0018;
  font-weight: bold;
}

h2
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #CC0018;
  font-weight: bold;
}

.grey_text
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

.diff_text {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #006699;
	font-weight: normal;
}

.dotted_right {
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #000000;
}

.blue_bit {
	background-color: #76BDEC;
	font-size: 4px;
}

.grey_bit {
	background-color: #D9E2E8;
	font-size: 2px;
}

.dotted_below {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #004B7D;
	font-weight: normal;
	border-top-style: dotted;
	border-top-color: #000000;
	border-top-width: 1px;
	border-collapse: collapse;
	background-color: #F59932;
}

a.menu:link
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #004B7D;
  font-weight: bold;
}
a.menu:visited
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #004B7D;
  font-weight: bold;
}
a.menu:active
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #004B7D;
  font-weight: bold;
}
a.menu:hover
{
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #CC0018;
  font-weight: bold;
}

.big_text {
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #004B7D;
	font-weight: bold;
	text-align: center;
}