.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none}
.smalltext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.redtext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #990000; text-decoration: none ; font-weight: bold}
.link {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #990000; text-decoration: none ; font-weight: normal
}
input
  	{	BACKGROUND-COLOR: #EADBBD;
  		COLOR: #000000;
  		FONT-FAMILY: Verdana, Tahoma;
  		FONT-SIZE: 11;
  		BORDER-STYLE: solid;
  		BORDER-COLOR: #000000;
		BORDER-WIDTH: 1;
}
textarea{	
	BACKGROUND-COLOR: #EADBBD;
  		COLOR: #000000;
  		FONT-FAMILY: Verdana, Tahoma;
  		FONT-SIZE: 11;
  		BORDER-STYLE: solid;
  		BORDER-COLOR: #000000;
		BORDER-WIDTH: 1;
		OVERFLOW: auto;
}