html, body {
	margin: 0;
	background-color: #000000;
	font-size: 14px; 
	font-family: arial;
	}
	

h1, h2, h3, h4, h5, h6 {

	margin-top: 0px;
	}
	
	
#container{
	width:971px;
    margin-left: auto;
	margin-right: auto;
	top: 30px;
	
	
	}
	
#content {
   
    padding: 10px;
    background-color: #ffffff;
    margin: 0 2px;

	}
	
	




.banner {
       text-align:center;
       display:block;
     
      
}
.textright{
           text-align:right;
           display:block;
}

.floatright  {
              float: right;
             padding: 10px;
          
}
.floatleft  {
             float: left;
			 padding: 10px;
}			
.bottom {
              font-size: 10px;
			  text-align: center;
			  }
			  
    
a img {border: none; } 


a.external:link {color: blue; font-size: 14pt; font-weight: bold; }
a.external:visited {color: blue; font-weight: bold; }
a.external:hover {text-decoration: underline overline; font-size: 18pt; font-weight: bold; color: red; }
a.external:active {color: red; } 

