/* Cetera Labs corporate web site CSS !!!FOR PRINTING!!! */
/*
***********************************************************************************************************
Common definitions
***********************************************************************************************************
*/
 body {
 font: 10pt Trebuchet MS, sans-serif;
 }
  
 h1#logo a {
 color: black;
 text-decoration: none;
 font-size: 18pt;
 }
 
 h1 {
 font-size: 14pt;
 }
 
 div#meta, div#header, p.breadcrumbs, div#contacts, div.col-right, div#footer {  display:none;  }
 
 div#print-info {
 width: 99%;
 margin: 1px 0px 0px 0px;
 border-top: 1px solid #000;
 padding: 3px 0 3px 6px;
 background-color: #e9e9e9;
 font-size: 9pt;
 }
 
body blockquote {
	border-left: 2px dotted #777777;
	padding-left: 10px;
}

#content strong {
	font-weight: normal;
}

form {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}
