@media print
{
.sv-visible-smartphone
{
	display: block !Important;
}
h1
{
	font-size: 20pt !Important;
}
h2, h2 > strong
{
	font-size: 18pt !Important;
	font-weight: normal !important;
}
h3, h3 > strong
{
	font-size: 16pt !Important;
	font-weight: normal !important;
}
.preamble
{
	font-size: 14pt !important;
}
.sv-text-portlet-content
{
	font-size: 12pt !important;
}

.sv-hide-smartphone
{	
	display: none;
}

header, footer
{
	display: none !important;
}

.shareicons
{
	display: none;
}

.sv-column-6
{
	width: 60% !important;
	display: block !important;
	float: none !Important;
}
.sv-column-3
{
	width: 60% !important;
	display: block !important;
	float: none !Important;
}
.sv-horizontal .sv-horizontal-column, .sv-float-left, .sv-horizontal-list li
{
	width: auto !important;
}

div#breadcrumbs a {
    font-size: 12pt !important;
    text-decoration: none !important;
    color: #888 !important;
}
#breadcrumbs img
{
	max-width: 15pt;
}

}
