@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
ul{list-style:none;}
li{float:left;text-align:left;}
img{border:0;}
.Relative{position:relative;}
.Absolute{position:absolute;}
.Both{clear:both;}
.Left{text-align:left;}
.Center{text-align:center;}
.Right{text-align:right;}
.RightFloat{float:right;}
.LeftFloat{float:left;}
.Title{font:bold 14px/25px Verdana, "微软雅黑";}
.Text{font-size:12px;line-height:21px;}
a.None{text-decoration:none;}
.Through{text-decoration:line-through;}
.FontBlack{color:#000;}
.FontWhite{color:#FFF;}
.FontGrey{color:#999;}
.FontGreyDark{color:#555;}
.FontGreyLight{color:#CCC;}
.FontYellow{color:#FF0;}
.FontRed{color:#F00;}
.FontRedDark{color:#B00;}
.FontBlue{color:#00F;}
.FontBlueDark{color:#039;}
.FontBlueLight{color:#0CF;}
.FontGreen{color:#090;}
.FontGreenLight{color:#9C0;}
.FontGreenDark{color:#060;}
.FontOrange{color:#F60;}
.FontOrangeLight{color:#FA0;}
