@charset "UTF-8";
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
body {
	margin: 0 0 100px 0;
	padding: 0;
	background: #769ADE url(../../images/bkgnd.jpg) repeat-x;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #D43500;
}
a:active {
	text-decoration: none;
	color: #266587;
}
p {
	margin: 10px 0;
}
h1 {
	font-size: 14px;
	color: #17499B;
	font-weight: bold;
	margin: 0 0 12px 0;
}
h2 {
	font-size: 13px;
	color: #17499B;
	font-weight: bold;
	margin: 10px 0;
}
.hd {
	font-size: 13px;
	color: #273575;
	font-weight: bold;
}
.md {
	font-size: 11px;
}
.hl {
	font-weight: bold;
	color: #386BA4;
}
#layout {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	display: block;
}
#content {
	border-bottom: 1px solid #2B56A6;
	background-color: #FFF;
	padding: 6px 10px 10px 16px;
}
#footer {
	margin-top: 4px;
	border-top: 1px solid #2B56A6;
	border-bottom: 1px solid #2B56A6;
	background-color: #FFF;
	text-align: right;
	font-size: 10px;
	padding: 10px;
}
#btm {
	margin-top: 4px;
	border-top: 1px solid #2B56A6;
	display: block;
}
.floatright {
	float: right;
	margin-right: 20px;
	height: 130px;
}
table.info {
	border-bottom: 1px solid #BFCFEB;
	border-right: 1px solid #BFCFEB;
	background-color: #FAFBFE;
}
table.info td {
	padding: 4px;
	border-top: 1px solid #BFCFEB;
	border-left: 1px solid #BFCFEB;
	line-height: 14px;
}
.info_hd {
	height: 18px;
	font-weight: bold;
	color: #17499B;
	font-size: 13px;
	background-color: #EFF2F6;
}

