@charset "utf-8";
#Header {
	position:relative;
	top:20px;
	width:800px;
	height:90px;
	z-index:1;
	margin: auto;
	background-color: #000;
}
#Spendometer {
	position:relative;
	top:20px;
	width:800px;
	height:auto;
	z-index:1;
	margin: auto;
	background-color: #000;
	text-align: center;
}
#MainBody {
	position:relative;
	top:20px;
	width:800px;
	height:auto;
	z-index:1;
	margin: auto;
	background-color: #FFF;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color: #000;
}
a:link {
	color: #1B650C;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	text-decoration: underline;
	color: #1B650C;
	font-weight:normal;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight:normal;
}
a:active {
	text-decoration: underline;
	color: #1B650C;
	font-weight:normal;
}
#Spending {
	text-align:center;
	z-index:2;
}
#Footer {
	position:relative;
	top:30px;
	width:800px;
	height:auto;
	z-index:1;
	margin: auto;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
.newsHeader {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}
p.newsHeader {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	padding-top:10px;
}
#Economists {
	width:800px;
	height:auto;
	z-index:1;
	top:20px;
	position:relative;
	margin:auto;
	background-color:#000;
}
