body {
	font-family: "Trebutchet MS", Trebuchet, Arial, helvetica, san-serif;
	font-size: 10pt;
	font-style: normal;
	color:#333333;
	margin: 0;
	padding: 0;
}
.thinline {
	line-height: 1px;
}
.pageTitle {
	font-family: inherit;
	font-size: 14pt;
	color: #ee7733;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.1em;
	margin-bottom: 1.2em;
}
.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;
}

.navButton {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #224499;
/*	background-color: #E2DCD1; */
	cursor: pointer;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 2px 10px;
}

.navButtonHover {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #2244ff;
	background-color: #eeeeee;
	cursor: pointer;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 2px 10px;
}
.navButtonCurrent {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #ee7733;
	cursor: pointer;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 2px 10px;
}

.navLink {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #224499;
	cursor: pointer;
	width: 150px;
	padding: 0px;
	margin: 1px 10px 1px 20px;
}
.navLinkHover {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #2244ff;
	background-color: #eeeeee;
	cursor: pointer;
	width: 150px;
	padding: 0px;
	margin: 1px 10px 1px 20px;
}

.navLinkCurrent {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ee7733;
	cursor: auto;
	width: 150px;
	padding: 0px;
	margin: 1px 10px 1px 20px;
}

.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;
}
.menuPath {
	color:#333333;
	font-size:10px;
	font-weight:bold;
}
.menuPath a {
	color:#339911;
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
}
.menuPath a:hover {
	color:#339911;
	font-size:inherit;
	font-weight:inherit;
	text-decoration:underline;
}
.pagingButton {
	margin:0px 2px 0px 2px; 
	padding:2px; 
	background-color:#66aa17; 
	cursor:pointer;
	color:#FFFFFF;
}

