/* Prime Emporium CSS for Print-outs */

a:link { color: #990066; }
a:visited { color: #660066; }

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

th {
	color: #ffffff;
	background-color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.hidePrint { display: none; }
.hideScreen {
	color: #95154e;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.pageTitle {
	color: #95154e;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.pageMain {
	color: #95154e;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.itemTitle {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.itemMain {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.smallPrint {
	color: #95154e;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}