body
{
        background-image: url(".jpg");    	background-repeat: repeat-x;	background-position: bottom;
        background-color: #006633;               font-size: 11pt;                   font-family: arial, sans-serif;
        margin-right: 40px;        margin-left: 40px;
        scrollbar-3d-light-color:#ffffff;
        scrollbar-arrow-color:#663333;
        scrollbar-base-color:#ffcc00;
        scrollbar-dark-shadow-color:#cc9966;
        scrollbar-face-color:#ffff99;
        scrollbar-highlight-color:#ffcc33;
        scrollbar-shadow-color:#ffcc99;
}
p      {   font-family: arial, sans-serif; 	   font-size: 11pt;
	   color: #003300;   /* grn */        }

p.red    {   font-family: arial, sans-serif; 	   font-size: 11pt;
	   text-align: justify;
	   color: #ff0000;      /* red */      }

h1     {   font-family: tahoma, arial, sans-serif;            font-size: 20pt;            font-style: italic;
           text-align: center; 	   color: #ffffcc;         font-weight: bold;        }

h2     {   font-family: helvetica, verdana, arial;            font-size: 16pt;
	   color: #003366;            }

h3     {   font-family: trebuchet ms,helvetica, arial;       font-size: 20pt;	   color: #006633;    
           margin: 2px;     padding: 0px;      }

b      {   font-family: arial, sans-serif; 	   font-size: 11pt; 	   color: #003399;    /* orange */        
           font-weight: bold;       }

div
{
	font-family: verdana, tahoma, sans-serif; 	font-size: 11pt; 	color: #003333;    }

i      {   font-family: tahoma, arial, sans-serif;            font-style: italic;
           font-size: 11pt; 	   color: #000000;    /* black */     }

td
{
	font-family: arial, sans-serif; 	font-size: 10pt; 	color: #333333;
}

a:link
{
	color: #009933; 	font-family: arial;         font-size: 11pt;         font-weight: bold;
        text-decoration: none;    }
a:hover
{
	color: #ff0033; 	font-family: arial;         font-size: 11pt;         font-weight: bold;
        text-decoration: underline;     }
a:visited
{
	color: #336600; 	font-family: arial;         font-size: 11pt;         font-weight: bold;
        text-decoration: none;    }
hr
{
	color: #006633;
        height: 6px;
