body, html,table{
font-family: Tahoma;
	font-size : 11px;
	color: Black;
}

form{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input{
	font-family: Tahoma;
	font-size : 11px;
	color: Black;
	border : 1px solid #B3B9C3;
	background-color: white;
}
select{
	font-family: Tahoma;
	font-size : 11px;
	color: Black;
	border : 1px solid #B3B9C3;
	background-color: white;
}
option{
	font-family: Tahoma;
	font-size : 11px;
	color: Black;
	border : 1px solid #B3B9C3;
	background-color: white;
}
textarea{
	font-family: Tahoma;
	font-size : 11px;
	color: Black;
	border : 1px solid #B3B9C3;
	background-color: white;
}

