/* CSS Document */

body {
	margin: 0px;
	spacing: 0px;
	background-color:#666666;
}
table.contentTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-collapse:collapse;
}
.mainTitle {
	font-size:27px;
	font-weight:100;
}
.subTitle {
	font-size:20px;
	font-weight:100;
}
TABLE.topMenu {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	background-color:#FFFFFF;
}
a.topMenu {
	text-decoration:none;
	color:#000000;
}
a.topMenu:hover {
	text-decoration:underline;
}
.sideMenu {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a.sideMenu {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
a.sideMenu:hover {
	text-decoration:underline;
}
a.runningTextLink {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}
a.runningTextLink:hover {
	text-decoration:none;
}