body {
	overflow: scroll;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-image: url(../Images/BG.gif);
	color: Black;
}

cite, .grey {
	color: #999999;
	font-size: 9px;
}

ul {
	list-style: square outside;
}
a:link {
	color: Black;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
a:visited {
	color: Black;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #009900;
}
h2 {
	font-size: 12px;
	color: #009900;
	text-align: left;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
