/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7E7E7;
	scrollbar-face-color: #E7E7E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #A5A5A5;
	scrollbar-3dlight-color: #C9C9C9;
	scrollbar-arrow-color: #6895C4;
	scrollbar-track-color: #F8F8F8;
	scrollbar-darkshadow-color: #FFFFFF;
}
body, td, th {
	color: #000000;
	font-size: 12px;
	line-height: 135%;
	/*font-family: "ËÎÌå";*/
	font-family: "Sans-Serif", "Verdana", "Arial", "Helvetica";
}

.point {
	color: white;
	cursor: hand;
	font-size: 10px;
	font-family: webdings;
}
.opacity {
	/*color: #FF9900;
	background-color: #993300;*/
	filter: alpha(opacity=100);
}
.white {
	color: white;
}
.gray {
	color: gray;
}
.yellow {
	Color: yellow;
}
.red {
	Color: red;
}
.cursor_hand{
	cursor: hand;
}
.man_main{
	padding: 0px;
	height: 150;
	background-color: #FFFFFF;
}
.man_span{
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid;
	font-weight: bolder;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #EFEFEF;
	text-decoration: none;
}
a:hover {
	Color: #FF6600;
	text-decoration: underline;
}
a.gray:link, a.gray:visited, a.gray:active {
	color: #666666;
	text-decoration: none;
}
a.gray:hover {
	Color: #999999;
	text-decoration: underline;
}
a.yellow:link, a.yellow:visited, a.yellow:active {
	color: #FF6600;
	text-decoration: none;
}
a.yellow:hover {
	Color: #CC3300;
	text-decoration: underline;
}
a.red:link, a.red:visited, a.red:active {
	color: #CC0000;
	text-decoration: none;
}
a.red:hover {
	Color: #FF6600;
	text-decoration: underline;
}

input {
	height: 20px;
	font-size: 12px;
	padding-top: 2px;
}
input, select, textarea {
	border: 1px solid #000000;
	background-color: #E7E7E7;
}
.radio_g {
	border: 0px;
	background-color: #252525;
}
.radio_g_f {
	border: 0px;
	background-color: #E7E7E7;
}