body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center 0px;
	margin: 0px;
	padding: 12px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 133%;
}

a, a:active, a:link{
	color: #990000;
}

a:visited{
	color: #666666;
}

a:hover {
	background-color: #990000;
	color: #FFFFFF;
}

h1 {
	background-color: #990000;
	color: White;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}

h2 {
	background-color: #666666;
	color: White;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}

.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.menu {
  background-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  border-top-color: #DDDDDD;
  border-right-color: #DDDDDD;
  border-bottom-color: #DDDDDD;
  border-left-color: #DDDDDD;
  padding: 0px;
  position: absolute;
  padding-top: 0px;
  text-align: left;
  visibility: hidden;
  z-index: 100;
}

a.menuItem {
	color: #000000;
	display: block;
	font-family: Tahoma;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	white-space: nowrap;
	width: 100px;
}

a.menuItem:hover {
  background-color: #990000;
  color: #FFFFFF;
}

