@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/img-001.gif);
	background-repeat: repeat-x;
	background-color: #efefef;
}
td { font-size:9pt;}
a {
	color: #000000;
	text-decoration: none;
}
a:hover { color:#FF0000;
	 text-decoration: underline;
}
.headl {
	height: 147px;
	width: 37px;
}
.tabbg {
	background-image: url(images/img-003.gif);
	background-repeat: repeat-y;
	height: 12px;
}
.tabcontent {
	background-image: url(images/img-004.gif);
	background-repeat: repeat-y;
	height:600px;
	width:896px;
}
.tabmenu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #c6daf2;
	border-left-color: #c6daf2;
	border-bottom-color: #c6daf2;
	width: 250px;
	vertical-align: top;}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	padding: 10px;
	width: 646px;
}


.htitle {
	background-color: #edf4fc;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #b4d5f4;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	color: #084db9;
	font-family: Arial, Helvetica, sans-serif;
}
.hcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	padding: 10px 5px 10px 20px;
	line-height: 20px;
}
