﻿.f8 {
	font-family: Arial;
	font-size:8px;
}
.f10 {
	font-family: Arial;
	font-size: 10px;
}
.f10b {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.f10bBlue {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
}
.f10bRed {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.f10bDGrn {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #008080;
}
.f10p {
	font-family: Arial;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
.f10bp {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.f12 {
	font-family: Arial;
	font-size: 12px;
}
.f12b {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.f12Blue {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
}
.f12bBlue {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.f12Red {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}
.f12bRed {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.f12bLGrn {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #33CC33;
}
.f14 {
	font-family: Arial;
	font-size: 14px;
}
.f14b {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.f14bBlue {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.f14bRed {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.f14bLGrn {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #33CC33;
}
.f16 {
	font-family: Arial;
	font-size: 16px;
}
.f16b {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.f16bBlue {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.f16bRed {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.f16bLGrn {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #33CC33;
}
#f14Hdr{
	background-color: blue;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	text-decoration:underline;
	color:#0000FF;
}
a:hover {
	text-decoration:underline;
	color:#0000FF;
}
a:visited {
	text-decoration:underline;
	color:#0000FF;
}
div.siteMenu a:visited {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
div.siteMenu a:link {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
div.siteMenu a:hover {
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#FFFFFF;
}
div.cartMenu a:visited {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
div.cartMenu a:link {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
div.cartMenu a:hover {
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
div.prodCat a:visited {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
div.prodCat a:link {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
div.prodCat a:hover {
	font-family:Arial;
	font-size:11px;
	text-decoration:underline;
	color:#000000;
}
.notSelected {
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}
.isSelected {
	background-color:#CCCCCC;
	font-family:Arial;
	font-size:12px;
}
.notSelectedRed {
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.isSelectedRed {
	background-color:#CCCCCC;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	color: #FF0000;
}
.stdTable{
	border-collapse: collapse;
	border-spacing: 0px;
}
