﻿
body {
  margin: 0;
  padding: 0;
  background: url('/images/bg.jpg') top left repeat-y;
  font-family: Helvetica, Geneva, sans-serif;
  color: #000;
}


a {
  color: #06556b;
}

a:visited {
  color: #666666;
}


hr {
  color: #087C9F;
}

.headline {
  font-size: 14px;
  font-weight: bold;
}

.title {
  font-size: 14px;
  font-weight: bold;
}

.content {
  font-size: 14px;
}

.subheadline {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.subtitle {
  font-size: 10px;
  font-weight: bold;
}

.subcontent {
  font-size: 9px;
}

.formtitle {
  font-size: 14px;
  font-weight: bold;
}

.formlabel {
  font-size: 14px;
  font-weight: bold;
}

.formcontent {
  font-size: 14px;
}

.errormessage {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}

.headlines {
  font-size: 10px;
  color: #000000;
}

.contactinfo {
  font-size: 14px;
}

.navpulldown {
  font-size: 14px;
}

a.headlines:link {
  color: #06556B;
}

a.headlines:visited {
  color: #06556B;
}

a.headlines:hover, a.headlines:active {
  color: #087C9F;
}

.subcontent {
  font-size: 12px;
}
