body {
	margin-left: 2%;
	margin-right: 2%;
	background: white;
	color:black;
}

table {
	background: #a0a0a0;
}

th {
	background: #f0f0f0;
}

td.heading {
	background: #b8b8b8;
	font-size: 90%;
}

td.heading2 {
	background: #f0f0f0;
	text-align: center;
	font-weight: bold;
}

td.footer {
	background: #b8b8b8;
	font-size: 60%;
}

td.linkbar {
	background: #e0e0e0;
	width: 10%;
	vertical-align: top;
	font-size: 80%;
}

td.sidebar {
	background: #e0e0e0;
	width: 10%;
	font-size: 70%;
}

td.title {
	background: #e0e0e0;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

td.misccontent {
	background: #c0c0c0;
	font-size: 80%;
}

td.maincontent {
	background: #d0d0d0;
	vertical-align: top;
	font-size: 90%;
}
