/* CSS Document */
@media print{
h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
h4{
	font-size:13px;
}
h5{
	font-size:11px;
}
h6{
	font-size:10px;
}
p{
	font-size:12px;
}
.RVServiceSplash{
		display:none;
}
.RVNews{
	width:100%;
	height:auto;
	display:block;
}
body {
	background:white;
	width:7in;
}
.Branding{
	width: 7in;
	padding-bottom:0px;
	background-image:none;
}
.Logo{
	width:3in;
	height:auto;
}	
.SiteTitle_text{
	font-size:30px;
}
.Icon{
	display:none;
}
.Footer_Section{
	display:none;
}
.navi{
	display:none;
}

}










