.menu
{
  font-family : "Tahoma", "Microsoft Sans Serif";
  font-size : 16px;
//  font-family : "Times";
  font-weight : bold;
  display: block;
  background-color: #13254B;
//  background-image: url(/_img/menu/menu_bg.gif);
//  background-image: url(/_img/main_lt.gif);
//  background-repeat: repeat-y;
//  background-position: right;
}
.plain_text
{
  font-family : "Tahoma", "Microsoft Sans Serif";
  font-size : 14px;
  font-weight : normal;
//  color: #1F3F7F;
}
.normal_text
{
  font-family: "Microsoft Sans Serif", Times, serif;
  font-size: 16px;
  font-weight: normal
}
.title_text
{
  font-family: "Helvetica", Times, serif;
  font-size: 20px;
  font-weight: normal
}
.table_bold
{
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  font-weight: bold
}
.semi_header
{
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold
}
.link_text
{
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  font-style: normal;
}
.general_colors
{
//  background-color: #770000;
  bgcolor: #FFEEDD;
  background-color: #00576F; 
}
.table
{
//  font-family: "Verdana", Times, serif;
  font-family: "MS Sans Serif", Times, serif;
  font-size: 16px;
  font-weight: bold;
//  font-style: bold;
//  background-color: #DFEFFF;
  background-color: #00335D;
//  color: #1F3F7F;
  color: #EEFFFF;
}
a:link, a:active, a:visited
{
  text-decoration: none;
  color : #65C8FF;
}
a:hover
{
  text-decoration: underline;
  color : #C5EAFF;
}
