body{
	margin:0;
	background-color:#CC0000;
	text-align:center;
}
*{ border:0; margin:0;}

body,td,th {
	font-size: 14px;color: #555
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#555;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}

#lin a:link {
	color: #fff;
	text-decoration: none;
}

#main{width:940px;border: 5px solid #F3F3F3; margin:auto; background-color:#fff;}
#menu{
	width:930px;
	height:70px;
	margin:auto;
	overflow:hidden;
	position: absolute;
	top:109px;
	z-index:1;
}
#m{}
#m_t{
	border-bottom: 1px solid #CCCCCC;
}
#mm{ height:280px;}

#mm *{
line-height:150%;
word-break:break-all;
}

.inp{
	border: 1px solid #CCCCCC;
	line-height:24px;
	height:26px;
}
.inpp{
	border: 1px solid #FF8E8E;
	line-height:24px;
	height:26px;
	background-color: #FEDEDF;
}
.but{
	width:81px;
	height:28px;
	color:#fff;
	background-image: url(/images/but.gif);
	letter-spacing: 1em;
}
#t_y *{
	color: #999999;
}