H1 {
  font-size: 17px;
  font-style : normal;
  font-weight : bold;
  line-height:20px;
  display:inline;
  color:#000000;
}

H2 {
  font-size: 15px;
  font-style : normal;
  font-weight : bold;
  line-height:18px;
  display:inline;
  color:#000000;
}

H3 {
  font-size: 12px;
  font-style : normal;
  font-weight : bold;
  line-height:14px;
  display:inline;
  color:#000000;
}

.FrmBtnOut
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.FrmBtnOn
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.TextField
{  
  height: 18px;
  font-family : Arial, Sans-serif, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF; 
  border-color: #CCCCCC; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

A { text-decoration: underline; }
A:link { color: #000000; }
A:visited { color: #000000; }
A:hover { text-decoration: underline; color: #00427C; }

TD {
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  font-style : normal;
  font-weight : normal;
  color: #000000;
}

#page {
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  font-style : normal;
  font-weight : normal;
  color: #000000;
  width:600px;
  text-align:left;
}

BODY {
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 10px;
  padding: 0px;
  text-align: center;
	min-width: 600px;
}
