/*Common rule*/

html{
height:100%;
margin-bottom:1px;
/*overflow:hidden;*/
}

* {
margin:0;
padding:0;
outline:none;
}

body{
	font-family:  tahoma;
	font-size:10pt;	
	color:#6d531b;
	cursor:default;
	line-height:17px;
}
p {
	font-size:10pt;
	padding-bottom:10px;
	line-height:17px;
}
td {
	font-size:10pt;
	line-height:17px;
}
a:link,a:visited{
	color:#2b55a2;
	text-decoration:underline;
	cursor:pointer;
}
a:hover, a:active, a:focus{
	color:#3399CC;
	text-decoration:none;
	cursor:pointer;
}

ul{
list-style:square outside;
list-style-image:url(../images/tick.gif);
margin:7px 25px;
font-family:  Verdana, Helvetica, Arial,Tahoma, sans-serif;
	font-size:9pt;
	line-height:17px;
}
h1 {
/*	font-family:Garamond, "Times New Roman";*/
	font-family: tahoma;
	font-size:20px;
	color:#2b55a2;
}
h2 {
	font-size:17px;
	color:#0d4c7d;
	padding-top:10px;
	padding-bottom:10px;
}
h3 {
	font-family: Tahoma;
	color:#FF6699;
	font-size:16px;
	font-weight:bolder;
	font-weight:lighter;
	padding-bottom:10px;
}

h4 {
	font-size:12px;
	color:#954B2E;
	padding-bottom:15px;

}


.alignRight{text-align:right;}
.bold{font-weight:bold;}
.center{text-align:center;}
.clearBoth{clear:both;}
.displayBlock{display:block;}
.displayNone{display:none;}
.floatRight{float:right;}
.hide{display:none;visibility:hidden;}
.hideOverflow{overflow:hidden;}
.warning{color:#FF0000;}

.width100pc{
display:block;
float:left;
width:100%;
}



.block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:0px;
	position:relative;
}
.ribbon {
	position:absolute;
	top:0px;
	right:32px;
}
.top {
background-image:url(../images/chailai_top.jpg);
background-repeat:no-repeat;
width:807px;
height:281px;
}
.top a:link, .top a:visited{
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
}
.top a:hover,.top a:active,.top a:focus{
	color:#CC9966;
	text-decoration:none;
	cursor:pointer;
}
.content {
	font-family:  tahoma;
	font-size:10pt;
	line-height:17px;
}
.left{
	width:196px;
}
.left a:link, .left a:visited{
color:#000000;
text-decoration:none;
cursor:pointer;
}
.left a:hover,.left a:active, a:focus{
	color:#666600;
	text-decoration:none;
	cursor:pointer;
}
.footer{
	width:849px;
	height:30px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-family: Helvetica, Verdana, Arial,Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

.footer a:link, .footer a:visited{
	color:#FFFFDD;
}
.footer a:hover, .footer a:active{
	color:#669900;
}

map {
	cursor: auto;
}
hr {
margin-bottom:5px; margin-top:5px; background-color:#000000; height:1px; border:none !important; border-top:1px #000000 solid; border-bottom:none; border-left:none; border-right:none;
}
.logo {
	z-index:1;
	position:absolute;
	left:60%;
}