body {
  margin:0;
  padding:0px;
}
/* tabs are the splash tick menu marks */
.tabtick {
  margin-right:13px;
  margin-left: 29px;
  vertical-align: middle;
}
.tabnormal { 
  border: 0; 
  font-family: 'Trebuchet MS',Sans-Serif;
  font-weight: bold;
  font-size:12px; /* 14px is the PC */
  letter-spacing:2px;
}
.tabover {
  border-bottom:2px #407898 solid;
  font-family: 'Trebuchet MS',Sans-Serif;
  font-weight: bold;
  font-size:12px;
  letter-spacing:2px;
}
/* tabh are the interior tick menu marks */
.tabhtick {
  margin-right:10px;
  margin-left: 29px;
  vertical-align: middle;  
}
.tabhnormal { 
  border: 0; 
  font-family: 'Trebuchet MS',Sans-Serif;
  font-weight: bold;
  font-size:12px;
  letter-spacing:2px;
}
.tabhover {
  border-bottom:2px #407898 solid;
  font-family: 'Trebuchet MS',Sans-Serif;
  font-weight: bold;
  font-size:12px;
  letter-spacing:2px;
}
a.noline,
a.noline:hover {
  text-decoration: none;
}
/* main text */
.content {
  font-family:Verdana,Sans-Serif;
  font-size:13px;
  color:#221e1f;
  line-height:17px;
}
@media print {
  .noprint {
    display:none;
  }
}
/* various forms that the user can fill out */
.userform  {
  font-family: 'Trebuchet MS',Verdana, Sans-Serif;
  font-size:12px;
  color:#444444;
} 
.userform INPUT {
  font-family:'Courier New',Courier;
  font-size:14px;
  font-weight:bold;
  padding-left:4px;
}
/* input elements */
.inputon { background-color: #d0dbe1; }
.inputoff { background-color: white; }
