@charset "utf-8";
* {
	margin: 0px;
}
body {
	font-size: 11px;
	color: #0076a3;
	width: 970px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	background-image: url(../images/index/bg_web.jpg);
	background-repeat: repeat-x;
	font-family: Arial, "MS Sans Serif", Helvetica, Tahoma;
}
a:link {
	color: #0076a3;
	text-decoration: none;
}
a:visited {
	color: #0076a3;
	text-decoration: none;
}
a:hover {
	color: #8fb0d1;
	text-decoration: none;
}
ul {
	margin: 0px;
}
ol {
	margin: 0px;
}

li {
	text-align: left;
	margin: 0px;
	list-style-type: disc;
}
th {
	text-align: left;
}
p {
	margin-top: 16px;
	margin-bottom: 16px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}
h4 {
	font-size: 15px;
	color: #004a80;
}
h5 {
	font-weight: bold;
	color: #0076a3;
	font-size: 12px;
}
.hspace {
	margin-right: 31px;
}
.linkred {
	color: #9d0a0e;
}
#header {
	padding-left: 30px;
}
#foot, #indexfoot {
	color: #1b1464;
}
#foot a:link, #indexfoot a:link {
	color: #1b1464;
	text-decoration: none;
}
#foot a:visited, #indexfoot a:visited{
	color: #1b1464;
	text-decoration: none;
}
#foot a:hover, #indexfoot a:hover{
	color: #1b1464;
	text-decoration: none;
}

