/* CSS Layout by Heather Grootens */
/* creation date: 04/25/2007 */

BODY      {
	      font-family: arial, sans-serif;
	      font-size: 10px;
	      font-weight: normal;
          letter-spacing: 4px;
          line-height: 12px;
          background-color: rgb(255,255,255);
          margin-top: 1em;
          margin-left: 0em;
	      }
          
FONT       {
           font-family: arial, sans-serif;
           font-size: 14px;
           color: #000000;
           font-weight: normal;
           }
          
FONT.bold {
          font-family: arial, sans-serif;
          font-size: 14px;
          font-weight: bold;
          color: #000000;
          }
         
FONT.tiny {
          font-size: 11px;
          color: #000000;
          letter-spacing: 1px;
          line-height: 14px;
          }
          
FONT.quote {
           font-family: arial, sans-serif;
           font-size: 12px;
           font-weight: normal;
           font-style: italic;
           color: #000000;
           }
    
A:link    {
          color: #448800;
          text-decoration: none;
	      }
A:visited {
	      color: #448800;
          text-decoration: none;
	      }
A:hover   {
          color: #0000ff;
	      text-decoration: underline;
	      }
A:active  {
	      color: #0000ff;
	      text decoration: underline;
	      }
          
A:link.menu    {
               font-weight: bold;
               font-size: 16px;
               color: #448800;
               text-decoration: none;
	           }
A:visited.menu {
               font-weight: bold;
               font-size: 16px;
	           color: #448800;
               text-decoration: none;
	           }
A:hover.menu   {
               font-weight: bold;
               font-size: 16px;
               color: #448800;
	           text-decoration: underline;
	           }
A:active.menu  {
               font-weight: bold;
               font-size: 16px;
	           color: #0000ff;
	           text decoration: underline;
	           }          

h1        {
          font-family: arial, sans-serif;
          font-size: 16px;
          font-weight: bold;
          color: #000000;
          }
          
h2        {
          font-family: arial, sans-serif;
          font-size: 14px;
          font-weight: bold;
          color: #448800;
          }

hr        {
          color: #448800;
          }
          
hr.red    {
          color: #CC0000;
          }
          
blockquote {
           font-family: arial, sans-serif;
           font-size: 12px;
           font-weight: normal;
           font-style: italic;
           color: #000000;
           }
