h1,h2,h3,h4 {border-bottom:1px #999 solid}
body {
	margin: 0px; padding: 0px; 
	background-color: #fff; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a {
	text-decoration:none;
}

div.fade {
	background:url("image/background.png") repeat-x top;
	position:absolute;
	
	top:0px;
	width:100%;
	height:200px;
}

div.sidebar {
	z-index:3;
	background:#FFED99;
	text-align:center;
}
div.sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
}
div.sidebar li {
	display:inline;
	margin:0px;
	padding:0px;
}
div.sidebar a {
	color:blue;
	padding-left:5px;
	padding-right:5px;	
}
div.sidebar a:hover {
	background:white;
}

body {
	
}

div.top {
	position:absolute;
	background:url("image/top.png") no-repeat center top;
	width:100%;
	height:200px;
	top:0px;
	z-index:5;
}

div.bottom {
	position:absolute;
	left:0px;
	background:url("image/bottom.png") no-repeat center bottom;
	width:100%;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid red;*/
}
div.banner {
	position:absolute;
	top:29px;
	width:742px;
	height:111px;
	overflow:hidden;
}

h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
}
div.bottx {
	
	padding-left:35px;
	padding-right:35px;
	padding-top:21px;
	text-align:center;
}
div.topbar {
	background:#FFDA0F;	
	border-bottom:1px solid #E3BB03;
}
div.topbar .lfloat a:hover {background:none;}
div.topbar .rfloat { float:right;}
textarea {
	width:100%;
	border:1px solid #999;
}
div.talign {
	width:742px;
	margin-top:140px;
	margin-left:auto;
	margin-right:auto;
}

div.topbar ul{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	color:blue;
	text-align:center;
}
div.topbar li {
	display:inline;
}
div.topbar a {
	color:blue;
	padding-left:15px;
	padding-right:15px;
}
div.topbar a:hover {	
	background:#FFED99;
}
div.topbar a.selflink, div.topbar a.selflinkgroup {
	background:#ffed99;
	border-left:1px solid #E3BB03;
	border-right:1px solid #E3BB03;
	border-top:1px solid #E3BB03;
	border-bottom:1px solid #ffed99;
}
div.sidebar a.selflink, div.sidebar a.selflinkgroup {
	background:white;
}

a.createlink {display:none;}
div.indent {padding-left:30px;}

a.createlinktext {text-decoration:none;border:none;color:none}

div.pg {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	min-height:300px;
	
}

div.page {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	position:absolute;
	padding-top:190px;
	top:0px;
	margin-bottom:300px;
	z-index:4;
	background:url("image/bgcen.png") repeat-y center;
}

table {
	border:none;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0px;
	margin-bottom:5px;
}

ul {
	padding-left:0px;
	margin-left:30px;
}

div.content {
	
}



div.topbar img {
	border:none;
	background:none;
}
div.topbar .lfloat { float:left; position:absolute;}
div.topbar .lfloat a {
	padding-left:0px;
	padding-right:0px;
	border:none;
	background:none;
}

table.ptab {
	display:inline;
	width:auto;
}
table.ptab {
	font-size:0px;
}
td.pc {
	padding:8px;
	background:url(image/pback.png) repeat-x top;
	
}
td.pc img {
	border:1px solid white;
}
td.pt {
	height:4px;
	background:url(image/hprev.png) repeat-x top;
}
td.pb {
	height:6px;
	background:url(image/hprev.png) repeat-x bottom;
}
td.pl {
	width:4px;
	background:url(image/vprev.png) repeat-y left;
}
td.pr {
	width:6px;
	background:url(image/vprev.png) repeat-y right;
}
td.ptl {
	width:4px; height:4px;
	background:url(image/prevbg.png) no-repeat;
}
td.ptr {
	width:6px; height:4px;
	background:url(image/prevbg.png) no-repeat top right;
}
td.pbl {
	width:4px; height:6px;
	background:url(image/prevbg.png) no-repeat bottom left;
}
td.pbr {
	width:6px; height:6px;
	background:url(image/prevbg.png) no-repeat bottom right;
}
