/*-------------------------------------------------------------------
HTML
-------------------------------------------------------------------*/
body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:hover,
a:active{
	color: #000000;
	text-decoration: none;
}

.clearline{
	clear: both;
	height: 1px;
}
/*-------------------------------------------------------------------
Hiding framework elements
-------------------------------------------------------------------*/
#header{
	display: none;	
}
#nav{
	display: none;
}
#store-tools{
	display: none;	
}
#footer{
	display: none;
}
#copyright{
	display: none;
}






/*-------------------------------------------------------------------
Things that are revealed during printing
-------------------------------------------------------------------*/
#print-logo{
	padding: 0 0 2em 0;
}
#print-footer{
	border-top: 1px solid #000000;
	padding: 2em 0 0 0;
	margin: 2em 0 0 0;
	font-weight: bold;
}

/*-------------------------------------------------------------------
Things that are revealed during printing
-------------------------------------------------------------------*/
#content-blue{

}
#content-lt-col{
	display: none;
}
#content-rt-col{
	font-size: 11pt;
}
#page-id{

}
.page-id-lt{

}
.page-id-rt{
	display: none;
}
#page-content{

}

