@charset "utf-8";

body {
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003300;
}


a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.index_div {
	z-index: 5;
}


.index_foot {
	background-image: url(imgs/index_bg.gif);
	height: 128px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	padding-top: 10px;
}

