.style {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}
.Header {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #990000;
	vertical-align: top;



}
.content {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.contentsmaller {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


.logo {
	background-attachment:scroll;
	background-image: url(images/logo_faded.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.quote {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

TABLE.comparisons {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

TD.comparisons {
	margin: 0;
	padding: 2px;
	border-width : 2px;
    	border-style : groove;
    	border-color : #660000;
}

TD.orange {
	background-color : #FF9933;
	text-align : center;
}

TD.orangel {
	background-color : #FF9933;
	text-align : left;
}

TD.whitel {
	text-align : left;
}