@charset "utf-8";
.OrangeArrow {
	text-transform:uppercase;
	color:#D16107;
	background:url(images/right-arrow.png) right no-repeat;
	padding-right:10px;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
.OrangeArrow:hover {
	text-decoration:underline;
}
.CustomerQuote  {
	font-size:12px;
	color:#003080;
	font-style:italic;
	margin:0;
	font-weight:normal;
}
.CustomerName {
	font-size:10px;
	color:#000;
	text-align:right;
	font-weight:normal;
	margin:10px 0;
	line-height:11px;
}
.OrangeLink {
	color:#D16107;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background:none;
	text-transform:none;
	padding-right:0;
}
.OrangeLink:hover {
	text-decoration:underline
}
.ImageAlignLeft {
	float:left;
}
.Divider {
	height:21px;
	background:url(images/divider.jpg) center repeat-x;
	display:block;
	clear:both;
}
.DividerShorter {
	height:6px;
	background:url(images/divider.jpg) center repeat-x;
	display:block;
	clear:both;
}
.DividerShorterBlue {
	height:6px;
	background:url(images/divider-blue.jpg) center repeat-x;
	display:block;
	clear:both;
}
.NumberedList {
	color:#003080;
	font-weight:bold;
}
.ImageBorder {
	border:1px solid #5977AB;
	padding:5px;
	background-color:#E0E4EF
}
.ProductTitle {
	font-size:12px;
	font-weight:bold;
	color:#003080;
}