body {
	margin: 0px;
	background-color: #000;
	text-align: center;
}

td {
	font-family: "ËÎÌå", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #1d679c;
	margin:0px 0px 0px 250px;
	padding:2px 0px 0px 16px;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #033333;
	margin:0px 0px 0px 6px;
	padding:0px;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #a46eba;
	text-decoration: none;
}

.blue:link {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.blue:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
.blue:hover {
	color: #74a913;
	text-decoration: none;
	font-weight: normal;
}

.td_left{
	background-color: #4c9bd6;
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

