/* Print Media Type */

.printOnlyBlock { display: block; }

div#logo, div#mainNav, div#splash, div#montage, div.merchantContainer, div.mapInstructions, div#footer { display: none; }

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: rgb(102,102,102);
}

h1, h2, h3 {
	font-weight: normal;
	color: rgb(102,102,102);
}

h1 { font-size: 22pt }
h2 { font-size: 18pt }
h3 { font-size: 14pt }
h4 { font-size: 12pt }
h5 { font-size: 11pt }
h6 { font-size: 10pt }
p, li, dt, dd, address, blockquote { font-size: 9pt; 
	line-height: 14pt; 
	color: rgb(102,102,102);}
	
li h4 { margin: 1pt 0; }

li { margin: 0; padding: 0 0 .6pt 0; }

a:link, a:visited {
	color: rgb(191,155,20);
}

a:hover {
	color: rgb(0,0,0);
}



