body
{
	font-weight: normal;
	font-family: Verdana, Helvetica, Sans-Serif ;
	font-size : x-small ;
	letter-spacing : normal ;
	text-transform : none ;
	word-spacing : normal ;
	background-color : White ;
}
input
{
	border-right: teal 1px solid;
	border-top: teal 1px solid;
	border-left: teal 1px solid;
	border-bottom: teal 1px solid;
	height: 20px;
}
select
{
	border : outset ;
	height : 30px ;
	border-color : Black ;
}
.FSTableCell
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left: black 1px solid;
	padding-top: 3px;
	border-bottom: black 1px solid;
}
