@charset "utf-8";

*{
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height:20px;
}

body{
	background-color:#f6ffea;
}

/* a */
a{
	line-height:22px;
	text-decoration:none;
}
a:link,a:visited{
	line-height:22px;
	text-decoration:none;
}
a:hover,a:active{
	color:#555555;
	line-height:22px;
	text-decoration:underline;
}

/* Green_border */
.greenborder{
	border:1px #8aaa6b solid;
}

/* Green-bottom_border */
.greenbottom{
	border-bottom:1px #95cf94 solid;
}

/* Gray_dashed */
.graydashed{
	border-bottom:1px #cccccc dashed;
	padding-left:20px;
	line-height:30px;
	width:100px;
}

.graydash
{
 border-bottom:1px #cccccc dashed;
 padding-left:20px;
	line-height:25px;
}

/* LightGreent_bg */
.lightgreenbg{
	background-color:#f6ffea;
}

/* Whiite_bg */
.whitebg{
	background-color:#ffffff;
}

/* Logo_bg */
.logobg{
	/*background-image: url(../images/logobg.jpg);
	height: 127px;*/
	background-repeat: no-repeat;
	height:90px;
	width:952px;
}

/* TeaNum_bg */
.teanumbg {
	background-image: url(../images/TeaNumimg.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width:343px;
}

/* navbg */
.navbg {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	height: 45px;
}

/* Titlebg_green */
.titlebg {
	background-image: url(../images/titlebg.jpg);
	background-repeat: repeat-x;
	height: 24px;
}

/* Current_small */
.currents{
	background-image: url(../images/current.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width:49px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

/* Default_small */
.defaults{
	background-image: url(../images/default.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width:49px;
	text-align:center;

}

/* Current_big */
.currentb {
	background-image: url(../images/current1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width:82px;
	text-align:center;
}

.hover
{
	background-image: url(../images/current1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width:82px;
	text-align:center;
	cursor:pointer;
	font-size:14px;

	}

/* Default_big */
.defaultb{
	background-image: url(../images/default1.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width:82px;
	text-align:center;
}

/* Black_Bold(14) */
.blackfontb{
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.blackfontb a{
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.blackfontb a:link,.blackfontb a:visited{
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.blackfontb a:hover,.blackfontb a:active{
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}

/* White_Bold(14) */
.whitefont{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.whitefont a{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.whitefont a:link,.whitefont a:visited{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.whitefont a:hover,.whitefont a:active{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

/* Greenfont_Bold(12) */
.greenfonts{
	color:#5b8d34;
	font-weight:bold;
	text-decoration:none;
}
.greenfonts a{
	color:#5b8d34;
	font-weight:bold;
	text-decoration:none;
}
.greenfonts a:link,.greenfonts a:visited{
	color:#5b8d34;
	font-weight:bold;
	text-decoration:none;
}
.greenfonts a:hover,.greenfonts a:active{
	color:#5b8d34;
	font-weight:bold;
	text-decoration:underline;
}

/* Greenfont_NoBold(12) */
.greenfontn{
	color:#5b8d34;
	line-height:20px;
	text-decoration:none;
}
.greenfontn a{
	color:#5b8d34;
	line-height:20px;
	text-decoration:none;
}
.greenfontn a:link,.greenfontn a:visited{
	color:#5b8d34;
	line-height:20px;
	text-decoration:none;
}
.greenfontn a:hover,.greenfontn a:active{
	color:#5b8d34;
	line-height:20px;
	text-decoration:underline;
}

/* Blackfont_NoBold(14) */
.blackfontn{
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.blackfontn a{
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.blackfontn a:link,.blackfontn a:visited{
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.blackfontn a:hover,.blackfontn a:active{
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}

.boldfont
{
	color:#006600;
	line-height:22px;
	text-decoration:none;
}
.boldfont a
{
	color:#006600;
	line-height:22px;
	text-decoration:none;
}
.boldfont a:link,.boldfont a:visited
{
	color:#006600;
	line-height:22px;
	text-decoration:none;
}
.boldfont a:hover,.boldfont a:active{
	color:#ff0000;
	line-height:22px;
	text-decoration:underline;
	
}

.darkgreen
{
	color:#0f4401;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.darkgreen a
{
	font-size:14px;
	color:#0f4401;
	line-height:22px;
	text-decoration:none;
}
.darkgreen a:link,.darkgreen a:visited
{
	color:#0f4401;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.darkgreen a:hover,.darkgreen a:active
{
	color:#ff0000;
	font-size:14px;
	line-height:22px;
	text-decoration:underline;
	
}


.blackfont
{
	line-height:22px;
	text-decoration:none;
}
.blackfont a
{
	line-height:22px;
	text-decoration:none;
}
.blackfont a:link,.blackfont a:visited
{
	line-height:22px;
	text-decoration:none;
}
.blackfont a:hover,.boldfont a:active{
	color:#ff0000;
	line-height:22px;
	text-decoration:underline;
	
}

/* BlackYellowfont_Bold(14) */
.blackyellowb{
	color:#88834c;
	font-weight:bold;
	text-decoration:none;
}
.blackyellowb a{
	color:#88834c;
	font-weight:bold;
	text-decoration:none;
}
.blackyellowb a:link,.blackyellowb a:visited{
	color:#88834c;/*88834c*/
	font-weight:bold;
	text-decoration:none;
	
}
.blackyellowb a:hover,.blackyellowb a:active{
	color:#88834c;
	font-weight:bold;
	text-decoration:underline;
}





.redfont{
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
.redfont a{
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
.redfont a:link,.redfont a:visited{
	color:#ff0000;/*88834c*/
	font-weight:bold;
	text-decoration:none;
	
}
.redfont a:hover,.redfont a:active{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* BlackGreenfont */
.blackgreenfont{
	color:#364e36;
	line-height:22px;
	text-decoration:none;
}
.blackgreenfont a{
	color:#364e36;
	line-height:22px;
	text-decoration:none;
}
.blackgreenfont a:link,.blackgreenfont a:visited{
	color:#364e36;
	line-height:22px;
	text-decoration:none;
}
.blackgreenfont a:hover,.blackgreenfont a:active{
	color:#364e36;
	line-height:22px;
	text-decoration:underline;
}


.hotteaupbox 
{
    
    margin:0px 2px 3px 4px;
    _marign:0;
	float: left;
	height: 43px;
	width: 220px;
	_width:218px;
}


.leftfont {
	float: left;
	height: 57px;
	width: 220px;
	_width: 210px;
}
.leftfont h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
.leftfont ul {
	margin-left: 2px;
	margin-top: 0px;
	_margin:0;
	_padding:0;
	font-size: 12px;
}
