/* CSS Document */
.style1 {
	font-size: 12px;
	color: #000000;
	line-height: 25px;
}
a {
	font-size: 12px;
	color: #000066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #000066;
}
body {
	background-image: url(images/bg.jpg);
}
.style2 {
	color: #000099;
	font-size: 12px;
	font-weight: normal;
}
.style3 {
	color: #FFFFFF;
	font-size: 12px;
	font-family:"ËÎÌå";
	font-weight: normal;
}
.style4 {font-size: 14px}
.style5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}
