body,td,th {
	font-family: Arial;
	font-size: small;
	color: #000;
}
body {
	background-color: #F9FBFA;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	color: #03F;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: underline;
}
a:active {
	color: #09F;
	text-decoration: underline;
}

img {
	border: 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.imgright {
	float: right;
	margin-left: 20px;
}

.fcgray {
	color: #666;
}


table {
	margin: 0px;
	padding: 0px;
	border: none;
}
table th,td {
	margin: 0px;
	padding: 0px;
	border: none;
}


#body {
	background-image: url(img/bgw.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 3px;
	background-color: #FFF;
}

/* header */
#header {
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 980px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	height: 79px;
	width: 500px;
	display: block;
	float: left;
}

#header h1 a {
	background-image: url(img/header1.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 440px;
	display: block;
}
#header h1 a span {
	display: none;
}
#headerme {
	display: block;
	float: right;
	width: 460px;
	height: 69px;
	padding-top: 10px;
	padding-left: 20px;
}
#headerme ul {
	padding:0;
	list-style-type: none;
	margin: 0;
}
#headerme li { 
	margin:0;
	padding:0;
	display : inline; 
	float:left; 
}
#headerme span {
	display:none;
}
#headerme #hme1 a {
	background-image:url(img/hme.gif);
	background-position: left top;
	background-repeat:no-repeat;
	display:block;
	width:60px;
	height:16px;
}
#headerme #hme1 a:hover {
	background-image:url(img/hme.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:60px;
	height:16px;
}


/* main menu */
#mainme {
	background-image: url(img/mebg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
}
#mainme ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#mainme li {
	margin:0;
	padding:0;
	display : inline;
	float:left;
	line-height: 0px;
}
#mainme span {
	display:none;
}
#mainme ul a {
	line-height: 1;
}

#mainme #me1 a {
	background-image:url(img/mainme01.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	display:block;
	width:117px;
	height:42px;
}
#mainme #me1 a:hover {
	background-image:url(img/mainme01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:117px;
	height:42px;
}
#mainme #me2 a {
	background-image:url(img/mainme02.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	display:block;
	width:117px;
	height:42px;
}
#mainme #me2 a:hover {
	background-image:url(img/mainme02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:117px;
	height:42px;
}

/* layout */
#wrap {
	width: 980px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/menubg02.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#main {
	width: 770px;
	float: left;
	padding: 0px 10px;
	background-image: url(img/mainbg.jpg);
	background-repeat: no-repeat;
}

/* title flame */
#link {
	font-size: x-small;
	color: #999;
	margin-top: 10px;
	margin-bottom: 5px;
}
#title {
	border: 1px solid #4788AF;
	width: 768px;
	background-image: url(img/titlebg.jpg);
	background-repeat: repeat-x;
}
#title h1 {
	font-size: 21px;
	font-weight: bold;
	color: #069;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/* contents */
#contents {
	background-image: url(img/conbg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 30px;
	padding-left: 10px;
	width: 753px;
}
#contents h2 {
	font-size: 16px;
	font-weight: normal;
	background-image: url(img/h2bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 712px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 8px 20px;
}
#contents .mtop0 {
	margin-top: 0px;
}
#contents h3 {
	font-size: medium;
	font-weight: bold;
	color: #09C;
	margin-bottom: 8px;
}

#contents p {
	margin-top: 0px;
	margin-bottom: 1em;
}
.fsxxs {
	font-size: xx-small;
}

#contents ul li {
	margin-top: 0px;
	margin-bottom: 6px;
}
#contents ol li {
	margin-top: 0px;
	margin-bottom: 6px;
}
#contents ol ul {
	list-style-type: disc;
	padding-left: 1em;
}



/* table */
#contents .tblnobd1 {
	border: none;
	width: 750px;
}
#contents .tblnobd1 th {
	color: #069;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px;
}
#contents .tblnobd1 td {
	padding: 5px;
}

/* table border1 */
#contents .tblbd1 {
	border-collapse: collapse;
	border: 1px solid #666;
	width: 730px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-color: #FFF;
}
#contents .tblbd1 th {
	padding: 5px;
	border: 1px solid #666;
}
#contents .tblbd1 td {
	padding: 5px;
	border: 1px solid #666;
}

/* table border2 */
#contents .tblbd2 {
	border-collapse: collapse;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#contents .tblbd2 th {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	vertical-align: top;
}
#contents .tblbd2 td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	vertical-align: top;
}
#contents .tblbd2 td p {
	margin-bottom: 6px;
}



/* sidemenu */
#sideme {
	width: 190px;
	float: right;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 0px;
	background-image: url(img/menubg01.jpg);
}
#sideme a:link {
	color: #000;
	text-decoration: none;
}
#sideme a:visited {
	color: #333;
	text-decoration: none;
}
#sideme a:hover {
	color: #09F;
	text-decoration: underline;
}
#sideme a:active {
	color: #09F;
	text-decoration: underline;
}
#sideme h3 {
	font-size: 14px;
	font-weight: bold;
	color: #069;
	margin: 0px;
	padding: 10px;
}
#sideme ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px 10px;
}
#sideme ul li {
	padding: 0px;
	margin: 0px;
	line-height:0;
}
#sideme ul li a {
	background-image: url(img/icong.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
	margin-bottom: 6px;
	line-height:normal;
}



/* footer */
#footer table {
	background-color: #DBE4E6;
	width: 100%;
	border: none;
}
#footer table th {
	font-size: x-small;
	font-style: normal;
	text-align: left;
}
#footer table td {
	text-align: right;

}#footer p {
	margin: 0px;
	padding: 0px;
}

/* footergroups */
#footergroups {
	width: 960px;
	padding: 20px 10px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DEE3E6;
}
#footergroups img {border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;}
#f-logo {float: left;width: 120px;}
#f-text {
	float: right;
	width: 840px;
	text-align: left;
}
#f-text p {
	font-size: 14px;
	margin: 0px 0px 12px;
	line-height: 1.2;
}
#f-text a {
	color:#2c98cf;
	background-image: url(../images/footer-icon.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-right: 10px;
	margin-left: 5px;
	background-position: 0px 2px;
	text-decoration: none;
}
#f-text a:visited {color: #854eb8;text-decoration: none;}
#f-text a:hover {color: #c70026;text-decoration: underline;}
#f-text a:active {color: #c70026;text-decoration: underline;}

