 /* White Bay power station, black bachground */
   BODY {font-family: Verdana, Arial, sans-serif; font-size:10px;
   color: #FFFFFF; background-color: Black}
   H1 {font-family: Comic Sans MS, Verdana, Arial, sans-serif; font-size:24px;
       color: White; margin-top: 5px; margin-bottom: 0px}
   H2 {float: right; font-family: Comic Sans MS, Verdana, Arial, sans-serif; font-size:16px;
       color: #FFFFFF; margin-top: 0px; margin-bottom: 0px;}

   TD {font-family: Comic Sans MS, Verdana, Arial, sans-serif; font-size:11px;
   	  color: White }
   TH {font-family: Comic Sans MS, Verdana, Arial, sans-serif; font-size:14px;
       color: White;}

   A:link {color: #FFFFFF;  text-decoration: none}     /* unvisited link */
   A:visited {color:#FFFFFF;  text-decoration: none}   /* visited links */
   A:active {color: #FFFFFF;  text-decoration: none}   /* active links */
   A:hover {background: #FFFFFF; color: #999999;}

	FORM {margin:0;}
	
  .RText {text-align:right} .LText{text-align:left} 
  .lrborder {border-left: 1px solid White; border-right: 1px solid White;}
  .navbut {
	height: 16px; margin:0; padding:0px; padding-bottom:5px;
	color:#999999; background-color:#FFFFFF;
	text-align:center; vertical-align: top; border:none; 
	}
	.navbut:hover {background: #999999; color: #FFFFFF;} /* Firefox etc only effect */
	.reverse:hover {background: #FFFFFF; color: #999999;} /* Firefox etc only effect */
	
  #Container {
	background-color:#000000;
	width: 1080px; margin: 0px auto;
   border: 1px solid #666666; 
	/*MARGIN: auto; makes it centered voila!, border for firefox */
   }
	#Picframe {text-align:center; }
 #Footer {
	clear: both;
	font-size: 11px; line-height: 14px;
   font-family: Verdana, Arial, sans-serif; 
	color:#FFFFFF;  background-color:#999999;
   border-top: 1px solid White;
}
 #Footer a { 
   DISPLAY: block; /* height: 20px;*/
  padding-top: 5px; padding-bottom: 5px;
 } 
 #Footer td {
   height: 24px;
	font-size: 11px;
   font-family: Verdana, Arial, sans-serif; 
 }  
  