body, th, td, input, select, textarea {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
}
table {
	background: #EEEEEE;
}
.tableAutoWidth {
	width: auto;
}
th, td {
	padding: 1px;
	vertical-align: top;
}
th {
	text-align: left;
	background: #C0C0C0;
	color: black;
}
td {
	background: #D3DCE;
	color: black;
}
input, textarea {
	width: 100px;
}
