/* CSS Document */
body {
      background-color:#f4f4f4;
	  margin:0px;
	  float:center;
	  font-size:12px;
	  font-family:Arial, Helvetica, sans-serif;
	  }
a    {
      color: #0066CC;
      text-decoration: none;
      }

a:hover{
     text-decoration: none;
	 color:#FF0000;
      }
#top {
      height:45px;
	  width:100%;
	  font-size:12px;
	  background-image:url(../images/backgroundlist.png);
	  float:center;
	  }
#menu {
      width:176px;
	  float:center;
	  text-align:center;
	  }
#menutitle {
      width:176px;
	  height:20px;
	  float:center;
      /*border:solid #999999 1px;
	  background-image:url(../images/backgroundlist.png);*/
	  /*background-color:#dedede;*/
	  }
.ertitle {
      width:170px;
	  height:24px;
	  float:center;
      border:solid #999999 1px;
	  background-color:#dedede;
	  }
	  
div#admin_index {
     width:100%;
     padding:0 0px;
     margin:0 auto;
	 float:center;
	 text-align:center;
	 } 
.tdbackgroundtext {
     font-size:12px;
	 font-weight:bold;
	 background-image:url(../images/backgroundlist.png);
	 background-repeat:repeat-x;
	 }
.tablefontsize {
     font-size:12px;
	 
	 }