body {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	padding-top: 50px;
	font-size: 12px;
}
.advertise {
	height: 60px;
	width: 234px;
	position: relative;
	float: right;
	padding-top: 12px;
	clear: right;
}

.navigator {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tips {
	width: 600px;
}
.mainbody {
	width: 600px;
}


.title {
	color: #006600;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	width: 600px;
}
.bluetext {color: #000099}
.redtext {color: #CC0000; font-weight: bold; }
.footer {
	text-align: right;
	border-top: thin outset #000000;

}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {font-size: 9px}
.style2 {font-size: 14px}
.style3 {font-size: 11px}
.information {
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border:1px dashed #000099;
	text-align: left;

}
