.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}


.CellDark {  background-color: #717FAB}
.CellLight {
	background-color: #DFDFDF;
}
.CellMedium {
	background-color: #D2D8DE
}
.CellTitle {
	background-color: #053D7F
}
.CellLighter { background-color: #FFFFFF}

.StoreCatNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B3184;
	text-decoration: none;
}
.StoreCatNavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.StoreCatNavSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B3184;
	text-decoration: none;
}
.StoreCatNavSubOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}


/* New classes for this project */


.BlockNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	height: auto;
	width: 190px;
	padding: 5px;
	text-indent: 1px;
	float: left;
	white-space: normal;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
a:hover.BlockNav {
	color: #ffffff;
	text-decoration: none;
	background-color: #4A4A4A;
}
.BlockSubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	height: auto;
	width: 190px;
	padding: 5px;
	text-indent: 15px;
	float: left;
	white-space: normal;
	background-color: #999999;
	background-image: url(/stock/sub.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
a:hover.BlockSubNav {
	color: #ffffff;
	text-decoration: none;
	background-color: #4A4A4A;
	background-image: url(/stock/sub2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.BlockSubNavBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	height: auto;
	width: 190px;
	padding: 5px;
	text-indent: 15px;
	margin: 0px;
	float: left;
	white-space: normal;
	background-color: #A1C4E0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1C4E0;
	border-left-color: #A1C4E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1C4E0;
}
a:hover.BlockSubNavBottom {
	color: #ffffff;
	text-decoration: none;
	background-color: #4C85B5;
}
.BlockSubNavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: 190px;
	padding: 5px;
	text-indent: 1px;
	float: left;
	white-space: normal;
	background-color: #4A4A4A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
a:hover.BlockSubNavOn {
	color: #ffffff;
	text-decoration: none;
	background-color: #343434;
}
.TextCell {
	padding: 12px;
	background-color: #FFFFFF;
	margin-right: 8px;
}
.ScrollerTrack {
	background-image: url(/stock/track.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.box {
	margin: 4px;
	padding: 4px;
	border: 1px dashed #444348;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.BoldGray {
	font-weight: bold;
	color: #666666;
}
.ProductLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

