body{
	font: 12px  Arial,Verdana,  Helvetica, sans-serif,"Trebuchet MS";
}

a{
	text-decoration:none;
	color:#000000;
	font: 14px Arial,Verdana,  Helvetica, sans-serif,"Trebuchet MS";
}
.bbody{
	border: 2px solid #000000;
	width: 600px;
}
input {
	background: #ffff99;
	width: 70px;
	border: 1px solid #666666;
	text-align: right;
}
.inputgray {
	background: #bbbbbb;
	border: 1px solid #666666;
}
.inputwhite {
	background: #ffffff;
	border: 1px solid #666666;
	text-align: center;
}
.inputwhitelong {
	background: #ffffff;
	border: 1px solid #666666;
	width:180px;
}
.inputtable {
	background: #ffffff;
	border: none;
}
.inputtablegray {
	background: #cccccc;
	border: none;
}

.img {
	border: none;
}

.disclaimertable{
border: 2px solid #ff0000 ;
width:500px;
}

.disclaimertable td{
border: none ;
color: #ff0000;
}

.disclaimertable input { 
border: none;
background: #ffffff;
width:50px;
}

.errormsg{
color: #ff0000;
border: 1px solid #ff0000 ;
width:90%;
}