html, body {
	height:			100%;
	margin:			0px;
	background:		#D0D0D0;
}

a:link,active,visited {
	color:			#422561;
	text-decoration:	none;
}

a:visited {
	color:			#422561;
	text-decoration:	none;
}

a:hover {
	color:			#644783;
	text-decoration:	underline;
}


a.pdc {
	color:			#C0C0C0;
	text-decoration:	none;
}

a.pdc:hover {
	color:			#C0C0C0;
	text-decoration:	none;
}

#header {
	background-position:	bottom right;
	background-repeat:	no-repeat;
}

#subheader {
	margin:			50px 0px 25px 20px;
	font-family:		'Arial';
	font-size:		22px;
}

th.ModelList {
	font-family:	'Arial';
	text-align:	left;
	font-size:	15px;
	border-bottom:	1px solid #000000;
	padding:	5px 25px 5px 0px;
	white-space:	nowrap;
}

td.ModelList {
	font-family:	'Arial';
	text-align:	left;
	font-size:	13px;
	border-bottom:	1px solid #C0C0C0;
	padding:	5px 25px 5px 0px;
	white-space:	nowrap;
}

table.ModelsTable {
	margin-left:	40px;
}

#ProductPagesPriceListNote {
	font-family:	'Arial';
	font-size:	15px;
	font-style:	italic;
	margin-top:	25px;
}