@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family: impact, sans-serif;
	}
	
a {
	color:#000000;
	text-decoration:none;
	}

a:link {
       text-decoration: underline;
       color: #0066FF;}
a:visited {
          text-decoration: underline;
          color: #003399;}
a:hover {
        text-decoration: underline;
        color: #FFFF00;}
a:active {
         text-decoration: underline;
         color: #00CC00;}
		 
table {
	   background-color: #CCCCCC;
	   boarder: 0px;
	   width:100%;
	   font-family:"Courier New";
	   font-size:14px;
      }
td    {
	   text-align:center;
	  }
#td1  {
	   text-align:center;
	   height:12px;
      }
#td2  {
	   text-align:center;
	   height:20px;
      }