﻿body{margin:0px;
     font-family: '宋体';
     font-size:11pt;
     color:#000;
	 background: url(images/bj01.jpg) repeat-x;
	 background-color:#f7e2df;
     background-position: 48% 0%;
                      }  

/* General Links */
a{text-decoration: none;
   color : #000000; 
   border: 0 px;} 
a:hover{color: #990000;
        } 

/* wrapper (FULL PAGE) */

#wrapper{margin-left:auto;
         margin-right:auto;
         width:800px;
           }


/* header*/
#header{width:800px;
        height:80px;
		margin-top:190px;
        background: url(images/bj002.gif) no-repeat;
           }


/* footer */
#footer{clear:both;
        background-color:#666;
        color:#fff;
        line-height:180%;
        font-size:10pt;
        text-align:center;
        padding-top:15px;
		padding-bottom:10px;}
#footer a{color: #fff; 
          text-decoration:underline;
          }

 /* content */
 #container{ background: url(images/contentbj.jpg) repeat-x;
           	padding-bottom:20px;
			width:800px;
			background-color:#fff;
		 }
p {margin:0px 15px 0px 15px;
      padding:0px 10px 0px 15px;
      font-size:12pt;
	  color:#000;
	  font-weight:none;
	  text-indent:2em;
	  line-height:200%;
	  }
.texttitle{
           font-size:16pt;
		   text-align:center;
		   color:#990000;
		   font-weight:bold;
		   padding-top:25px;
		   padding-bottom:7px;}
table{border:1px solid #000;
      width:90%;
	  border-collapse: collapse
	  }
th{padding:3px;
  height:20px;
  font-weight:bold;
  background-color:#FEF4D5;
  border:1px solid #000;}
td{padding:5px;
   height:20px;
   font-size:11pt;
   text-align:center;
   border:1px solid #000;}
img{border:1px solid #000; 
    margin-top:10px;
	text-align:center;}


