@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
body {
	background-color: #525252;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #A20300;
	text-decoration: underline;
}
a:hover {
	color: #000496;
	text-decoration: underline;
	text-align: center;
}
.site-title {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-right: 10px;
}
.c-bg {
	padding-bottom: 20px;
	padding-top: 10px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 15px;
	line-height: 24px;
	padding-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	color: #000496;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	color: #900;
}
.title {
	font-size: 16px;
	color: #00024F;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 34px;
}
.title strong {
	color: #000496;
}
.img-r {
	float: right;
	margin-left: 10px;
}
.txt-copy {
	color: #999;
}
.stitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.smenu {
	background-image: url(images/l-arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
}
.smenu a {
	color: #B6B6B6;
	text-decoration: none;
}
.smenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
.border1 {
	border: 5px solid #DFDFDF;
}
