body {
	font-family: "Trebutchet MS", Trebutchet, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color:#333333;
	margin: 0;
	padding: 0;
}
.thinline {
	line-height: 1px;
}
.pageTitle {
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
	color: #e3ddc3;
}
.catHeading {
	font-family: inherit;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	text-decoration: none;
	color: #224499;
}
.catDesc {
	font-family: inherit;
	font-weight: normal;
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
	color: #224499;
}
.catPrice {
	font-family: inherit;
	font-weight: normal;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
	color: #224499;
}
.catButtons {
	font-family: inherit;
	font-weight: normal;
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
	color: #224499;
}
.catViewCart { /* right-bar viewCart box */
	line-height:0.80em;
	color: #ffffff;
	background-color:#555555;
	width: 170px;
	margin: 8px;
	padding: 3px;
	padding-top: 6px;
	border: 2px outset;
}

.catViewCartHoriz { /* upper-content viewCart box */
	color: #ffffff;
	line-height:0.80em;
	background-color:#555555;
	height: 2.0em;
	padding:3px;
}

.navTop {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #e3ddc3;
	cursor: pointer;
	padding: 0px;
	margin:  0px 12px 0px 12px;
}

.navTopHover {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #a39d4f;
	background-color: #eeeeee;
	cursor: pointer;
	padding: 0px;
	margin:  0px 12px 0px 12px;
}
.navTopCurrent {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #a39d4f;
	cursor: pointer;
	padding: 0px;
	margin:  0px 12px 0px 12px;
}

.navButton {
	font-family: inherit;
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	color: #e3ddc3;
	cursor: pointer;
	width: 160px;
	padding: 0px 0px 0px 22px;
	margin:  8px 0px 0px 0px;
}

.navButtonHover {
	font-family: inherit;
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	color: #e3ddc3;
	background-color: #eeeeee;
	cursor: pointer;
	width: 160px;
	padding: 0px 0px 0px 22px;
	margin:  8px 0px 0px 0px;
}
.navButtonCurrent {
	font-family: inherit;
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	color: #e3ddc3;
	cursor: pointer;
	width: 160px;
	background-image:url(/images/menu/redtick.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 22px;
	margin:  8px 0px 0px 0px;
}

/* Sidebar Menu Links */
.navLink {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #e3ddc3;
	cursor: pointer;
	width: 150px;
	margin:  12px 0px 0px 0px;
}
.navLinkHover {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #e3ddc3;
	cursor: pointer;
	width: 150px;
	margin:  12px 0px 0px 0px;
}

.navLinkCurrent {
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #a39d4f;
	cursor: none;
	width: 150px;
	margin:  12px 0px 0px 0px;
}

.tableheadinv {
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color:#dddddd;
	background-color: #333366;
}
.tablehead {
	font-family: inherit;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color:#111111;
}
.tablebody {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	color:#333333;
	background-color: #ffffff;
}
.formHighlight {
	color:#ffffff;
	background-color: #224499;
}
