/* PROPERTIES FOR COMPONENT LISTING */	TD.clsCompItem		{		font-family: MS Sans Serif;		font-size: 10pt;		}	TD.clsCompItem A		{		text-decoration:underline;		color:#524DA5;		}	TD.clsCompItem A:hover		{		text-decoration:none;		color: red;		}	/* PROPERTIES FOR SHOPPING TABLE */	TD.clsShopItem		{		font-family: MS Sans Serif;		font-size: 8pt;		}	TD.clsShopItem A		{		text-decoration: underline;		color: #524DA5;		}	TD.clsShopItem A:hover		{		text-decoration: none;		color: black;		font-weight: bold;		}/* PROPERTIES FOR NAVIGATION BAR */	TD.clsNavBar		{		font-family: MS Sans Serif;		font-size: 8pt;		color: white;		}	TD.clsNavBar A		{		text-decoration: underline;		color: white;		}	TD.clsNavBar A:hover		{		color: yellow;		text-decoration: none;		}		/* PROPERTIES FOR PAGE FOOTERS */	TD.pagefooter		{		font-family: Tahoma;		font-size: 8pt;		}	/* MAIN BODY PROPERTIES */	BODY		{		font-size: 10pt;		font-family: Tahoma;		margin-top: 5;		margin-left: 5;		}			TD		{		font-size: 10pt;		font-family: Tahoma;		color: black;		}	A		{		color:#146014;		}			A:hover		{		color:red;		text-decoration:none;		}