@charset "utf-8";
/* CSS Document */


/*************************************
*
* 日期：2010-02-02
* 更 改 者：刘芳
* 内容概要: 存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/



/*****  框架   *****/
body{font:12px; margin:0 auto; text-align:center; background:#F5F5F5; font-family:"宋体",Arial, Helvetica, sans-serif; width:100%}
#container{width:990px; background:#FFFFFF; text-align:center;float: none;margin:0 auto;}
#Content{width:969px; background:#FFFFFF;float: none;margin:0 auto;}





/*****  内容文字样式   *****/
.ys1{ font-size:12px; line-height:22px; font-family:Arial, Helvetica, sans-serif; color:#747474;}
.ys2{ font-size:12px; line-height:20px; color:#fff;}
.ys3{ font-size:12px; line-height:24px; color:#3C3C3C; font-family:Arial, Helvetica, sans-serif}
.ys4{ font-size:12px; line-height:26px; color:#000; font-family:Arial, Helvetica, sans-serif}
.ys5{ font-size:12px; line-height:22px; color:#000; font-family:Arial, Helvetica, sans-serif;}





/*****  文字链接样式   *****/
a.a1:link {color: #000000; text-decoration: none;font-size:12px;line-height:24px;}
a.a1:visited {color: #000000;text-decoration: none;font-size:12px;line-height:24px;}
a.a1:hover {color: #123363;text-decoration: none;font-size:12px;line-height:24px;}
a.a1:active {color: #000000;text-decoration: none;font-size:12px;line-height:24px;}