/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#FFF;display:block;padding:45px 0 0 15px;}
#foxmenu{position:relative;display:block;height:24px;font-size:16px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#553B1F;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(graphics/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(graphics/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


BODY, TR, TD {
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;

}

	a:link {color: blue;}
	a:visited {color: blue;}
	a:active {color: blue;}
	a:hover {color: #423517;text-decoration: underline;}
	a {text-decoration: none;}
	
	
.brown
{
background-color:#553B1F;
color:white;
font-family: sans-serif;
font-size: 12px; 
}

.green
{
background-color:#A4B083;
color:white;
font-family: sans-serif;
font-size: 12px; 
}

.row2{
background-color:#FFFFFF;
}
.row1{
background-color:#DEE7E2;
}
.brickcolor {
	color: #C07363;
	font-weight: bold;
}