BODY {
	margin: 5px;
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	}
	
TD {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	}

TD.specials {
	font-size: 13px;
	}
	
TD.searchDetailCaps {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	}

TD.searchDetail {
	font-weight: bold;
	}
	
TH {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	color: #FFFF00;
	}
	
UL {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	color: #FFFF00;
	}
	
OL {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	color: #FFFF00;
	}


/*---------------------------------------------------------------------------*/	
/* Begin Formating Definitions for HTML elements
*/
/*---------------------------------------------------------------------------*/
P {
       font-family: Courier New, Courier, mono;
       font-size: 13px;
       color: #FFFF00;
       }
	
A {
        font-family: Courier New, Courier, mono;
        font-size: 13px;
        color: #FFFFFF;
        text-decoration: none;
        }
        
A:hover {
        font-family: Courier New, Courier, mono;
        font-size: 13px;
        color: #FF9900;
        text-decoration: none;
        }
        
H1 {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-weight: bold;
	}
	
FONT {
	font-family: "Times New Roman", Times, mono;
        color: #0066CC;
	}
	
INPUT {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	}
	
INPUT.submitbutton {
	color: #0066CC;
	background-color: #3366ff;
	font-weight: bold;
	}

SELECT {
	font-family: Courier New, Courier, mono;
	font-weight: bold;
	font-size: 14px;
	}

TEXTAREA {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	}

.banghead {  
      font-family: Courier New, Courier, mono; 
	font-weight: bold;
      font-size: 28pt; 
      text-transform: uppercase; 
      color: #FF9900
      }

