body {
 margin:0px auto;
}
/**** font ****/
.fontwhite {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#FFFFFF;
 text-decoration:none;
 line-height:20px;
}
.fontdeepgray {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#414141;
 line-height:20px;
 text-decoration:none;
}
.fontdeepred {
 font-family:"ËÎÌå";
 font-size:12px;
 color:#CD3A00;
 font-weight:bold;
 line-height:20px;
 text-decoration:none;
}
.fontdeepblue {
 font-family:"ËÎÌå";
 font-size:12px;
 color:#374858;
 font-weight:bold;
 line-height:20px;
 text-decoration:none;
}
.fontlan {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#D6DFF5;
 line-height:20px;
 text-decoration:none;
}
.titleblue {
 font-family:"ËÎÌå";
 font-size:12px;
 color:#1C4BA5;
 line-height:20px;
 font-weight:bold;
 text-decoration:none;
}

.more_red {
 font-family:"ËÎÌå";
 font-size:12px;
 color:#F02D00;
 line-height:20px;
 text-decoration:none;
}


/***** border ****/
.bordergray {
 border:1px #E2E2E2 solid;
}
.border-l-r-b-deepgray {
 border:1px #CBC9CA solid;
 border-top:none;}