.HomePageLinks
{
  font-weight: bold;
  font-size: 13pt;
  color: #33ff33;
  font-family: 'Script MT Bold';
}
.HomePageText
{
  font-weight: bold;
  font-size: 10pt;
  color: fuchsia;
  font-family: 'Comic Sans MS' Sans-Serif;
}
.BannerText
{
  font-family: 'Monotype Corsiva' 'Trebuchet MS' Tahoma sans-serif;
  font-size: 10pt;
  color: navy;
}
.BannerLink
{
  font-family: 'Trebuchet MS' Tahoma sans-serif;
  font-size: 9pt;
  color: navy;
  text-decoration: none;
}
.BannerLink:hover
{
  color: gray;
  text-decoration: underline;
}
.MenuBackground
{
  background-color: #8E6E83;
}
.MenuBar
{
  background-color: #FFCCFF;
}
.MenuLink
{
  font-size: 10pt;
  color: darkred;
  font-family: 'Trebuchet MS' Tahoma sans-serif;
  text-decoration: none;
}
.MenuLink:hover
{
  color: indianred;
  text-decoration: underline;
}
.ContentBackground
{
  background-color: #c0d170;
  font-family: 'Comic Sans MS' sans-serif;
  font-size: 10pt;
}
.NoRepeat
{
  background-repeat: no-repeat;
}
.ContentLink
{
  font-size: 10pt; 
  font-family: 'Bradley Hand ITC' 'Monotype Corsiva' 'Trebuchet MS' sans-serif; 
  text-decoration: none;
  letter-spacing: 1pt; 
}
.ContentLink:hover
{
  text-decoration: underline;
}
.PageTitle {
  font-family: 'Comic Sans MS' sans-serif;
  font-size: 18pt;
  font-weight: bold;
  text-decoration: underline;
  color: #660033;
}
.BodyText {
  font-family: 'Trebuchet MS' sans-serif;
  font-size: 12pt;
  color: white;
  font-weight: bold;
}
.TagLine
{
  font-size: 8pt;
  width: 100%;
  color: mediumslateblue;
  font-family: 'Trebuchet MS' Tahoma sans-serif;
  text-align: right;
}
.TagLink 
{
  text-decoration: underline;
  color: mediumslateblue;
}
.TagLink:hover 
{
  text-decoration: none;
  color: #8E6E83;
}
.HomePageFooterLine {
  margin-top: -5px;
  font-family: 'Bradley Hand ITC' 'Monotype Corsiva' 'Trebuchet MS' sans-serif; 
  color: navy;
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: -.8px;
  
}