body {
     background-color: #000000;
     color: gold;
     font-family: verdana,arial,san-serif;
     font-size: 10pt;
     font-weight: normal;
     line-height: normal;
     text-align: center;
	 }

div.header {
		   position: relative;
           margin: .25in .75in .25in 2in;
           font-size: 12pt;
		   }

p.hdr_note {
        color: red;
        font-size: 12pt;
        font-weight: bold;
	   		text-align: center;
	   		font-style: italic;
	   		margin: .25in 1in .25in 1in;
	   		}

div.list {
		 text-align: center;
		 }
     
h1 {
   color: gold;
   font-size: 20pt;
   text-align: center;
   }

table.docs {
		   border: none;
		   width: 900px;
		   }


/*Below is for the 'td' tags*/
td.pic {
			text-align: center;
			width: 50%;
			padding: .35in;
			}

img {
  border: none;
  }
