
 td { font-family: Helvetica, sans-serif;
         font-size: 12px;
         color: white;
       }
 td.big { font-family: Helvetica, sans-serif;
         font-size: 16px;
         color: white;
         }
 th { font-family: Helvetica, sans-serif;
     font-size: 12px;
     font-weight: bold;
     color: white;
     }
 th.big { font-family: Helvetica, sans-serif;
     font-size: 16px;
     font-weight: bold;
     color: white;
     }
 .black { color: black; }
 .red { color: red; }

 body { 
        background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
        background-attachment: fixed;
	color: white;
	font-family: Helvetica, sans-serif;
	font-style: oblique;
	}
 .MyLink {
        text-decoration: none;
        color: white;
	font-family: Helvetica, sans-serif;
	font-style: oblique;
  }
 .MyTbl {
        background-color: black;
        }
  .MyTxt {
        color: black;
        font-family: Times, seriph;
        font-weight: bold;
        font-size: medium;
        font-style: oblique;
        }


  .bold { font-weight: bold; }
  .header { color: white;
            font-family: Helvetica, sans-serif;
	    font-size: 24pt;
	    font-weight: bold; }

  .XBig { font-family: Helvetica, sans-serif;
          font-size: 24pt;
	  font-weight: bold;
	  color: white;
	}

 .title {  font-family: Helvetica, sans-serif;
           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;
     color: white;
     border-color: #e22c31;
     font-family: Helvetica, sans-serif;
     font-style: oblique;
     }

         
 .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;
     color: white;
     border-color: #e22c31;
     font-family: Helvetica, sans-serif;
     font-style: oblique;
     background-color: black;
     width: 200px;
     }

 .MyButton:hover {
     background-color: darkgrey;
     color: black;
     border-style: inset;
     }



 .sometext {
        text-decoration: none;
        font-size: 20pt;
	color: white;
        font-family: Helvetica, sans-serif;
	}
 .Splash { font-family: Helvetica, sans-serif;
            font-size: 12pt;
            font-weight: bold;
	    color: white;
            }
 .Welcome { font-family: Helvetica, sans-serif;
            font-size: 12pt;
            font-weight: bold;
	    color: white;
            position: absolute; left:0px; top: -20px;
	    width: 100%;
	    height: 100%;
            visibility: hidden;
	    text-align: left;
	    margin-left:auto; margin-right:auto;
            }

 .Hdg { font-family: Helvetica, sans-serif;
            font-size: 12pt;
            font-weight: bold;
	    color: white;
            text-align: center;
            }
