BODY {
	margin: 5px;
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	font-color: 000000;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	}
	
TD {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	}

TD.specials {
	font-size: 14px;
	}
	
TD.searchDetailCaps {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	}

TD.searchDetail {
	font-weight: bold;
	}
	
TH {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	color: 000000;
	}
	
UL {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	color: 000000;
	}
	
OL {
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 14px;
	color: 000000;
	}


/*---------------------------------------------------------------------------*/	
/* Begin Formating Definitions for HTML elements
*/
/*---------------------------------------------------------------------------*/
P {
        font-family: Garamond, Times, Times New Roman, serif;
        font-size: 14px;
        color: 000000;
        }
	
A {
        font-family: Garamond, Times, Times New Roman, serif;
        font-size: 14px;
        color: CC0000;
        font-weight: bold;
        text-decoration: none;
        }
        
A:hover {
        font-family: Garamond, Times, Times New Roman, serif;
        font-size: 14px;
        color: 009900;
        font-weight: bold;
        text-decoration: none;
        }
        
B {
        font-family: Garamond, Times, Times New Roman, serif;
        font-size: 14px;
        color: 000000;
        text-decoration: none;
        font-weight: bold;
        }
        
H1 {
        font-family: Garamond, Times, Times New Roman, serif;
        font-size: 14px;
        font-weight: bold;
        }
	
FONT {
        font-family: Garamond, Times, Times New Roman, serif;
        color: 000000;
	}
	
PRE {
        font-family: "Courier New", Courier, mono;
        color: 000000;
	}
	
INPUT {
        font-family: Garamond, Times, Times New Roman, serif;
        font-size: 14px;
        }
	
INPUT.submitbutton {
        color: 000000;
        background-color: 3366ff;
        font-weight: bold;
        }

SELECT {
        font-family: Garamond, Times, Times New Roman, serif;
        font-weight: bold;
        font-size: 14px;
        }

TEXTAREA {
	  font-family: Garamond, Times, Times New Roman, serif;
	  font-size: 14px;
	  }

.copyright {  
        font-family: Garamond, Times, Times New Roman, serif; 
        font-size: 14px; 
        color: #000000
        }

.mainHeader {  
        font-family: Garamond, Times, Times New Roman, serif; 
        font-size: 20pt; 
        font-weight: bold;
        text-transform: uppercase; 
        color: #000000
        }

.subHeader {  
	  font-family: Garamond, Times, Times New Roman, serif;
	  font-size: 16px;
        text-transform: lowercase; 
        font-weight: bold;
        color: 000000;
        }
	
