.taghead {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}
.headline {
	font-family: "Gill Sans MT";
	font-size: 18px;
	color: #57C5D0;
	font-weight: bold;
}
.bodytextlarge {
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #000000;
	font-weight: normal;

}
.bodytextsm {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
}

  :link { color: #57C5D0 }  /* for unvisited links */
  :visited { color: #EF5027 } /* for visited links */
  a:active { color: #57C5D0 } /* when link is clicked */
  a:hover { color: #57C5D0 } /* when mouse is over link */
