Body {margin: 0;
  color: #444444;
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  background: #ffffff;
}

  
/* Main Styles */

.content {
}

#content img{
}

p {
  font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
  font-size: 12px;
  color: #444444;
}


B  { color: #444444;
  font: Bold 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.header{
}

#header img{
  position: relative;
  margin: 5px;
  float: left;
}
.FooterStyle {
  color: #444444;
  text-align: center;
  font: 12px/14px Arial, Helvetica, sans-serif;
}

.footer {
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  font-family: Lucida Grande, Arial, Helvetica, sans serif;
}

.TitleStyle  { color: #444444; font-size: 24px; font-family: "Lucida Grande", Arial, Helvetica, "sans serif"; font-style: oblique; font-weight: bold }

.SloganStyle  { color: #444444; font-size: 18px; font-family: "Lucida Grande", Arial, Helvetica, "sans serif"; font-style: oblique; font-weight: normal }




/* Link Styles */

a:link {
  color: #444488;
  text-decoration: none;
  font: bold 12px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}
a:visited {
  color: #444444;
  text-decoration: none;
  font: bold 12px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}
a:hover {
  color: #444499;
  text-decoration: underline;
  font: bold 12px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}
a:active {
  color: #444422;
  text-decoration: underline;
  font: bold 12px "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
}


