body {
	font-size: 12px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.text { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.subhead { color: #060; font-size: 12px; font-weight: bold; font-style: italic; }
.header { color: maroon; font-size: 14px; font-weight: bold; }
td {
	font-size: 12px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td.navigation {
	width: 125;
	background-color: #9999FF;
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
}
a.navigation {
	color: black;
}
td.ghost {
	color: gray;
	font-weight: bold;
}
td.pageHead {
	color: gray;
	font-size: 18px;
	font-weight: bold;
}
td.salePoints {
	font-size: 16px;
}
td.footer {
	width: 70;
	border-right: 1px solid silver;
	text-align: center;
}
td.sizePriceLabel {
	border: 1px solid white;
	background-color: #9999FF;
	color: white;
	font-weight: bold;
	text-align: center;
}
td.detailLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
table.borderFull {
	border: 2px solid gray;
}
td.borderBottom {
	border-bottom: 2px solid silver;
}
td.borderTopSilver {
	border-top: 1px solid silver;
}
td.borderBottomSilver {
	border-bottom: 1px solid silver;
}
td.borderBottomRightSilver {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
td.borderRightSilver {
	border-right: 1px solid silver;
}
td.borderTopBlack {
	border-top: 1px solid black;
}
td.bizManLabel {
	background-color: black;
	color: white;
	font-weight: bold;
}
td.bizManRowHighlight {
	background-color: #DDBBFF;
}
td.alertGreen {
	color: green;
	font-weight: bold;
}
td.alertRed {
	color: red;
	text-align: center;
	font-weight: bold;
}
a.fontSmall {
	font-size: 10px;
}
td.formRowLabel {
	text-align: right;
	font-weight: bold;
}



