BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: x-small;
}

BODY.informational {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: x-small;
	margin-top : 10px;
	margin-left : 10px;
}
BODY.informational H3 {
	color : #006633;
}

BODY.informational A {
	color: #0000CD;
	text-decoration: none;
	font-size : x-small;
}

BODY.informational A:HOVER {
	color: #FFA500;
	text-decoration: underline;
	font-size : x-small;
}

A {
	color: #000099;
	text-decoration: none;
	font-size : x-small;
	font-weight : normal;
}

A:HOVER {
	color: #FFA500;
	text-decoration: underline;
	font-size : x-small;
	letter-spacing : 0px;
}
TR.even {
	background-color : Silver;
	font-size : xx-large;
}

TR.odd {
	background-color : #FFFF99;
}

TABLE.main {
	background-color : White;
}


TD.infoboxbody {
	font-size : x-small;
	color : Black;
	padding-left : 3px;
	padding-right : 3px;
	background-color : White;
}

TD.feature {
	font-size : x-small;
	color : Black;
}

TD.infoboxhead {
	font-size : x-small;
	color : #000099;
	background-color : Silver;
	font-weight : bold;
}

TD.mainfeatureicons {
	font-size : xx-small;
	padding-left : 35px;
}

TABLE.footer_menu {
	font-size : xx-small;
}

TABLE.footer_copyright {
	font-size : xx-small;
}

SPAN.msrp {
	font-size : xx-small;
	color : Black;
}
SPAN.price {
	font-size : xx-small;
	color : Red;
}
SPAN.model {
	font-size : x-small;
	color : #000099;
	font-weight : bold;
}
HR.featuredivider {
	color : #000099;
	line-height : 2px;
}
