body {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	text-align: left;
	color: #000;
	background-color: #fff
}
h1 {
	margin-top: 20pt;
	font-size: 14pt;
}
h2 {
	margin-top: 15pt;
	font-size: 12pt;
}
h3 {
	margin-top: 10pt;
	font-size: 11pt;
}

a {
	color: #666;
	text-decoration: underline;
}

#logo {
	margin-bottom: 1cm;
	float: left;
}

#print_header {
	margin-top: 0.90cm;
	margin-left: 0.75cm;
	margin-bottom: 1cm;
	font-size: 9pt;
	text-align: left;
	float: left;
}
#print_footer {
	margin-top: 1cm;
	font-size: 9pt;
	text-align: left;
	clear: both;
}

#content {
	clear: both;
	text-align: left;
}

/* Hide the div's and classes that are appropriate for screen only */
#menu {display: none;}
#header {display: none;}
#headerNavigation {display: none;}
#search {display: none;}
#content #breadcrumbs {display: none;}
#content #contentTitle {display: none;}
#content #contentTitleBrands {display: none;}
#content #quickLinks {display: none;}
#content #footer {display: none;}

.clear {
	margin: 0cm;
	padding: 0cm;
	clear: both;
	display: block;
	font-size: 0cm;
	height: 0.01cm;
	overflow: hidden;
	line-height: 0cm;
}

.dontPrint {display: none;}
