@import "master.css";
@import "designRules.css";

/* default font and padding */
body, form, table, td, div, p, textarea, input, select {
	font-family: "Arial";
	font-size: 12.5px;
	color: #333333;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
