/*
重构 by yiminghe 09-04
hym_sunrise@126.com
抛弃设计师采用的table布局，xhtml css 重构
*/

body {
    /*text-align: center;*/
    font-size: 12px;
    line-height: 1.5;
    font-family:Tahoma,Helvetica,Arial,'宋体',sans-serif;
    background-color:#DEDEDE;
}

#wrap {
    width: 950px;
    margin: 0px auto;
    overflow:hidden;
    text-align: left;
    background-color:white;
}
#main_body {
	padding-left:5px;
	width: 945px;
	overflow:hidden;
}

.orange:link, .orange:visited {
    color: #FF8B00;
    text-decoration: none;
}



.blue:link,  .blue:visited {
    color: #004FA7;
    text-decoration: none;
}

a:link, a:visited {
    color: #1D1D1B;
    text-decoration: none;
}

a:hover {
    color: #004FA7;
    text-decoration: none;
}