body { 
  margin: 0px; 
  padding: 0px; 
  font-family: Verdana; 
  font-size: 9pt;
  color: #cccccc; 
  background-color: #044371;
}
a:link { 
  color: #5abecf;
  text-decoration: underline;
}
a:visited { 
  color: #5abecf;
  text-decoration: underline;
}
a:active { 
  color: #ff9900;
  text-decoration: underline;
}
a:hover { 
  color: #ff9900; 
  text-decoration: underline;
}
.box1 { 
  background-color: #044371;
  border: 1px #5ABECF solid;
}
.head1{
  margin-top: 2ex;
  margin-bottom: 2ex;
  color: #ffff00;
  font-size: 14pt;
  font-weight: bold;
}
.head2{
  color: #dddd00;
  font-size: 12pt;
  font-weight: bold;
}
a.menu1 {
  color: #ff9900;
  font-size: 9pt;
  text-decoration: underline;
}
a.menu1:hover {
  color: #ffffff; 
  font-size: 9pt;
  text-decoration: underline;
}
a.headMenu {
  color: #ffffff; 
  font-size: 8pt;
  text-decoration: none;
}
td.headMenu {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-weight: bold;
}
td.headMenu:hover {
  background-color: #ff9900;
  font-size: 8pt;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
