A {
	COLOR: blue; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
}
a:link {
	text-decoration: underline;
}
A.normal:link {text-decoration:underline;color:blue;}
A.normal:visited {text-decoration:underline;color: #990000}
A.normal:hover {text-decoration:underline;color:red;}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
td.main {
 FONT-SIZE:10px;
 LINE-HEIGHT:1.5;
 word-break: break-all;
}

.input-line{
	font-size: 9pt;
}

.f14 {
	FONT-SIZE: 14px;
	COLOR: #FF9900;
	background-attachment: scroll;
}
.f16 {
	FONT-SIZE: 16px;
	COLOR: #FF9900;
	background-attachment: scroll;
}
.btn{
	width:80px;
	color:#000000 ;
	height:22px;
} 
.red {color: #FF0000}
.forgot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}