/* CSS Document */
*{ margin:0; padding:0;}

/*字体属性*/
.fT{ font-family:Arial;}
.f11{ font-size:11px;}
.f12{ font-size:12px;}
.f13{ font-size:13px;}
.fB{ font-weight:bold;}
.fI{ font-style:italic;}

/* 链接颜色 */
a:link { color: #666; text-decoration:none;}
a:visited { color: #666;text-decoration:none;}
a:hover { color: #f90; text-decoration:underline;}
a:active { color: #f90; text-decoration:underline;}

.CBlue, .CBlue a:link, .CBlue a:visited{ color:#1C3174;}  /*深蓝色*/
	    .CBlue a:hover, .CBlue a:active{ color:#f90;}
.CGray, .CGray a:link, .CGray a:visited{ color:#A6A6A6;}  /*灰色*/
	    .CGray a:hover, .CGray a:active{ color:#f90;}
.CBlack, .CBlack a:link, .CBlack a:visited{ color:#000;}  /*黑色*/
	    .CBlack a:hover, .CBlack a:active{ color:#f90;}
.CWhite, .CWhite a:link, .CWhite a:visited{ color:#fff;}  /*白色*/
	    .CWhite a:hover, .CWhite a:active{ color:#f90;}
		
/*其他属性*/
.clear{ clear:both;}
