
	  body {
			background-color: #000000;
			margin: 2em;
      font-family: Arial,sans-serif;
		}
		
    #img1wrapper {
      text-align: center;
      overflow: hidden;
      padding: 0 2em;
    }
    
    #img1 {
			width: 800px;
      height: 181px;
			margin: 1em auto auto auto;
    }
    
		#text1 {
			background-color: #cccccc;
			padding: 0 2em;
			margin: auto;
		}
		
		#table1wrapper {
			background-color: #cccccc;
			margin: 0px;
      border: 0.5em solid #ffa500;
		}

	  #table1,
    #table2 {
		  margin: 0 auto 1em;
		}
		
		#table1 th {
		  text-align: right;
			padding-right: 0.75em;
		}
		
		#table1 td a,
		#text1 a {
		  text-decoration: none;
			color: #000000;
		}

		#table1 td a:hover,
		#text1 a:hover {
/*			color: #ffa500; */
			background-color: #ffa500;
		}
    
    #text1 img {
      border: none;
      vertical-align: top;
    }
    
	
