 h2 { text-align: center; }
 hr { text-align: center; }
 *.center { margin-left:auto; margin-right:auto; }  
 div.center { text-align: center; }  
 p.center { text-align: center; }  

 td { font-size: 12px; }

 td.alignright{ text-align: right; }
 td.alignleft { text-align: left; }
 td.center { text-align: center; }

 .alignright{ text-align: right; }
 .aligncenter { text-align: center; }
 .alignleft { text-align: left; }

 th { font-size: 12px;
     font-weight: bold;
     }

 .black { color: black; }
 .red { color: red; }
 .blue { color: blue; }
 .white { color: white; }

 a:link{ color: black; }
 a:visited{ color: black; }

 body { 
        background-color: #089CFF;
	background-repeat: no-repeat;
	background-position: center center;
        background-attachment: fixed;
	color: black;
/*	
	background-image: url(../Images/BGSkylinePolluted.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	color: white;
*/	

	font-family: Helvetica, sans-serif;
	font-style: oblique;
	}
  img { border-style: none; }
 .MyLink {
        text-decoration: none;
	font-style: oblique;
        }
 .MyTbl {
        background-color: black;
        }


  .bold { font-weight: bold; }
  .header { font-size: 24pt;
	    font-weight: bold; }

  .XBig { font-size: 24pt;
	  font-weight: bold;
	  color: white;
	}

 .title { font-size: 30px;
           font-weight: bold;
	   color: white;
	}
 .hidden { visibility: hidden; }
 .ForPrint { color: black;
             background-color: white;
           }
 .ForPrint td,th { color: black; }

         
 .MyBox {
     padding-left: 4px;
     padding-right: 4px;
     padding-top: 2px;
     padding-bottom: 2px;
     border-style: outset;
     border-top-width: 8px;
     border-bottom-width: 8px;
     border-left-width: 8px;
     border-right-width: 8px;
     border-color: white;
     font-weight: bold;
     }

 .MySmallBox {
     padding-left: 4px;
     padding-right: 4px;
     padding-top: 2px;
     padding-bottom: 2px;
     border-style: outset;
     border-top-width: 3px;
     border-bottom-width: 3px;
     border-left-width: 3px;
     border-right-width: 3px;
     border-color: white;
     font-weight: bold;
     }

         
 .MyButton {
     padding-left: 4px;
     padding-right: 4px;
     padding-top: 2px;
     padding-bottom: 2px;
     border-style: outset;
     border-top-width: 8px;
     border-bottom-width: 8px;
     border-left-width: 8px;
     border-right-width: 8px;
     border-color: white;
     font-style: oblique;
     font-weight: bold;
     background-color: #5b5b5b;
     }

 .MyButton:hover {
     background-color: #e7e7e7;
     color: #000000;
     border-style: inset;
     }

         
 .MySmallButton {
     border-style: outset;
     border-top-width: 3px;
     border-bottom-width: 3px;
     border-left-width: 3px;
     border-right-width: 3px;
     border-color: #333333;
     font-size: 14px;
     font-style: oblique;
     font-weight: bold;
     background-color: #f0f0f0;
     }

 .MySmallButton:hover {
     background-color: black;
     color: white;
     }






 .smalltext {
        text-decoration: none;
        font-size: 10pt;
	}

 .mediumtext {
        text-decoration: none;
        font-size: 12pt;
	}
 .largetext {
        text-decoration: none;
        font-size: 20pt;
	}
 .xlargetext {
        text-decoration: none;
        font-size: 20pt;
	}
  .bold { font-weight: bold; }
