body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9C9C9;
	background-image: none;
}

p {
	color : #00237F;
	text-decoration : none;
	font : bolder 13px Arial;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #00237F;
	text-decoration : none;
	font : bolder 13px Arial;
}

A:HOVER {
	color : #5073CF;
}

A:ACTIVE {
	color : #5073CF;
}

#history tr td {
	color : #00237F;
	text-decoration : none;
	font : 13px Arial;
} 

#history tr td ul.left {
margin-left: 20px;
margin-right: 10px;
}

#history tr td ul.right {
margin-left: 30px;
margin-right: 10px;
}

#history tr td ul li {
	padding: 4px 0px;
}

#history tr td ul {
margin-top: 10px;
list-style: square;
}

#products tr td {
	color : #00237F;
	text-decoration : none;
	font : 10px Arial;
	line-height: 11px;
}

#products tr td a {
	text-decoration : none;
	font : 10px Arial;
	line-height: 11px;
}

#products tr td span {
	color : #4C4C4C;
}

#products tr td a:link img, #products tr td a:active img, #products tr td a:visited img, #products tr td a:hover img {
border: 1px solid #5073CF;
}

#products tr td a:visited img {
border: 1px solid #00237F;
}

span.normal {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9C9C9;
	}
	
	#products tr td a:link img.noborder, #products tr td a:active img.noborder, #products tr td a:visited img.noborder, #products tr td a:hover img.noborder {
	border: none;
	}