/* Begin CSS */
html {
	SCROLLBAR-FACE-COLOR: #9A9A66;
	SCROLLBAR-HIGHLIGHT-COLOR: #C6C6A8;
	SCROLLBAR-SHADOW-COLOR: #7B7B51;
	SCROLLBAR-3DLIGHT-COLOR: #DBDBC8;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #575739;
}

a, ul, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}

td {
	vertical-align: top;
}
h1 {
	background-image: url(../scraper.gif);
	background-repeat: no-repeat;
	background-position:left top;
	text-align:left;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #555500;
	margin-bottom: 10px;
	text-indent: 28px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #89A8BC;
	margin-left: -10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-right: 2px;
	margin-bottom: 6px;
	text-align: center;
	padding-left: 7px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	text-align: left;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #02458c;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: -1px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	display: block;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	color: #006699;
	margin: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1.07em;
	text-align: center;
	text-indent: 50px;
}
ul {
	list-style-type: square;
}
li {
	font-size: 12px;
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;

}
hr {
	height:1px;
	color: #006699;
	width: 50%;
	text-align: center;
	margin-left: 100px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

