td { 
	font-family:Times New Roman;
	font-size:13px;
}
body { 
	font-family:Times New Roman;
	font-size:13px;
}
input { 
	font-family:Times New Roman;
	font-size:11px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #A6C884;
	background-color:#F0F6EA;
}
textarea { 
	font-family:Times New Roman;
	font-size:11px;
	border: 1px solid #A6C884;
	background-color:#F0F6EA;
}
select { 
	font-family:Times New Roman;
	font-size:11px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #A6C884;
	background-color:#F0F6EA;
}
input.noBrd { 
	font-family:Times New Roman;
	font-size:11px;
	border: 0px;
	background-color:#FFFFFF;
}
input.button { 
	font-family:Times New Roman;
	font-size:11px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color:#F0F6EA;
}