/* Product Listings CSS Script */

A.Light:visited {color: #000000;}
A.Light:hover {color: #000000; text-decoration:underline;}
A.Light:link {color: #000000;}
A.Dark:visited {color: #000000;}
A.Dark:hover {color: #000000; text-decoration:underline;}
A.Dark:link {color: #000000;}
.TXTblu {font-size: 9pt; color: #666666; font-family: Arial, Helvetica, sans-serif;}
.TXTsmall { font-size: 7pt; color: #000000; font-family: Arial, Helvetica, sans-serif;}
.TXTMedium { font-size: 9pt; font-family: Arial, Helvetica, sans-serif;}
.TableHead {
	font-size: 12px; 
	font-weight: bold;
	color:#333333;
	}
.TableDetailLight { 
	color: #000000;
	border-top-color:#CCC;
	border-top-style:dotted;
	border-top-width:1px;	
	}
.TableDetailDark { 
	color: #000000;
	/* background:url(/2009/images/pl_bg_drk.jpg) repeat-x; */
	border-top-color:#666;
	border-top-style:dotted;
	border-top-width:1px;		
	}
.TableGroupHead {
	font-size: 14px;
	font-weight: bold;
	}
.heading { font-family:Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold;}
.heading2 { font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold;}
.CategoryHeading {font-family:Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #A91416;}
.numericdata { 
	font-size: 10px;
	font-weight:bold;
	text-align:right;
	border-style:groove;
	}
