/* 初值样式 */
*{margin:0; padding:0;}
body {text-align:center; margin:0; padding:0; font-size:12px; background:#FFF; color:#333;}
body div {text-align:center;}
div,form,img,ul,li,p {margin:0; padding:0; border:0;}
ul,li {list-style:none;}
input,select,table,td {font-size:12px;}
ul {text-align:left;}

/* 默认链接 */
a {color: #333; text-decoration: none;}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #000099;text-decoration: none;}

/* 左右悬浮 */
.left {float:left}
.right {float:right}

/* 清除悬浮 */
.clear {clear:both;}
.clearleft { clear:left;}

/* 溢出隐藏 */
.ofh { overflow:hidden;}

/* 空白间距 */
.ml3 { margin-left:3px;}
.ml5 { margin-left:5px;}
.ml6 { margin-left:6px;}
.ml21 { margin-left:21px;}
.ml42 { margin-left:42px;}

.mb5 {margin-bottom:5px;}

.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt9 {margin-top:9px;}

.mr13 { margin-right:13px;}
.mr27 { margin-right:27px;}

.mg6 { margin:0 6px;}

/* 宽度 */
.w25 { width:25px;}
.w104 { width:104px;}
.w188 { width:188px;}
.w212 { width:212px;}

/* 页宽设定 */
#container{ width:960px; margin:0 auto; background:#FFF;}

.cake05 { margin-top:7px;}

/* 标准底 */
#foot {
	height:30px;
	background:url(/images/revision2009/navigation_01.gif) repeat-x;
	line-height:30px;
	color:#FFF;
	width: 960px;
}
#foot a {color:#FFF;}
#foot a:link {color:#FFF; text-decoration: none;}
#foot a:visited {color:#FFF; text-decoration: none;}
#foot a:hover {color:#CDE5FC; text-decoration: underline;}

#foot01 { height:132px; text-align:left;}
#foot01_left { float:left; width:210px; padding-top:29px; background:url(/images/revision2009/foot_line.gif) right top no-repeat; height:103px;}

#foot01_middle { float:left; line-height:24px; text-align:left; width:410px; height:127px; background:url(/images/revision2009/foot_line.gif) right top no-repeat; padding:5px 0 0 20px; color:#5B5B5B;}
#foot01_middle li { float:left; width:130px; line-height:24px;}
#foot01_middle li a {color:#5B5B5B;}
#foot01_middle li a:link {color:#5B5B5B; text-decoration: none;}
#foot01_middle li a:visited {color:#5B5B5B; text-decoration: none;}
#foot01_middle li a:hover {color:#333; text-decoration: underline;}

#foot01_right { float:left; line-height:24px; text-align:left; color:#5B5B5B; padding:5px 17px 0 20px;} 
