h1 { 
	color: #B34B08;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	}


.body1 { 
	color: #000000;
	font-family: arial;
	font-size: 13px;
	}

.body2 { 
	color: #000000;
	font-family: arial;
	font-size: 9px;
	}

.body3 { 
	color: #B34B08;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	}

.nav1 { 
	color: #B34B08;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	}

.nav2 { 
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	}

.form1 { 
	color: #B34B08;
	font-family: arial;
	font-size: 14px;
	}

.head1 { 
	color: #B34B08;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	}

.head2 { 
	color: #B34B08;
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	}

.grey1 { 
	color: #222222;
	font-family: arial;
	font-size: 13px;
	}

.linkButton{
	background-color: #FFFFFF;
	border: 2px #333333 outset;
	padding: 2px 8px;
	color: #B34B08;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}

a.linkButton:link { color: #B34B08; }
a.linkButton:visited { color: #B34B08; }
a.linkButton:hover{
	border-style: outset;
	background-color: #B34B08;
	color: #FFFFFF;
}

a { text-decoration: none; }
a:link { color: #B34B08; }
a:visited { color: #B34B08; }
a:hover { color: #D16926; }
