#columnLeft, #header, #breadcrumbs {
	display: none;
	}

body	{
	background-color:#FFFFFF;
	font-size:11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#bannerPrint {
	width: auto;
	color:#255050;
	text-align: left;
	border: 0;
	margin: 0 5%;
	padding: 0 0 10 0;
	float: none !important;
	}
.frame  {
	width: auto;
	color:#333333;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
#footer  {
	width: auto;
	color:#333333;
	border: 0;
	margin: 10 5%;
	padding: 0;
	float: none !important;
	}
h1	{
	font-size: 12pt;
}
h2	{
	font-size: 11pt;
}
.ProductTitle	{
	font-size: 12px;
	font-weight: bold;
}
.productImage {
	float: right;
	margin-left: 15px;
}
td	{
	border-bottom: 1px dotted #999999;
}
table	{
	margin-bottom: 20px;
}
.specshead {
	font-weight: bold;
	text-transform:uppercase;
}
.specstitle {
	font-weight: bold;
}

a:link, a:visited {
	color: #255050;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }