.medium {
	font-family:"Arial";
}
.trebuchet {
	font-size: 16px;
	font-family: 'Book Antiqua', 'Trebuchet MS';
}
.textinput {
	font-size: 16px;
	font-family:"Arial";
	//font-weight: bold;
	border: 1px #000 solid;
	background-color: #f9f9f9;
	padding: 2px;
}
.textinputmad {
	font-size: 16px;
	font-family:"Arial";
	//font-weight: bold;
	border: 1px #ff0000 solid;
	background-color: #f9f9f9;
	padding: 2px;
}
