.text {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 2px solid #88C630;
	color: #88C630;
}

a.topbullet:link, a.topbullet:visited {
  background-image: url(./images/topbullet.gif);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  background-color: #0456BB;
  text-decoration: none;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding-left: 28px;
  width: 200px;
  line-height: 25px;
}

a.topbullet:hover {
  background-color: #88C630;
}

#homelink:link, #homelink:visited {
  background-color: #0048A0; 
}

#homelink:hover{
  background-color: #88C630; 
}

.colorlink {
color: #ffffff;
}

a.colorlink:link{
color:#ffffff;
}

a.colorlink:hover{
color:#ffffff;
}

a.colorlink:visited{
color:#ffffff;
}

