 html {
    height: 100%;
    overflow: auto;
    }



 hr { text-align: center; }
 *.center { margin-left:auto; margin-right:auto; }
 h2.center { text-align: center; }
 p.center { text-align: center; }
 div.center { text-align: center; }
 div.centerContent { margin-left:auto; margin-right:auto; }
 div.inline { display: inline-block; }
 div.bordered { border-width: thin;
	        border-style: solid;
		border-color: black;
		background-color: white;
		padding-right: 1em;
               } 		


 td { font-family: Helvetica, sans-serif;
         font-size: 12px;
         color: white;
       }
 td.alignright { text-align: right; }
 td.alignleft { text-align: left; }
 td.aligncenter { text-align: center; }
   .valigncenter { vertical-align: middle; }
   .valigntop { vertical-align: top; }

 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; }
 .blue { color: blue; }
 .white { color: white; }

 .italic { font-style: italic; }
 .underline { text-decoration: underline; }
 .lineout { text-decoration: line-through; }

 .cursor { cursor: pointer; }

 .ForPrint { color: black;
             background-color: white;
	     font-weight: bold;
            }
 .ForPrint td,th { color: black;
                   font-weight: bold;
	         }


  a {
    outline-color: red;
    outline-style: none;
    outline-width: medium;
    }


 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;
	}
 img { border-style: none; }
 img.photo { border: 1px solid #d0ffd0; }

 .MyLink {
        text-decoration: none;
        color: red;
	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; }

         
 .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;
     border-radius: 10px;
     }

 .MyButton:hover {
     background-color: darkgrey;
     color: black;
     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: red;
     font-weight: bold;
     font-size: x-small;
     background-color: #434343;
     border-radius: 10px;
     }

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

 .navItem {
      width: 100px;
      height: 20px;
      float: left;
      position: fixed;
      left: 10px;
      text-decoration: none;
      text-align: center;
      font-weight: bold;
      font-size: x-small;
      color: white;
      border-radius: 5px;
      }
 .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;
	    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;
            }

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

 .mediumtext {
          text-decoration: none;
          font-size: 12pt;
          }

 .bigtext {
           text-decoration: none;
           font-size: 14pt;
           }

 .hugetext {
         text-decoration: none;
         font-size: 16pt;
         }
 .sometext {
         text-decoration: none;
         font-size: 20pt;
         }
 .NavMenu { visibility: visible; }
	  
