/*
   Stylesheet for the West Kingdom College of Heralds
   Created by the Golem Herald Hirsch von Henford (mka Ken Mayer)
   This is specifically for the printing pages -- the Heralds' Minutes ...
*/
body 
   {  
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 1em; 
      color: #000000; 
      background-color: #FFFFFF
	}
.PageTitle, .SecondaryHeader, .TertiaryHeader
   {  
      font-family: Arial, Helvetica, sans-serif; 
      font-weight: bold;
      background-color: #000000;
      color: #FFFFFF;
      padding: 0px 0px 3px 0px;
	}
.PageTitle
   {
      font-size: 24px;
      text-align: center; 
   }	
.SecondaryHeader 
   {  
      font-size: 18px; 
      padding: 3px 0px 3px 0px;
   }
.TertiaryHeader 
   { 
      font-size: 1.2em; 
      padding: 3px 0px 3px 0px;
   }

.SecondaryNoBack, .TertiaryNoBack
   {  
      font-family: Arial, Helvetica, sans-serif; 
      font-weight: bold;	  
      color: #000000;
      text-decoration: none;
	}

.SecondaryNoBack
   {  
      font-size: 18px; 
   }

.TertiaryNoBack
   { 
      font-size: 1.2em; 
   }


/* New Stuff ... most of this is for the Awards List but ... */

/* default table */
table
   {
       border-style: none;
       border-width: 0px;
   }
table tr, th, td
   {
      border-style: none;
      border-width: 0px;
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 14px;
   }   

/* Horizontal Rule */
hr
   {
      border: 0;
      color: #000000;
      background-color: #000000;
      height: 1px;
   }
