@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #606;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
body {
	background-color: #FFF;
}
a:link {
	color: #606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
	color: #606;
}
a:active {
	text-decoration: none;
	color: #606;
}
.hr { 
	line-height: 1px;
	font-size: 1px;
	height: 2px;
	width: 895px;
	background: #606; 
	margin: 5px 0; 
}
h1 {
	font-size: 16px;
	color: #606;
}
#banner {
	background-image: url(../images/banner.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #606;
	width: 895px;
	height: 50px;
	vertical-align: inherit;
}
.banner {
	position: absolute;
	top: 15px;
}
#scroll {
	width: 885px;
	height: 360px;
	overflow-y: auto;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul ul {
	list-style: circle;
	margin-left: 1em;
	padding-left: 0;
	text-indent: 0;
}
ul ul ul {
	list-style: disc;
	margin-left: 1em;
	padding-left: 0;
	text-indent: 0;
}
