a {
  color:#000;
  text-decoration:none; 
  font-family:verdana;
  font-weight:bold;
}    

a:visited {
  color:#400;
  text-decoration:none; 
  font-family:verdana;
  font-weight:bold;
}    

a:hover {
  color:#520;
  text-decoration:underline; 
  text-shadow:0px 0px 2px #FF0000;
  font-family:verdana;
  font-weight:bold;
}    

body {
  background-color:#FFFFFF;
  margin:0px;
  font-family:verdana;
}

.NMSHuge {
  font-family: verdana;
  color:560606;
  font-weight:bold;
  font-size:40px;
  text-shadow:0px 1px 3px #330000;
}
.subhead {
  color:FFFFFF;
  font-weight:normal;
  font-size:30px;
  text-shadow:0px 1px 3px #000066;
}
.NMSRegText{
  font-family: verdana;
  font-size:12px;
  color:000000;
  text-shadow:none;
}

.spacer {
   background:transparent; 
   border-width:0px;
   padding:0px 8px 4px 8px;
}

.NMSOuterBox { 
   background:#88CCEE;
   border:2px #115588 solid;
   border-radius:13px;
   box-shadow:2px 2px 3px #334444;
   margin-left:256px;
   padding:5px;
   text-align:center;
   width:800px;
} 
.NMSInnerBox { 
   background:#FFFFFF;
   border:2px #99BBEE solid;
   border-radius:9px;
   box-shadow:inset 0px 22px 30px #BBDDFF;
   color:#990000;
   margin-top:-6px;
   padding:9px;
   text-align:justify;
} 
hr{
   margin:4px 20px 4px 20px;
   opacity:.2;
}

table, td, td td, td td td, td td td td {
   border:0px;
   padding:0px;
}


