div.scrolltext {
	width: 100%;
	height: 400px;
	overflow: auto;
	padding: 0px;
	background-color: #000;
}

H1 {
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
}

H2 {
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

H3 {
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

H4 {
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.title {
  padding-left: 10px;
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
}

P {	
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

B {
  font-weight: bold;
}

.text14 {	
  padding-left: 20px;
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

TD {
  color: #FFFFFF;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

A {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #006600;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A:hover {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


body {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	background-image: url(grass_large.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
}
