@charset "utf-8";

.fontadjust {
-webkit-text-size-adjust: 150%;
-moz-text-size-adjust: 150%;
-ms-text-size-adjust: 150%;
-o-text-size-adjust: 150%;
text-size-adjust: 150%;
}

.bold {
font-weight: bold;
}

.normal {
font-weight: normal;
}

.fs_10{
font-size:10px;
}

.fs_11{
font-size:11px;
}

.fs_12{
font-size:12px;
}

.fs_13{
font-size:13px;
}

.fs_14{
font-size:14px;
}

.fs_15{
font-size:15px;
}

.fs_16{
font-size:16px;
}

.fs_17{
font-size:17px;
}

.fs_18{
font-size:18px;
}

.fs_20{
font-size:20px;
}

.fs_22{
font-size:22px;
}

.fs_24{
font-size:24px;
}

.fs_26{
font-size:26px;
}

.fs_28{
font-size:28px;
}

.fs_30{
font-size:30px;
}

.lh_140{
line-height:140%;
}

.lh_150{
line-height:150%;
}

.lh_160{
line-height:160%;
}

.lh_170{
line-height:170%;
}

.lh_180{
line-height:180%;
}

.lh_190{
line-height:190%;
}

.lh_200{
line-height:200%;
}

.lh_210{
line-height:210%;
}

.lh_220{
line-height:220%;
}

.lh_230{
line-height:230%;
}

.lh_240{
line-height:240%;
}

.lh_250{
line-height:250%;
}

.fc_black{
color:#000000;
}

.fc_dgray{
color:#333333;
}

.fc_gray{
color:#999999;
}

.fc_lgray{
color:#cccccc;
}

.fc_white{
color:#ffffff;
}

.fc_red{
color:#ff0000;
}

.fc_dred{
color:#AA0000;
}

.fc_orange{
color:#ff6600;
}

.fc_yellow{
color:#ffff00;
}

.fc_lyellow{
color:#ffffcc;
}

.fc_blue{
color:#0000ff;
}

.fc_mblue{
color:#0066cc;
}

.fc_dblue{
color:#000099;
}

.fc_lblue{
color:#99ffff;
}

.fc_green{
color:#006600;
}

.fc_dgreen{
color:#004400;
}

.fc_lgreen{
color:#00cc00;
}

.fw_100{
font-weight: 100;
}

.fw_200{
font-weight: 200;
}

.fw_300{
font-weight: 300;
}

.fw_500{
font-weight: 500;
}

.fw_600{
font-weight: 600;
}

.fw_800{
font-weight: 800;
}

.fw_900{
font-weight: 900;
}

a {
margin: 0px;
padding: 0px;
}

a:link {
color:#0000cc;
text-decoration: none;
}

a:visited {
color:#336699 ;
text-decoration: none;
}

a:hover {
color:#ff6600;
text-decoration: underline;
}

a:active {
color:#ff6600;
text-decoration: underline;
}

