A	   { color: white; text-decoration: none }
A:Active   { color: white; text-decoration: none }
A:Hover    { color: white; text-decoration: underline }

A.sub	       { color: #097B48; background: white; text-decoration:none }
A.sub:Active   { color: #097B48; background: white; text-decoration:none }
A.sub:Hover    { color: white; background: #097B48; text-decoration:none }


body {
  background: #020E53;
  margin: 10px;
}

form {
  display: inline;
}

table {
  background: white;
}

.greenbar {
  border-top: 2px;
  border-bottom: 2px; 
  border-left: 0px;
  border-right: 0px;
  border-style: solid; 
  border-color: 000000;
  background: #097B48;
}

.subMenu {
  width: 125px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 10px;
  border-right: 2px solid black;
  font-family: sans-serif, Helvetica; 
  font-size: 14px;
  vertical-align: top;
}

.subMenuArea {
  vertical-align: top;
  padding-left: 20px;            
  padding-top: 16px;
}

.NormalTxt { 
  font-family: sans-serif, Helvetica; 
  font-size: 14px; 
  line-height: 1.3; 
  color: #020E53 
} 

.ListTxt { 
  font-family: sans-serif, Helvetica; 
  font-size: 14px; 
  line-height: 1.5; 
  color: #020E53;
} 

.MenuBar { 
  font-family: sans-serif, Helvetica; 
  font-size: 13px;
  font-style: bold; 
  line-height: 1.4; 
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
} 

.Hd1 { 
  font-family: sans-serif, Helvetica; 
  font-size: 28px; 
  color: #020E53; 
  width: 145px;
  vertical-align: top;
  padding: 15px 10px 0px 20px;
} 

.subMenuHd1 { 
  font-family: sans-serif, Helvetica; 
  font-size: 28px; 
  color: #020E53; 
  vertical-align: top;
  padding-bottom: 17px;
} 

.TxtArea {
  vertical-align: top;
  padding: 15px 30px 30px 10px;

}

.Hd2 { 
  font-family: Lucida Console, sans-serif, Courier; 
  font-size: 16px; 
  padding-top: 2px;
  line-height: 1.2; 
  color: #097B48; 
  font-weight: bold;
} 

.Hd3 { 
  font-family: Lucida Console, sans-serif, Courier; 
  font-size: 16px; 
  padding-top: 2px;
  line-height: 1.2; 
  color: #020E53; 
  font-weight: bold 
} 

.TitleBig { 
  font-family: Helvetica, sans-serif; 
  font-size: 24px; 
  line-height: 1.6; 
  color: #020E53; 
} 

.TitleSmall {
  font-family: Helvetica, sans-serif; 
  font-size: 14px; 
  line-height: 1.1; 
  color: #020E53; 
} 

.Title { 
  font-family: Helvetica, sans-serif; 
  font-size: 16px; 
  line-height: 1.1; 
  color: #020E53; 
  font-weight: bold;
} 
