
/* WARHORN skinned stylesheet - jh@jameshome.com */


a:visited {
  color: #911;
  }

a:link {
  color: #d11;
  }

a:hover {
  color: #911;
  }
  
.tableframe {
  font-size: 12px;
  background-color: #ddd;
  }

.tabletitle {
  font-size: 12px;
  background-color: #911;
  color: #eee;
  }

.tablehead1 {
  font-size: 11px;
  font-weight: bold; 
  background-color: #eee;
  }

.tablecell1 {
  font-size: 10px;
  background-color: #eee;
  }


.tablecell2 {
  font-size: 10px;
  background-color: #fff;
  }
  
  
/* ----- no skinned styles below this line ----- */

  
body, th, td {
  font-family: Georgia, Times Old Roman, Times, serif;
  color: #000; 
  }  
  
.red {
  color: #f00;
  }

.green {
  color: #090; 
  }

.redquestion {
  color: #f00;
  font-weight: bold;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  }

.greenarrow {
  color: #090;
  font-weight: bold;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  }

.bodystyle {
  background-color: #fff;
  margin: 0;
  }

.lg {
  font-size: 16px; 
  }

.hd {
  font-size: 14px; 
  }

.md {
  font-size: 12px; 
  }

.sm {
  font-size: 10px; 
  }

.table-md {
  font-size: 12px;
  }

.logininput {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  padding: 1px;
  }

/* ----- printing styles below this line ----- */

.lg-p {
  font-size: 16px; 
  }
  
.hd-p {
  font-size: 14px; 
  }
  
.md-p {
  font-size: 12px; 
  }

.sm-p {
  font-size: 11px; 
  }

.tableframe-p {
  font-size: 12px;
  background-color: #ddd;
  }
  
.tabletitle-p {
  font-size: 12px;
  background-color: #ddd;
  }

.tablecell1-p {
  font-size: 10px;
  background-color: #fff;
  }

.tablecell2-p {
  font-size: 10px;
  background-color: #eee;
  }

.table-md-p {
  font-size: 12px;
  }

.bodystyle-p {
  background-color: #fff;
  margin: 0;
  }
  
.tablehead1-p {
  font-size: 11px;
  font-weight: bold; 
  background-color: #eee;
  }


