/* Used for main frames with white background */

BODY	{
	background-image: url("../images/backtile.jpg"); 
	text-align: left;	
	}

TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #111111;
	font-family: Garamond, helvetica;
	font-size: 12pt;
	text-align: left;
	}

.form		{ 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #874934;
	}	

A:LINK, A:VISITED   {
	color: #874934;
	text-decoration: underline; 
	font-weight: bold; 
	}	
		
A:ACTIVE, A:HOVER   {
	color: #B14E2F;
	text-decoration: underline
	font-weight: bold; 
	}	
		
H2	{
	color: #111111; 
	font-size: 20pt; 
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}
		
H3	{
	color: #111111; 
	font-size: 16pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}

#footer	{
	font-family: Garamond, helvetica;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	}

.list1 li	{
	margin: 10px; 
	list-style-type: square;
	}

.table1 td	{
	align: center;
	}