body {
	margin: 0 auto;
	text-align: center;
}

#main {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

.common_a {
	color: #fff;
	text-decoration: none
}

.common_a:link {
	color: #fff;
	text-decoration: none;
}

.common_a:visited {
	color: #fff;
	text-decoration: none;
}

.common_a:hover {
	color: #ff3300;
	text-decoration: none;
}

.common_a:active {
	color: #fff;
	text-decoration: none;
}

.black_a {
	color: #000;
	text-decoration: none
}

.black_a:link {
	color: #000;
	text-decoration: none;
}

.black_a:visited {
	color: #000;
	text-decoration: none;
}

.black_a:hover {
	color: #000;
	text-decoration: none;
}

.black_a:active {
	color: #000;
	text-decoration: none;
}

.green {
	font-size: 16px;
	font-family: "ËÎÌå";
	font-weight: bold;
	color: #2E7006;
	text-decoration: none;
}

.green_a {
	color: #5AB011;
	text-decoration: none;
}

.green_a:link {
	color: #5AB011;
	text-decoration: none;
}

.green_a:visited {
	color: #5AB011;
	text-decoration: none;
}

.green_a:hover {
	color: #5AB011;
	text-decoration: none;
}

.green_a:active {
	color: #5AB011;
	text-decoration: none;
}

.blu_a {
	color: #014CCC;
	text-decoration: none;
}

.blu_a:link {
	color: #014CCC;
	text-decoration: none;
}

.blu_a:visited {
	color: #014CCC;
	text-decoration: none;
}

.blu_a:hover {
	color: #FF6600;
	text-decoration: blink;
}

.blu_a:active {
	color: #014CCC;
	text-decoration: none;
}

.gray_a {
	color: #999999;
	text-decoration: none;
}

.gray_a:link {
	color: #999999;
	text-decoration: none;
}

.gray_a:visited {
	color: #999999;
	text-decoration: none;
}

.gray_a:hover {
	color: #CC3300;
	text-decoration: blink;
}

.gray_a:active {
	color: #999999;
	text-decoration: none;
}

.gray_green_a {
	color: #999999;
	text-decoration: none;
}

.gray_green_a:hover {
	color: #009933;
	text-decoration: none;
}

.buttom_out:link {
	color: #006600;
	text-decoration: none;
}
.buttom_out:visited {
    color: #006600;
	text-decoration: none;
}
.buttom_out:hover {
	text-decoration: underline;
	color: #FF6600;
}
.buttom_out:active {
    color: #006600;
	text-decoration: none;
}

.image:link {
	text-decoration: none;
}

.image:visited {
	text-decoration: none;
}

.image:hover {
	text-decoration: none;
}

.image:active {
	text-decoration: none;
}


.errorMessage {
	font-weight: bold;
	color: red;
}

.none_iframe {
	width: 0px;
	height: 0px;
	border: 0px;
	visibility:hidden;
}

.div_none_iframe{
	display: none;
}