
BODY, TD { 
   font-family: sans-serif;
   font-size: 13px;
   color: #000000;
   text-align: top;
   }
   
BLOCKQUOTE {
   font-family: sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;
   background: white;
   margin-top:2px;
   margin-bottom:2px;
   margin-left: 12px;
}
   
LI { 
   font-family: sans-serif;
   font-size: 13px;
   margin-left:4px;
   
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;
   background: white;
   margin-top:0px;
   margin-bottom:0px;
   }
  /* 
P {
   font-family: sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;
   background: white;
   margin-top:2px;
   margin-bottom:2px;
   margin-left:2px;
   }*/
   
 /*Used for general text*/
.GENERAL_VERBIAGE
	{
   font-family: sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-align: left;
   vertical-align: top;
   color: black;
   background: white;
   margin-top:2px;
   margin-bottom:2px;
   margin-left:2px;
	}
	   
/*Disclaimer class.  To show disclaimer in 9 pixel font, light green*/
.DISCLAIMER
	{
	font-size: 9px;
	color=green;
	}
	
/*Specials class.  To show specials in slightly smaller pixel font than "P"*/
.SMALLER_SPECIALS
	{
	font-size: 11px;
	}
   
H1 {
   font-family: sans-serif;
   font-size: 26px;
   font-weight: bold;
   text-align: left;
   color: black;
   background: white;
   margin-left:2px;
   }

H2 {
   font-family: sans-serif;
   font-size: 20px;
   font-weight: bold;
   text-align: left;
   color: black;
   background: white;
   margin-bottom:2px;
   margin-left:2px;
   }
   
H3 {
   font-family: sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   color: black;
   background: white;
   margin-bottom:2px;
   margin-left:2px;
   }
   
H4 {
   font-family: sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   color: black;
   background: white;
   margin-bottom:2px;
   margin-left:2px;
   }



a {color: Navy} /*Navy Blue*/
a:hover {color: Green} /*Green*/
a:visited {color: Purple} /* Purple */

/*
A:link {
   color: yellow;
   background: red;
   font-weight: bold;
   }

A:active {
   text-decoration: underline;
   }

A:visited {
   color: red;
   background: yellow;
   font-style: italic;
   text-decoration: line-through;
   }
*/

