 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: #FEFEFE; }

 body { 
        background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
        background-attachment: fixed;
	color: #FEFEFE;
	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: #FEFEFE;
	}

 .title { font-size: 30px;
           font-weight: bold;
	   color: #FEFEFE;
	}
 .hidden { visibility: hidden; }
 .ForPrint { color: black;
             background-color: #FEFEFE;
           }
 .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: #FEFEFE;
     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: #FEFEFE;
     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: #FEFEFE;
     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: #FEFEFE;
     font-style: oblique;
     font-weight: bold;
     font-size: x-small;
     background-color: #5b5b5b;
     }

 .MySmallButton:hover {
     background-color: #e7e7e7;
     color: black;
     border-style: inset;
     }






 .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; }
