/* AUTHOR: Upstart Productions */
/* CREATION DATE: 12/20/00 */

<style>
	<!--
	/* This is so text input boxes will render the same in IE and Netscape */
	.monospace { font-family:Courier,monospace;
		font-size: 5pt }
	
	.text
	{
       font-family: Verdana, Helvetica, sans-serif;
       font-size: 10pt;
	   color: #000000
       }	
	
th, p {
       font-family: Verdana, Helvetica, sans-serif;
       font-size: 10pt;
	   color: #000000
       }
	   
td {
       font-family: Verdana, Helvetica, sans-serif;
       font-size: 10pt;
	   color: #000000
       }	   
      
      h2, big {
       font-family: Verdana, Helvetica, sans-serif;
       font-size: 15pt;
       color: #666600
       }

      h1 {
       font-family: Verdana, Helvetica, sans-serif;
       font-size: 18pt;
       font-weight: bold
       }

      small {
       font-family: Verdana, Geneva, sans-serif;
       font-size: 7pt;
       color: #000000
      }
	  
	  /* Color Definitions */
	  
	  .red {
       color: #CC0033
       }
	   
	   .white {
	   color: #ffffff
	   }
	   
	   .grey {
	   color: #666666
	   }
	   
	   .silver {
	   color: #999999
	   }
	   
	   .blue {
	   color: #0066cc
	   }
	   
	   /* Link Definitions */
	   
	   a {text-decoration: none}
	a:hover {text-decoration: underline; color: red}
	
-->
</style>	
		
