h3 {
  color: #000000;
  font-size: 18pt;
  text-align: center; 
  font-weight: bold;
  font-style: italic;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

.subheading {
  font-size: 13pt;
}

.openingline {
  color: #0000ff;
  font-size: 12pt;
  font-weight: bold;
  margin-left: 50px;
}

.red {
  color: #ff0000;
}

.blue {
  color: #0000ff;
}

.green {
  color: #009900;
}

.APlogin1 {
  color: #ffffff;
  background-color: #999999;
  font-size: 12pt;
  text-align: center; 
  font-weight: bold;
  font-style: none;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
  padding: 2px;
}

.APlogin2 {
  color: #000000;
  font-size: 12pt;
  text-align: center; 
  font-weight: bold;
  font-style: italic;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

.formtext-left {
  color: #000066;
  font-size: 10pt;
  text-align: left; 
  font-weight: normal;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

.formtext-left {
  color: #000066;
  font-size: 10pt;
  text-align: left; 
  font-weight: normal;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

.formtext-right {
  color: #000066;
  font-size: 10pt;
  text-align: right; 
  font-weight: bold;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

.formtext-center {
  color: #000066;
  font-size: 10pt;
  text-align: center; 
  font-weight: normal;
  font-style: normal;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
}

A.apbtn:link, A.apbtn:visited, A.apbtn:active {
  color: #ffffff;
  background-color: #0000ff;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
  text-decoration: none;
  padding: 2px;
  width: 100px;

  border-top: #ccccff 3px solid;
  border-left: #ccccff 3px solid;
  border-right: #000066 3px solid;
  border-bottom: #000066 3px solid;
}

A.apbtn:hover {
  color: #0000ff;
  background-color: #ffffff;
}


