/* CSS Document */
BODY {
  font-family: Arial, Helvetica, san-serif;
  font-size: 11pt;
  background-color: white;
}

.altrow {
  background-color: #ffbbbb;
}

.largeheader {
  font-size: 18pt; 
  font-weight: bold;
  color: #990000;
}

.medheader {
  font-size: 13pt; 
  font-weight: 800;
  color: #990000;
}

.smallheader {
  font-size: 11pt; 
  font-weight: 800;
  color: #990000;
}

.medtext {
  font-size: 12pt;
}

.smalltext {
  font-size: 9pt;
}

.cast {
  font-size: 10pt;
}

:link { color: #271FFF; }  /* blue for unvisited links */
:visited { color: #BB0000; } /* red for visited links */

