BODY
{
	background-color:White;
}
INPUT
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	width: 150px;
}
TEXTAREA
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	width: 250px;
}
SELECT
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	width: 150px;
}
TD
{
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	background-color:#efefef;
}
TABLE
{
	border-collapse:collapse;
}
SPAN INPUT
{
	width: 20px;
}
SPAN LABEL
{
	width: 130px;
}
.checkBox
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	width:152px;
}
.button
{
	background-color:#B6C8ED;
	border:1px solid black;
	height:22px;
	width:150px;
	color:Black;
	font-family:Tahoma,Verdana,Arial;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	cursor:pointer;
}
.numericField
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	width: 90px;
}

.rowSeparator
{
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	background-color:white;
	height:1px;
}
.title
{
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
	background-color:#B6C8ED;
	height:1px;
	border-left-width: 1; 
	border-right-width: 1; 
	border-top: 1px solid #484337; 
	border-bottom: 1px solid #484337
}
.bigTextArea
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	width: 100%;
}
