#hideOnPrint {
    display: none;
}

#showOnPrint {
    display: block;
}


/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#printSendFunctions {
    display: none;
}
@media print {
.no-print {
	display: none;
}
a {
	color: #000;
	text-decoration: none;
}
body {
	background: none;
	display: block;
	font-size: 20px;
	line-height: 28px
} 
ul.blue-dots li, ul.gold-checks li, .gold-font {
	font-size: 20px;	
}
.title {
	font-size: 26px;	
}
html {
	display: block
}

#topNav {
	display: none;
	}
#leftNav {
	display: none;
}
#right-content {
	background: none;
	width: 900px;
}
#right-content-2 img, #right-content img {
	display: none;	
}
#right-content-2
{
	background: none;
	width: 900px;
	line-height: 28px;
}
#main-content {
	background: none;
}
#header, #header-holder {
	display: none;
}
#footer {
	display: none;
}
#print-header {
	display: block;	
}
#print-footer {
	display: block;
	text-align: center;
	font-size: 12px;
}
}
