body {	
	color: #000;
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#topline,
div#leftmenulayer ul, 
a#print-link-1,
div#mainmenuholder, 
div#foreground,
div#address{
	display:none;
}
/*start each link on newline
a:before{
	white-space: pre; 
	content:" \A "; 
} */
/*place each link URL on newline under link name
a:after{
	white-space: pre; 
	content:" \A [" attr(href) "] "; 
} */
div#leftmenulayer,
div#bodycopylist,
div#bodycopy,
div#index{
	clear:both;
	height:auto;
	width:100%;
	overflow:visible;
	float:left;
	position:relative;
	left:0;
	top:0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}	
div#print-items{
	width:100%;
	clear:both;
	float:left;
	display:block;
	padding-top:40px;
}
/* CSS for fonts and links */

h1,
.titlequotesMenu{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 18pt;
}
	
h2{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 16pt;
}
	
h3{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 14pt;
}
	
h4{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 12pt;
}
	
h5{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 11pt;
}
	
h6{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 10pt;
}

p{
	color: #000;
	background: transparent;
	font-size: 12pt;
}

table,
table#bodycopytable,
table#indextable{
	clear:both;
	color: #000;
	background: transparent;
	font-size: 12pt;
	width:100%;
	float:left;
	margin:0;
}
td{	
	color: #000;
}
em{	
	color: #000;
}
a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.clear{
	clear:both;
}