body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #919195;
}
body {
	background-color: #CFCFCF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #919195;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #919195;
}
a:hover {
	text-decoration: none;
	color: #717074;
}
a:active {
	text-decoration: none;
	color: #919195;
}
.nav {
	font-weight: bold;
	color: #00688B;
	font-size: 10px;
}
a.nav:link {
	color: #00688B;
}
a.nav:visited {
	color: #00688B;
}
a.nav:hover {
	text-decoration: underline;
	color: #00688B;
}
a.nav:active {
	color: #FF9933;
}
.title {
	font-family: "Arial Black";
	color: #00688B;
	font-size: 12px;
}
.gray {
	color: #717074;
}
.quicklink {
	font-size: 12px;
}
.address {
	font-size: 10px;
}
.footer {
	font-size: 10px;
}
.black {
	color: #000000;
}
a.black:link {
	color: #0000FF;
}
a.black:visited {
	color: #0000FF;
}
a.black:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.black:active {
	color: #0000FF;
}
.small {
	font-size: 10px;
}
.smallblack {
	font-size: 10px;
	color: #000000;
}
select {
	font-size: 10px;
	color: #42ADDB;
	background-color: #00688B;
}
.red {
	font-size: 9px;
	color: #990000;
}
a.red:link {
	color: #990000;
	text-decoration: none;
}
a.red:visited {
	color: #990000;
}
a.red:hover {
	text-decoration: underline;
	color: #990000;
}
a.red:active {
	color: #990000;
}
.bigred {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	font-family: Verdana;
}
a.bigred {
	color: #990000;
	text-decoration:none;
}
a.bigred:visited {
	color: #990000;
}
a.bigred:hover {
	text-decoration: none;
	color: #990000;
}
a.bigred:active {
	color: #990000;
}
#searchbar {
	margin:22px 0px;
	width: 300px;
	float: right;
}
input {
	border:0px;
}
#logo-bg {
	background-image: url(/images/banner_bg.png);
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
}
#logo {
	width: 450px;
	float: left;
}
#logo-area {
	width: 750px; margin:0px auto;
}
hr {
	display: block;
	clear: both;
	margin: 20px;
}
#new_list {
	width: 550px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#scroll_list {
	margin: 0;
	padding: 0;
}

#new_list li {
	float: left;
	display: inline;
	position: relative;
	width: 550px;
}