.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333399;
	text-transform: uppercase;
	font-weight: normal;


}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
	font-weight: bold;
	line-height: 26px;

}
  :link { color: rgb(51, 51, 153) }  /* for unvisited links */
  :visited { color: rgb(0, 0, 102) } /* for visited links */
  a:active { color: rgb(51, 51, 153) } /* when link is clicked */
  a:hover { color: rgb(51, 51, 153) } /* when mouse is over link */
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	line-height: 20px;

}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-image: url(images/bullet.gif);
}
