/*  Cascading Styles Sheet for VicTown / Parish Pages */
/*  Author:  Ken McInnes  */
/*  Last modified: 17 July 2000 */

tr.odd         {background:#FFFFFF}
tr.even        {background:#FFFFEE}
th             {font-size:18px; font-family: Arial, San-serif; font-weight:bold; color:#006600; background:#FFFF99}

td.alpha       {font-size:34px; font-family: Arial, San-serif; font-weight:bold; color:#006600; background:#FFFF99}
td.parish      {font-size:16px; font-family: Arial, San-serif; font-weight:normal; color:#CC6600}
td.county      {font-size:16px; font-family: Arial, San-serif; font-weight:bold; color:#CC6600}
td.foot        {font-family: Arial, San-serif; font-weight:bold; color:#006600; background:#FFFF99}

.head1       {font-size:34px; font-family:Arial,San-serif; font-weight:bold; color:#006600}
.head2       {font-size:25px; font-family:Times New Roman,Serif; font-weight:bold; font-style:italic; color:#CC6600}
.head3       {font-size:18px; font-family:Times New Roman,Serif; font-weight:bold; color:#006600}
.super       {font-size:14px; font-family:Arial,San-serif; font-weight:bold; font-style:italic; color:#FF0000}
.footer      {font-size: 11px; font-family:Arial,San-serif; font-weight:normal; color:"#000000" }

/* Don't Print Function.
   This feature is poorly supported by Web Browsers at present. 
   The aim is to suppress the printing of footer menus on printed pages.
*/

.dontprint     { }

@media print {.dontprint { display: none }}

