@charset "utf-8";
@import url("footer.css");

a:hover{
	color: #CC0000;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.index_table{
	border-collapse:collapse;
	width: 686px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	left: 220px;
	top: -40px;
}
.index_table img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.index_intro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}
.index_intro ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.index_intro ul li{
	margin-bottom: 6px;
}
.black{
	color: #000000;
}
.blue{
	color: #003366;
}
.red{
	color: #990000;
}
.banner{
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.banner table td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.banner table td img{
	border: 1px solid #999999;
}
