p.menu {
color: white;
font-weight: bolder;
text-align: center;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0
}

.menu a:link
{
color: white;
text-decoration: none;
}

.menu a:visited
{
color: white;
text-decoration: none;
}

.menu a:hover
{
color: #FFCC00;
text-decoration: none;
}

.menu a:active
{
color: white;
text-decoration: none;
}

.menu_title { margin-left: 7px; padding-left: 7px; color: #FFCC00 }

a:link { color: #006699; font-weight: bold }

a:visited { color: #006699; font-weight: bold }

a:hover { color: #FFCC00; font-weight: bold }

a:active { color: #006699; font-weight: bold }

.input_boxes {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-color: #FFCC00;
  border-style: dashed;
  border-width: 1px;
  background-color: #F6F6F6
}

.subhead_green_underline {
  border-top-color: #FFCC00;
  border-top-style: dashed;
  border-top-width: 1px;
  padding-top: 5px;
  color: #336666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bolder
}
.outline { border: solid 1px; border-color: #000000 }
.dashline { border-color: #FFCC00; border-style: dashed; border-width: 1px }
.dashline_left { border-left-color: #FFCC00; border-left-style: dashed; border-left-width: 1px }
.dashline_right { border-right-color: #FFCC00; border-right-style: dashed; border-right-width: 1px }
.dashline_bottom { border-bottom-color: #FFCC00; border-bottom-style: dashed; border-bottom-width: 1px;}

.address {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000
}

body,td,p,html {
  font-size: 11px;
  font-family: Verdana,Arial,sans-serif
}

.event_date {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: left
}

.event_text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
  text-align: left;
  margin-left: 7px
}

.subhead_blue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #006699
}

.subhead_blue a:link { text-decoration: underline }

.subhead_blue a:visited { text-decoration: underline }

.subhead_blue a:hover { color: #FFCC00 }

.subhead_blue a:active { text-decoration: underline }

