  /* Base Font Style */
  body, td, div, span, ul, li {
    font-family: Verdana;
    font-size: 10pt;
    color: #333333
  }

  /* Regular Links */
  a:link {
    color: #660099;
    font-weight: bold;
    text-decoration: none
  }
  a:active {
    color: #6600ff;
    font-weight: bold;
    text-decoration: none
  }
  a:visited {
    color: #660099;
    font-weight: bold;
    text-decoration: none
  }
  a:hover {
    color: #6600ff;
    font-weight: bold;
    text-decoration: none
  }

  /* Menu Links */
  a.menu:link {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:active {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:visited {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:hover {
    color: #6600ff;
    font-weight: bold;
    text-decoration: none
  }
.townhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660099;
	text-align: center;
}
.featured_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.FeaturedBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
