/* CSS Document */
/*************************************************GLOBALS***/
* { word-wrap: break-word; word-break:normal;}
body, th, td, input, select, textarea, button { font-family:Arial, Helvetica, sans-serif; font-size: 12px;line-height: 1.5em; color:#666666;}
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
ul li { list-style: none; }
body{background: url(../images/bg_01.gif) repeat-x;}
/* Link */
a:link {color:#585858; font-size:12px; text-decoration:none;}           /*连接平常的状态*/
a:visited {color: #585858;text-decoration:none;}           /*连接被访问过之后*/
a:hover {color: #1366B4; text-decoration:none}           /*鼠标放到连接上的时候*/
a:active {color: #585858;}           /*连接被按下的时候*/

a img { border:0;}


