/* CSS Document */
A:visited {
 font-family : "Times New Roman", "Verdana", "sans-serif";
 color: #666666;
 text-decoration: underline;
}
A:hover {
 font-family: "Times New Roman", "Verdana", "sans-serif";
 color:#FF6400;
 text-decoration: underline;
}
A:active {
 font-family : "Times New Roman", "Verdana", "sans-serif";
 color: #666666;
 text-decoration: underline;
} 
A:link {
 font-family : "Times New Roman", "Verdana", "sans-serif";
 color: #666666;
 text-decoration: underline;
}
td {
 font-size: 12px;
 font-family: "Times New Roman", "Verdana", "sans-serif";
 Line-height:17px;color: #666666;
}
IMG{border:none;}
/**/
.loginUsrName{font-size:12px; font-weight:bold; color:#FFFF00;}
.font_white{color:#ffffff;}
.font_black{color:#000000;}
.font_point_11{font-size:11px; color:#FF6600;}
.font_point_12{font-size:12px; color:#FF6600;}
/* sub title */
.sub_title_green{font-size:14px; font-weight:bold; vertical-align:top; padding-bottom:6px; color:#64CD3C}
.sub_title_blue{font-size:14px; font-weight:bold; vertical-align:top; padding-bottom:6px; color:#0A6EFF}
.sub_title_orange{font-size:14px; font-weight:bold; vertical-align:top; padding-bottom:6px; color:#FF8C0A}
.sub_title_purple{font-size:14px; font-weight:bold; vertical-align:top; padding-bottom:6px; color:#FF607F}
.sub_title_black{font-size:13px; font-weight:bold; vertical-align:middle; padding-bottom:6px; color:#000000}
.sub_title_gray{font-size:14px; font-weight:bold; vertical-align:top; padding-bottom:6px; color:#666666}


