/* CSS Document */
@media print {

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}


td#titleBlock { display: none !important; }
ul#mainmenuBar { display: none !important; }
td#menuBlock { display: none !important; }
td#leftBlock { display: none !important; }
td#rightBlock { display: none !important; }
td#footerBlock { display: none !important; }
div.contentTitle { display: none; }
a img { border: 0px none; }

.noprint { display: none !important; }
div.currencySelector { display: none !important; }
a {
	color: blue;
	text-decoration: none;
}

table.priceTable {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}

table.priceTable thead th,table.priceTable thead td {
	font-style: italic;
	color: #999999;
	font-size: x-small;
	text-transform: uppercase;
}

table.priceTable thead th {
	text-align: left;
}

table.priceTable thead td {
	text-align: right;
}

table.priceTable tbody th,table.priceTable tbody td {
	font-size: small;
}

table.priceTable tbody td {
	text-align: right;
}

table.priceTable tbody th {
	text-align: left;
}

table.priceTable tbody tr.normalPrice th,table.priceTable tbody tr.normalPrice  td {
	color: black;
	font-weight: normal;
}

table.priceTable tbody tr.onlinePrice th,table.priceTable tbody tr.onlinePrice  td {
	color: #CC0000;
	font-weight: normal;
}

table.priceTable th,table.priceTable td {
	padding-top: 5px;
}

h1.pagetitle {
	text-align: center;
	font-size: large;
	border-bottom: 1pt solid #cccccc;
	font-weight: normal;
	letter-spacing: 0.125em;
}

td#contentBlock h1 {
	font-size: medium;
}

td#contentBlock p {
	text-align: justify;
	font-size: small;
	margin-top: 0pt;
	padding-top: 0pt;
	margin-bottom: 0.5em;
	padding-bottom: 0pt;
	font-size: 10pt;
}

}

