.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333; }
	
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #993300; }


A        { color: #3399CC; text-decoration : underline;  }
A:visited  { color: #3399CC }
A:Active   { color: #3399CC }
A:Hover    { color: #999999; text-decoration : none;  }

.formfields {  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
			   font-size: 11px; 
               color: #333333; 
			   padding-top: 0px; 
			   padding-right: 0px; 
			   padding-bottom: 0px; 
			   padding-left: 0px; 
			   border: 1px #336699 solid }

.textAlert {
	font-size: 11px;
	line-height: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Red;
	BACKGROUND-COLOR: yellow;
}

.error {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: red; }
	
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}	

.footer a{
color: #333333;
text-decoration: none;
}

.footer a:hover {
color: #3399CC;
text-decoration: none;
}