a {
/*	text-decoration: underline;*/
  text-decoration: none;
/*  color: blue; */
  color: #6666FF;
}
a:hover {
  color:red;
}

.noUnderline {
  text-decoration: none;
}

.noUnderline_black {
  text-decoration: none;
  color: #000000;
}

.underline {
  text-decoration: underline;
}

body, table, tr, th, td, h1, h2, h3, h4, h5, h6, ul, li, a, p, div, font {
  font-family: "ËÎÌå";
  font-size: 14px;
  line-height: 140%
}

th {
  background-color: #99CCFF;
  text-align: center;
  font-weight: bold;
}

img {
  border: 0pt;
}

.black {
  color: #000000;
}

.light_blue {
  color: #CCCCFF;
}

.purple {
  color: #330066;
}

.red {
  color: #FF0000;
}

.white {
  color: #FFFFFF;
}

.f08px { font-size: 8px; }
.f09px { font-size: 9px; }
.f10px { font-size: 10px; }
.f11px { font-size: 11px; }
.f12px { font-size: 12px; }
.f16px { font-size: 16px; }
.f18px { font-size: 18px; }
.f20px { font-size: 20px; }
.f24px { font-size: 24px; }

.xm {
	font-size:0px;
	color:#FFF;
	text-indent:-200px;
	overflow:hidden;
}
.xm a {
	font-size:0px;
	color:#FFF;
	text-indent:-200px;
	overflow:hidden;
}
