/* CSS Document */

body {
font-family:Tahoma,SimSun,Arial;
font-size:12px;
color:#222222;
margin:0px;
background-color:#F6F6F6;
}

.link_normal {
color:#121212;
font-size:12px;
text-decoration:none;
}

.link_normal:hover {
color:#FF8000;
font-size:12px;
text-decoration:underline;
}

.link_12_b {
color:#121212;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.link_12_b:hover {
color:#FF8000;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

.td_140 {
line-height:160%;
}

.txt_12_b {
font-size:12px;
font-weight:bold;
}