@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_18{
font-size:18px;
}

.fs_20{
font-size:20px;
}

.fs_22{
font-size:22px;
}

.fs_24{
font-size:24px;
}

.fs_26{
font-size:26px;
}

.lh_140{
line-height:140%;
}

.lh_150{
line-height:150%;
}

.lh_160{
line-height:160%;
}

.lh_180{
line-height:180%;
}

.lh_200{
line-height:200%;
}

.lh_220{
line-height:220%;
}

.lh_240{
line-height:240%;
}

.lh_260{
line-height:260%;
}

.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_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_lgreen{
color:#00cc00;
}

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

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

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

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

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

