.css {
}
.headtext {
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}



.border1 {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border2 {
	border: 1px solid #CCCCCC;
}

a:visited {
font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:hover {
font-size: 12px;
	text-decoration: none;
		color: #FF0000;
}
a:link {
font-size: 12px;
	text-decoration: none;
		color: #000000;
}
a:active {
font-size: 12px;
	text-decoration: none;
		color: #000000;
}
