Table {
  font-family: verdana, helvetica, arial;
}
.myElement { 
  color:black; 
  font-size: xx-small; 
  font-family: verdana, helvetica, arial;  
}
.formtitle {
  background-color: black;
  color: #ff0033;
  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;
}
.SubmitButton {
  font-size: xx-small;
  font-weight: bold;
  background-color : #ffff99;
}
.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:#3ff0033; 
  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;
}
.SecNav
{
				color:white; 
				font-size:11px; 
				font-family:verdana, arial, helvetica, sans-serif; 
				text-decoration:none;
				font-weight:bold; 
}
.SecNav:Hover
{
				color:black; 
				font-size:11px; 
				font-family:verdana, arial, helvetica, sans-serif;  
				text-decoration:none; 
				font-weight:bold; 
}
A.Copy10ptWhite:hover {text-decoration: underline;}
A.Copy10ptWhite:visited {color:white;}

.Copy10ptWhite{
	font-size:10pt;
	color:white;
	font-family:arial;
  padding: 0px,0px,0px,20px;
}