/* you may use any of this code for your own uses as long as you credit me, Eric Olsson, in a comment */

h1 { text-align: center;
     font-size: 300%;
     font-family: Arial, sans-serif;
     font-weight: bold;
     color: #000000;
   }
   
h2 { color: #000000; }   
   
h2.center { text-align: center;
     	    font-size: 200%;
     	    font-family: Arial, sans-serif;
     	    font-weight: bold;
   	  }
   	  
h3 { color: #000000; }   	  
   	  
h3.center {
	    text-align: center;
	    font-family: Arial, sans-serif;
	    font-weight: bold;
	    color: #000000;
	  }
	  
body { width: 90%; color: #ffffff; }	  
   
p { font-family: Arial, sans-serif; font-size: 100%; color:#000000; }
p.small { font-family: Arial, sans-serif; font-size:x-small; color:#000000; }

table { font-family: Arial, sans-serif; font-size: 100%; color:#000000; }
/* tr { padding-bottom: 6px; font-size: 100% } */
th { padding-top: 24px; font-size: 100%; color:#000000; }
tr.navigation { font-size: 10pt; color:#000000; }
th.navigation { font-size: 10pt; color:#000000; }
th.shaded { background-color: #C0C0C0; font-style: bold; color:#000000; }

td.underline { border-bottom-style: solid;
	       border-bottom-width: 1px;
	       border-bottom-color: black;
	       color: #000000;
	     }
	     
td.zip { border-bottom: 1px solid black; 
	 border-left: 1px solid black;
	 border-top: 1px solid black;
	 text-align: left;
	 color: #000000;
       }
       
td.zone { border-bottom: 1px solid black;
	  border-right: 1px solid black;
	  border-top: 1px solid black;
	  text-align: left;
	  color: #000000;
	}
	
td { vertical-align: bottom; color: #000000; }
dt { font-family: Arial, sans-serif; font-weight: bold; font-size: 100%; color:#000000; }
dd { font-family: Arial, sans-serif; font-size: 100%; color:#000000; }

a:active {color: #FF00FF}   	/* selected link */
a:visited {color: #800000}  	/* visited link */
a:link {color: #0000FF}     	/* unvisited link */
a:hover {color: #008000}   	/* mouse over link */

address { color: #000000; }