/* CSS Document */
* { margin:0;
	padding:0;
 }
img { border:0; } 
a { text-decoration:none; color:#000; }
a:link {text-decoration:none; color:#000; }
a:visited {text-decoration:none; color:#000; }
a:hover { text-decoration:underline; color:#f00; }
a:active { text-decoration:none; color:#000; }
body { background:url(../index/index-bg.gif); 
 	   font-size:12px; 
	 }
	 
#main { margin:auto; text-align:center; width:1003px; }	 
.indexlogo { margin-top:11px; width:620px; height:110px; float:left; background:url(../index/index-top.gif) no-repeat; }
.indexflash { height:370px; text-align:center; margin:auto; background:url(../index/index-swf.gif) no-repeat; padding-top:9px; }
.indexfoot { width:600px; text-align:center; line-height:30px; }
.red { font-weight:bold; color:#f00; }