@charset 'gb2312';

 /*-- General settings --*/
 
 body,html { 
    padding: 0px 0px 0px 0px; 
	margin: 15px 0px 0px 0px; 
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#666;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-base-color:#fff;
	background-color:#fff;
	overflow-x:hidden;
	}

body,table {
	font: normal 9pt Verdana, Tahoma, Arial;
	line-height:1.5;
	color: #000;
	text-align:left;
}

img{border:0;	}

a{ text-decoration:none;	}
a:link { color:#000;}
a:active { color: #000;	}
a:visited { color: #000;	}
a:hover { color: #4d4d4d;	}

p{	margin:0;padding:0;
	color: #000;	text-align:left;}

small { font-size:8pt }
bold { font-weight:bold;}
tr, td, div {word-break:break-all}
h1
{
    margin:0; 
    padding:0;
    font-size:8pt;
    font-weight:normal;
    text-indent: 13px;
    background: url("./img/p.gif") no-repeat left center;
    border-bottom: solid 1px #e5e5e5;
    }

div
{   width:330px;
    margin: 0 auto 0 auto;
}
div#notice ul
{
    list-style-image: url(./img/p3.gif);
    position: relative;
    bottom: 10px;
    right: 10px;
}

div#info dt,dd,#logo dt,dd
{
    position: relative;
    bottom: 10px;
    right: 10px;
}
div#info dt,#logo dt
{
    padding			: 0px 10px 0px 0px;
	width			: 70px;
	clear			: left;
	float			: left;
	text-align		: right;
	font-size       : 8pt;
	background      : url("./img/p3.gif") no-repeat right center;
}
div#info dd
{
    padding			: 0px 0px 0px 0px;
    width           : 247px;}
div#logo dd
{
    padding			: 0px 0px 0px 0px;
    width           : 247px;
    font-size       : 8pt;
}
/*-- General settings End --*/