/* CSS Document */
/*¹«ÓÃÑùÊ½*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.f12_block{color:#000000;font-size:12px;}
.f12_block a:link{color:#000;  }
.f12_block a:visited{color:#000; }
.f12_block a:hover{color:#000; }

.f14_block{color:#000000;font-size:14px;}
.f14_block a:link{color:#000;  }
.f14_block a:visited{color:#000; }
.f14_block a:hover{color:#000; }

.f12_white{color:#fff;font-size:12px;}
.f12_white a:link{color:#fff;  }
.f12_white a:visited{color:#fff; }
.f12_white a:hover{color:#fff; }

.f14_white{color:#fff;font-size:14px;}
.f14_white a:link{color:#fff;  }
.f14_white a:visited{color:#fff; }
.f14_white a:hover{color:#fff; }

.f14_orange {color:#FC4604;font-size:14px;font-weight:bold;}
.f14_orange a{color:#FC4604;  }


.f12_grey {color:#7F7F7F;font-size:12px;}
.f12_grey a{color:#7F7F7F;}
ul {margin:0px;padding:0px; }
li{list-style:none;}