TD, DIV {font-family: verdana, helvetica, arial; font-size:8pt;}

.myElement { 
  color:black; 
  font-size: xx-small; 
  font-family: verdana, helvetica, arial;  
}
.formtitle {
  background-color: black;
  color: #ffcc00;
  font-weight: bold;  
}
.formrow {
  background-color: #cccccc;
}
.mesgrow {
  background-color: #EEEEEE;
}
.formerror {
  color:red;
}
.required {
  font-weight: bold;
}
.reqStar {
  color:990000;
}
.aLeft {
  text-align: left;
}
.aCenter {
  text-align: center;
}
.FlukeButton {
  font-size: xx-small;
  font-weight: bold;
  background-color : #FFCC00;
}
.SubmitButton {
  font-size: xx-small;
  font-weight: bold;
  background-color : #FFCC00;
}
.ResetButton {
  font-size: xx-small;
  font-weight: bold;
  background-color : #cccccc;
}
.Privacy {
  font-family: verdana, helvetica, arial;
  font-size: xx-small;
  text-align: center;
}
.HdText { 
  color:black; 
  font-size: small; 
  font-family: verdana, helvetica, arial;  
}
.BlueHeadlineText { 
  color:#330099; 
  font-weight: bold;
  font-size: 14px; 
  font-family: verdana, helvetica, arial;  
}
.GText { 
  color:black; 
  font-size: x-small; 
  font-family: verdana, helvetica, arial;  
}
.goodrow {
  background-color: #00FF00;
}
.badrow {
  background-color: #FF99CC;
}
.HeadLine {
  color:white; 
  font-size: large; 
  font-family: verdana, helvetica, arial;
  text-decoration: none;
}

.frm_intro_Box {width:100%; border:2px black solid; font-size:10pt;}
.frm_introBox_title    {padding:3px 3px 6px 3px; font-size:13pt; color:#FFCC00; font-weight:bold; background-color:#000000; text-align:center;}
.frm_introBox_content  {padding:20px; height:200px; background-color:#FFFFFF; font-size:10pt;}
.frm__introBox_btn {font-size: 11pt; font-weight: bold; background-color:#FFCC00; color:#000000; border-color:yellow;}
  
