.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000070;
	text-decoration: none;
}
.Navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000070;
	text-decoration: none;
}
.Navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D10026;
	text-decoration: none;
}
.Navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000070;
	text-decoration: none;
}
.Navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000070;
	text-decoration: none;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000070;
	text-decoration: none;
}
.CopyrightWhite9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.Black9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.BlueBold10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000070;
	text-decoration: none;
	font-weight: bold;
}
.BlueDivider {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #01156E;
}
.ProductName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.ProductDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.ProductPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.ProductDivider {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.BorderLeft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000070;
}
.Black10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.BorderRight {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000070;
}
.BorderTop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000070;
}
.BorderBottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000070;
}
.BorderSides {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000070;
	border-left-color: #000070;
}
.BorderTopBottom {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000070;
	border-bottom-color: #000070;
}
.BorderLRB {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000070;
	border-bottom-color: #000070;
	border-left-color: #000070;
}
.Black12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
