<!---(INFORMATION)------------------------------------------------------
(C) Copyright 2002 Electric Edge Systems Group Inc.

File:			          style.css
Author:			        Bryan Stevenson
Date Created:	  	  January 28, 2000
Last Modified By:
Last Modified:
Description:		
---------------------------------------------------------------(End)--->

<STYLE TYPE="text/css">
    
    TABLE  {
    	padding-left : 0px;
    	padding-right : 0px;
    }
    
    .textblack  {
    	font-family : arial,helvetica,verdana,geneva;
    	font-size : 10pt;
      color : #000000;
    }
    
    .textgreen  {
    	font-family : arial,helvetica,verdana,geneva;
    	font-size : 10pt;
      color : #005E20;
    }
    
    .textred {
    	font-family : arial,helvetica,verdana,geneva;
    	font-size : 10pt;
      color : #9E0B0E;
    }
    
		
    .textblackbold  {
    	font-family : arial,helvetica,verdana,geneva;
    	font-size : 10pt;
      font-weight : bold;
      color : #000000;
    }
		
    .largeblack  {
    	font-family : arial,helvetica,verdana,geneva;
    	font-size : 12pt;
      color : #000000;
    }

    .smallblack {
    	font-family : arial,helvetica,verdana,geneva;
    	font-size : 8pt;
      color : #000000;
    }		
    .copyright  {
    	font-family : Arial,Helvetica,Verdana,Geneva;
    	font-size : 10pt;
    	color : #000000;
    }

    .error  {
    	font-family : arial,verdana,geneva;
    	font-size : 9pt;
    	font-style : normal;
      color : #FF0000;
    }
		
    .menutext  {
    	font-family : arial,verdana,geneva;
    	font-size : 10pt;
    	font-style : normal;
      font-weight : bold;
      text-decoration : none;
      color : #ffffff;
    }		    
        
    .majorlink  {
    	font-family : arial,verdana,geneva;
    	font-size : 10pt;
    	font-style : normal;
      font-weight : bold;
      text-decoration : none;
      color : #6666CC;
    }		 
    
    .largelink  {
    	font-family : arial,verdana,geneva;
    	font-size : 12pt;
    	font-style : normal;
      font-weight : bold;
      text-decoration : none;
      color : #6666CC;
    }		   
        
    a.smalllink  {
    	font-family : arial,verdana,geneva;
    	font-size : 8pt;
    	font-style : normal;
      text-decoration : none;
      color : #6666CC;
    }		   
        
    a.smalllink:hover  {
      text-decoration : underline;
    }		   

    .Button  {
    	color : "#000000";
    	background : "#D3D3D3";
    	cursor : hand;
    	width : 75px;
    }
    
    .pagetitle  {
    	font-family : Arial,Helvetica,Verdana,Geneva;
    	font-size : 20pt;
    	font-weight: bold;
    	font-style: italic;
    	color : #344176;
    }

    .formheader  {
    	font-family : Arial,Helvetica,Verdana,Geneva;
    	font-size : 12px;
    	font-weight: bold;
    	color : #FFFFFF;
    	background-color: #ff6800;
    }

    .groupheader  {
    	font-family : Arial,Helvetica,Verdana,Geneva;
    	font-size : 12px;
    	font-weight: bold;
    	color : #FFFFFF;
    	background-color: #000000;
    }

</STYLE>

