@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #4B9DEF;
}

#index_bg_top {
	background-image: url(../images/index_bg_top.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 201px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#index_bg_main {
	background-color: #01389D;
	width: 100%;
}
#index_bg_bottom {
	height: 100%;
	width: 100%;
	background-image: url(../images/index_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #4C9EF0;
	margin: 0px;
}
#index_bg_top #header {
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 831px;
}
#index_bg_main #main {
	background-image: url(../images/index_main.jpg);
	background-repeat: repeat-y;
	width: 831px;
}
#index_bg_bottom #footer {
	height: 120px;
	width: 831px;
	background-image: url(../images/index_footer.jpg);
	background-repeat: no-repeat;
}
#index_bg_top #header #menu a {
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}
#index_bg_top #header #menu a:hover {
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
.footertext {
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
}
#index_bg_bottom  a {
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#index_bg_bottom a:hover {
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
body img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
