<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Modified December 19, 2006 OCO
 */

body{
	color : #000000;
	background : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	margin-left : 10px;
	margin-right : 10px;
	background-color : #FFFFFF;
	}
a { 
  text-decoration : underline; 
  color : #0000FF; 
}

/*remove the area of page not to print*/

#SearchForm,
#top_right,
#log_bar, 
#BCHome,
#left_column, 
#left_column_end,
#footer,
.print {
display : none; 
}

/*add the area of page to print*/
#header,
#breadcrumb_bar, 
#content, 
#right_column, 
#banner{
display:block;
}</pre></body></html>