BODY {
	margin: 5px;
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: # 000000;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	}
	
TD {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	}

TD.specials {
	font-size: 9pt;
	}
	
TD.searchDetailCaps {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	}

TD.searchDetail {
	font-weight: bold;
	}
	
TH {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #000000;
	}
	
UL {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #000000;
	}
	
OL {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #000000;
	}


/*---------------------------------------------------------------------------*/	
/* Begin Formating Definitions for HTML elements
*/
/*---------------------------------------------------------------------------*/
P {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
      color: #000000;
	}
	
A {
        font-family: "Courier New", Courier, mono;
        font-size: 9pt;
        color: #0000CC;
        text-decoration: none;
        font-weight: bold;
        }
        
A:hover {
        font-family: "Courier New", Courier, mono;
        font-size: 9pt;
        color: #00CC00;
        text-decoration: none;
        font-weight: bold;
        }
        
B {
        font-family: "Courier New", Courier, mono;
        font-size: 9pt;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        }
        
H1 {
        font-family: "Courier New", Courier, mono; 
        font-size: 18pt; 
        text-transform: uppercase; 
        color: #000000
	}
	
H2 {
        font-family: "Courier New", Courier, mono; 
        font-size: 14pt; 
        text-transform: uppercase; 
        color: #000000
	}
	
H3 {
        font-family: "Courier New", Courier, mono; 
        font-size: 9pt; 
        text-transform: uppercase; 
        color: #000000
	}
	
FONT {
	font-family: "Courier New", Courier, mono;
        color: #000000;
	}
	
INPUT {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	}
	
INPUT.submitbutton {
	color: #000000;
	background-color: #3366ff;
	font-weight: bold;
	}

SELECT {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 9pt;
	}

TEXTAREA {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	}

.bigHeader {  
        font-family: "Courier New", Courier, mono; 
        font-size: 18pt; 
        text-transform: uppercase; 
        color: #000000
        }

.mediumHeader {  
        font-family: "Courier New", Courier, mono; 
        font-size: 14px; 
        text-transform: uppercase; 
        color: #000000
        }

.mainHeader {  
        font-family: "Times New Roman", Times, serif; 
        font-size: 20pt; 
        color: #000000
        }

.subHeader {  
        font-family: Arial, Helvetica, Geneva, sans-serif; 
        font-size: 14px; 
        color: #000000
        }


