.header {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #006666;
}
.smheader {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #006666;
}
.tiheader {
	font-weight: bold;
	text-align: center;
	color: #006666;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #006666;
}
.smtitle {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.tititle {
	font-weight: bold;
	color: #006666;
}
.smprint {
	font-size: 11px;
}
.tiprint {
	font-size: 10px;
}
.red {color: #FF0000}
.bigred {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.bigredcenter {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.center {
		text-align: center;
}
#stselect{
	position: absolute;
	top: 135px;
	left: 25%;
	width:100px;
}
#cityselect{
	position: absolute;
	top: 135px;
	left: 50%;
	width:100px;
}
hr {
	width: 85%;
	color: #999999;
	text-align: center;
	height: 1px;
	line-height: 1px;
}