/* external CSS file */
/* filename='sheet.css' */
/* NO HTML MARKUP ALLOWED */

body 			 	{ font-family: serif;	}

br					{color: #882000; font-size: 16px; font-family: 'Times New Roman', serif;}

p, td, span	{color: #882000; font: 18px 'Times New Roman', serif;}

th         	{color: #882000; font-size: 20px; font-family: 'Times New Roman', serif;}

blockquote 	{color: #000000; font-size: 16px; font-family: 'Times New Roman', serif;}

a          	{                font-size: 16px; font-family: 'Times New Roman', serif;}
a:link     	{color: #990000;}
a:active   	{color: #FF6600;}
a:visited  	{color: #006600;}

.blue       {color: #000099;}
.blue14     {color: #000099; font-size: 14px;}
.club       {color: #006600;                  font-family: 'Times New Roman', serif;}
.disclaimer {              font-size: 12px; font-family: 'Times New Roman', serif;}
.footing    {color: #0000FF; font-size: 16px; font-weight: bold;}
.green      {color: #007800;}
.green14    {color: #006600; font-size: 14px;}
.heading    { font-size: 24px; font-weight: bold; }
.linehdr    {color: #990000; font-size: 20px; font-weight: bold; background: #CCCCCC;}
.red        {color: #990000;}
.red14      {color: #990000; font-size: 14px;}
td.wide			{ padding: 0 12px 0 12px; }

@media screen
  {
	  img.noDisplay   { display: none; }
	  span.noDisplay  { display: none; }
	}

@media print
  {
	  a.noPrint       { display: none; }
	  div.noPrint     { display: none; }
	  img.noPrint     { display: none; }
	  span.noPrint    { display: none; }
	}
