body {
  background-color: #CCCCCC;
  font-family: Arial, sans-serif;
  color: #0000AA;
  font-size: 12px;
  text-align: left;
}

p {
	font-size: 16px;
	line-height: 1.3;
}

h1 {
	color: #000055;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid;
}

h2 {
	color: #000055;
	font-weight: bold;
	font-size: 16px;
	font-style: oblique;
}

a, a:link, a:active {
  color: #770088;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #5B0038;
}

a.main, a.main:link, a.main:active {
  display: block;
  height: 20px;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid #999999;
}

a.foot, a.foot:link, a.foot:active {
	font-size: 14px;
	padding-right: 10px;
}

hr {
	background-color: #000055;
	height: 1px;
	border: 0px;
  color: #000055;
}

li {
	padding-bottom: 4px;
}

td.border {
	 border: 1px solid #999999;
}

img {
	border: 0px;
}