<!--
body        { background-color: #CCCCCC;
              font-family: Verdana, Arial, Helvetica;
              font-size: x-small; }

form.form1 {
	margin: 0px;
}
			  
table.table1		{
	background-color: #ffcc00;
	color: black;
}

table.table2         {
	background-color: #336633;
	color: white; 
 }

table.table3		{
	background-color: #ffcc00;
	color: black;
	border: 1px solid #336633;
}

td.greenback         {
	background-color: #336633;
	color: white; 
 }
td.bottom  {background-color: #336633;
             color: white;
}

td.spacer  {background-color: #ffcc00;}

td.whiteline    {background-color: #ffffff;}

td.redline      {background-color: red;}
			 
td          { font-family: Verdana, Arial, Helvetica;
              font-size: x-small;
			  color: black; }

td.td4          { font-size: xx-small; }

td.td4red       { font-size: xx-small;
                  font-weight: bold;
				  color: red;}

td.td5          { font-size: xx-small; 
				  font-weight: bold;}

td.td6       { background-color: black;
                  font-weight: bold;
				  color: #ffcc00;}

td.td7          {
	font-size: xx-small;
	font-weight: normal;
	border: 1px solid #ffffff;
	color: #000000;
}

td.td8          {
	border: 1px solid #336633;
}

td.heading           {font-family: Verdana, Arial, Helvetica; 
                      text-decoration: none;
                      color: red;
					  font-size: x-small; 
					  font-weight: bold;}
					  
th              { font-family: Verdana, Arial, Helvetica;
                  font-size: x-small; }

a.one               { font-family: Verdana, Arial, Helvetica;
                      text-decoration: none;
                      color: #ffffff; }

a:active.one        { text-decoration: none;
                      color: #ffffff; }

a:link.one          { text-decoration: none;
                      color: #ffffff; }

a:visited.one       { text-decoration: none;
                      color: #ffffff; }

a:hover.one         { text-decoration: none;
                      color: #ffcc00; }

a:active    { color: blue; }

a:link      { color: blue; }

a:visited   { color: blue; }



// -->
