/* 
	--------------------------
	Franklin Silver Lining Trust Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}
#sidebar, #nav{
	display: none;
}
a:link, a:visited{
	color: #00ADEF;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
h2{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-size: 8pt;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	border-bottom: 1px solid #ccc;
}
th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#footer{
	border-top: 1px solid #ccc;
	clear: both;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
