@media print {
	.vhbLeftCol {
		display: none;
	}
	
	div.vhbRightCol {
		margin: 0 auto;
		width: 6.95in;
	}
	
	div.printOnly {
		display: block;
	}
	
	div.bgContainer {
		background: #FFFFFF;
	}
	
	#vhbWrapper {
		width: 7.5in;
	}
	
	div.vhbHeader {
		width: 7.5in;
		height: 1.75in;
	}
	
	div.vhbHeader img {
		width: 7.5in;
		height: 1.75in;
	}
	
	.printOnly {
		display: block !important;
	}
	
	* {
		max-width: 7.5in;
	}
	
	table.vhbPerformance thead th, table.vhbPerformance tbody td {
		border: 1px solid #000000 !important;
	}
	
	table.vhbPerformance thead th {
		font-weight: 700;
		color: #000000 !important;
	}
}

.printOnly {
	display: none;
}

#vhbWrapper {
    font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
    font-size: 100%;
    margin: 0 5px;
    text-align: left;
}

#vhbWrapper a, #vhbWrapper p, #vhbWrapper span {
    color: #505050;
    font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#vhbWrapper a:hover {
	text-decoration: underline;
}

#vhbWrapper span.h2 {
    display:block;
    color: #A92E29;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#vhbWrapper span.h3 {
	display:block;
    color: #A92E29;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#vhbWrapper span.h4 {
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

.vhbHeader {
	width: 1059px;
	height: 246px;
	position: relative;
}

.vhbSpacer {
	width: 100%;
	height: 22px;
	clear: both;
}

.bgContainer {
    background: url("../images/E8column.png") repeat-y scroll 24px 0 #FFFFFF;
    height: 100%;
}

.vhbLeftCol {
    float: left;
    margin: 0 0 0 24px;
    overflow: hidden;
    text-align: left;
    width: 310px;
}

.vhbLeftColPad {
	padding: 15px 20px;
}

.linkWrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

a#printLink {
    background: url("/images/printIconSmall.png") no-repeat scroll left top transparent;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin-right: 12px;
    padding-left: 28px;
}

a#pdfLink {
    background: url("/images/pdfIconSmall.png") no-repeat scroll left top transparent;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding-left: 28px;
}

.vhbRightCol {
	margin: 0 24px 0 360px;
	text-align: left;
}

div.section {
    border-color: #D0D0D0;
    border-top: 1px dashed #D0D0D0;
    border-width: 1px;
    margin-top: 20px;
    padding-top: 20px;
    overflow: auto;
}

ul.styledList {
	float: left;
	width: 300px;
	list-style-image: url("../images/listArrowRed.jpg");
	margin-left: 0;
	padding-left: 18px;
}

ul.styledList li {
    margin-bottom: 4px;
    font-size: 12px;
    width:650px;
}

ul.unstyledList {
	list-style: none;
	padding-left: 0;
}

div.chartText {
	display: block;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
}

table.vhbPerformance {
	border-collapse: collapse;
	margin: 10px 1px;
	font-size: 11px;
}

table.vhbPerformance thead tr {
	border: 1px solid #C3C3C3;
	border-style: none solid;
}

table.vhbPerformance thead th {
	background: #B10325 url(../images/VHBTableBG.jpg) repeat-x 0 0;
	color: #FFFFFF;
	text-align:center;
	padding: 0 10px;
	height: 39px;
	font-size: inherit;
}

table.vhbPerformance tbody td {
	border: 1px solid #C3C3C3;
	border-top-style: none:
	text-align:center;
	padding: 10px;
	
}

img.productImage {
    box-shadow: 0 0 6px #C0C0C0;
    margin: 6px;
}

.vhbStyledList{
	margin-right:30px; 
	margin-bottom:20px;
}