/* CSS for OTR Recycling */

a:link		{ color: #0000AA; text-decoration: none }
a:active	{ color: #0000AA; text-decoration: none }
a:visited	{ color: #0000AA; text-decoration: none }
a:hover		{ color: #0000CC; text-decoration: underline }


a.pdc:link	{ color: #C0C0C0; text-decoration: none }
a.pdc:active	{ color: #C0C0C0; text-decoration: none }
a.pdc:visited	{ color: #C0C0C0; text-decoration: none }
a.pdc:hover	{ color: #C0C0C0; text-decoration: none }

blockquote	{ margin-left: 15px }

td.TopNav	{ font-family: 'Arial'; font-size: 12; cursor: pointer; font-weight: bold }

#ProductMenuDiv {
	padding:	12px 5px 5px 5px;
	border:		1px solid #000000;
	border-top:	0px;
	display:	none;
	position:	absolute;
	font-family:	'Arial';
	font-size:	12px;
	font-weight:	bold;
	background:	#FFFFFF;
	margin-left:	263px;
	margin-top:	-2px;
	white-space:	nowrap;
}