.tagline {
  font-family: Times New Roman,Times,Serif; 
  font-size: 16px;
  color: #FFFFFF;
}
.menu {
  background-image:	url(images/menu_back.gif);
  text-align: center;
  height: 36px;
}
.menu a {
  font-family: Times New Roman,Times,Serif; 
  font-size: 12px;
  color: #34649C;
  font-weight: 700;
  text-decoration: none;
}
.hover {
  background-image:	url(images/menu_back_over.gif);
  text-align: center;  
}
.hover a {
  font-family: Times New Roman,Times,Serif; 
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;  
}
.body_text {
  font-family: Verdana,Helvetica,Arial,sans-serif; 
  font-size: 12px;
}
.body_text a {
  color: #34649C;
  text-decoration: none;
}
.body_text a:hover {
  text-decoration: underline;
}
.title_text {
  font-family: Verdana,Helvetica,Arial,sans-serif; 
  font-size: 14px;
}