body {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", serif;
        font-size: 14px;
	color: #006600;
	background-image: url(/images/bkgnd5_brwn.gif);
	
	 /*  background-color: #006600;  */

	text-align: center;
	/* part 1 of 2 centering hack */
	scrollbar-base-color: #000000;

	}

TD	{font-family: "arial", "helvetica", sans-serif;
		 color: #000000;
		}
		
BLOCKQUOTE	

.asterisk	{
         font-family: "arial", "Helvetica", sans-serif;
	 font-size: 9pt;
	 background-image: url(images/woodtrim2b_bkgnd.jpg);
	color: #000000;
								}
/* ******************* Links styles ***********************								
/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
 background: #FFFFFF url(images/bkgnd.jpg);
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
background: #009999 url(images/bkgnd.jpg);
}

/*	Unvisited links								*/
a:link {
color: #000000;
background:  url(images/bkgnd.jpg);
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000000;
background: url(images/bkgnd.jpg);
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF6666;
background: url(images/bkgnd.jpg);
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF6666;
background: url(images/bkgnd.jpg);
}
.bge_link {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC99;
}

/* ************* box link ************************
/*	Menu unvisited links							*/
a.boxlink:link {
color: #000000;
background: #FFCC99;
}

/*	Menu visited links							*/
a.boxlink:visited {
color: #000000;
background: #FFCC99;
}

/*	Menu active links (not widely supported)				*/
a.boxlink:active {
color: #006D8B;
background: #FFCC99;
}

/*	Menu links when hovered over (MSIE only)				*/
a.boxlink:hover {
color: #FF9999;
background: #FFCC99;
} 
