BODY {
	margin : 0px;
	background-color : White;
	font : 12px Arial, Helvetica, sans-serif;
	color : #000000;
}

A {
	color : #AB6C00;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

.Navigation {
	text-align : center;
	color : white;
	font-size : 12px;
	font-weight : bold;
	vertical-align : top;
}

.Header {
	text-align : center;
	color : black;
	font-size : 28px;
	font-weight : bold;
	vertical-align : middle;
}

.Portfolio {
	text-align : center;
	font-size : 10px;
	font-weight : bold;
}

.PortfolioDivider {
	font-size : 2px;
	border-bottom : solid 1px black;
}

.PortfolioVertDivider {
	font-size : 2px;
	border-right : solid 1px black;
}

.Footer {
	text-align : center;
	font-size : 10px;
	font-weight : bold;
}

.heading {
	color : black;
	font-size : 18px;
	font-weight : bold;
}

.counter {
	color : black;
	font-size : 12px;
	font-style : italic;
	vertical-align : top;
}

.counter:hover {
	color : #999999;
	text-decoration : none;
}

a.featurelink {
	font-weight : bold;
}

hr {
	color : #AB6C00;
	height : 1px;
	width : 90%;
	text-align : center;
}

IMG.ProductImg {
	border : none;
}

IMG.PortfolioImg {
	border : none;
}

.ComparisonHeader {
	font-size : 16px;
	font-weight : bold;
	background : black;
	color : white;
}

.ComparisonFooter {
	font-size : 11px;
	font-style : italic;
	border-bottom : solid 0px black;
	text-align : center;
}

.ComparisonOdd {
	font-size : 12px;
	font-weight : none;
	border-bottom : solid 0px black;
}

.ComparisonEven {
	font-size : 12px;
	font-weight : none;
	border-bottom : solid 2px black;
}

.ComparisonOddBig {
	font-size : 14px;
	font-weight : bold;
	border-bottom : solid 0px black;
}

.ComparisonEvenBig {
	font-size : 14px;
	font-weight : bold;
	border-bottom : solid 2px black;
}

.ComparisonDivider {
	font-size : 2px;
	border-bottom : solid 1px black;
}

.counter {
	color : black;
	font-size : 12px;
	font-style : italic;
	vertical-align : top;
}

.InfoForm {
	color : black;
	font-size : 12px;
	vertical-align : top;
}

.FormRequired {
	color : red;
	font-weight : bold;
}

.FeaturesHeading {
	color : #003366;
	font-size : 18px;
}
.FeaturesSmall {
	font-size : 9px;
}

.FeaturesItemsHeading {
	color : #006699;
	font-size : 14px;
}
.FeaturesMedium {
	font-size : 14px;
}
.FeaturesBlue {
	color : #006699;
}
