body {
	margin: 10px;
	background-color: rgb(255,255,255);
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
h1 {
	font-family: arial;
	font-size: 21px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding-left: 8px;
}
h2 {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(128,128,128)
}
.contentTitle {
	font-family: arial;
	font-size: 21px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding-left: 8px;
}
.contentTitleSmall {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding-left: 8px;
}
.content {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
.footer {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.footer a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,175);
}
.newsHeader {
	font-family: arial;
	font-size: 17px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-decoration: underline;
}
.newsHeaderSmall {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-decoration: none;
}
.inputLabel {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
}
.inputFieldCell {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding-left: 12px;
}
.inputField {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
	width: 300px;
}
			.columnHeader {
				font-family: arial;
				font-size: 12px;
				font-weight: bold;
				color: rgb(0,0,0);
				padding: 4px;
			}
			.data {
				font-family: arial;
				font-size: 11px;
				font-weight: normal;
				color: rgb(24,24,24);
				padding: 4px;
			}