body {
	background: #FFFFFF url(images/bg.gif) ;
	color: #000000;
	font: normal normal 10pt Arial, Helvetica, sans-serif;
	margin : 0;

	scrollbar-DarkShadow-Color : #6c6;
	scrollbar-Track-Color : #ccc;
	scrollbar-Face-Color : #060;
	scrollbar-Shadow-Color : #060;
	scrollbar-Highlight-Color : #060;
	scrollbar-3dLight-Color : #060;
	scrollbar-Arrow-Color : #cc3 ;
}
p, td {
	font: normal normal 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	margin : 6 0 6 0;
}
ul {
	margin : 6 0 6 20;
}
h1, h2, h3, h4, h5, h6 {
	color: #006600;
	margin : 3 0 3 0;
}
h1 {
	font: bold 18pt;
}
h2 {
	font: bold 14pt;
}
h3 {
	font: bold 12pt;
}
h4, h5, h6 {
	font: bold 10pt;
}
h5 {
	text-align: center;
}
hr {
	height: 1px;
	width: 75%;
	color: #006600;
}
hr.lhs {
	height: 1px;
	width: 75%;
	color: #cccc33;
	margin-bottom: -9px;
	margin-top: -9px;
}
a:link, a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover, a:active {
	color: Purple;
	text-decoration: underline;
}
.copyright {
	color: #006600;
	font-size: 8pt;
	text-align: left;
}
.center {
	text-align: center;
}
.greybg {
	background-color: #e0e0e0;
}
a.lhs:link, a.lhs:visited {
	color: #cccc33;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.lhs:hover, a.lhs:active {
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.top:link, a.top:visited {
	color: #006600;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.top:hover, a.top:active {
	color: Purple;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.thispage {
	color: #ffffff;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}