	.clsTitle {
		color:#F2BE0D; font-size:larger; font-weight:bold;
		}

	.clsHyper	{
		text-decoration:none; color:#F2BE0D; font-size:larger;
		font-weight:bold;
		}

	.clsHyper:hover {
		text-decoration:underline; color:#F2BE0D; font-size:larger;
		font-weight:bold;
		}

	TD	{
		font-size:smaller;
		}

	A	{
		text-decoration:none; color:white; 
		}

	A:hover {
		text-decoration:none; color:white; 
		}

	Body	{
		color:white; font-family:"Verdana";
		}

	.clsImage {
		border-color:white; border-style:solid; border-width:2; 
		text-decoration:none; 
		}

	.clsIcon {
		border-color:black; border-style:solid; border-width:1; 
		text-decoration:none; cursor:hand; 
		}

	.clsIcon:hover {
		border-color:white; border-style:solid; border-width:1; 
		text-decoration:none; cursor:hand;
		}

	.clsIconGold {
		color:#F2BE0D; padding:5px; border-style:none; 
		text-decoration:none; cursor:hand; 
		}

	.clsIconGold:hover {
		color:#F2BE0D; border-color:#F2BE0D;  border-style:solid; border-width:1; 
		text-decoration:none; cursor:hand;
		}

	.clsRed {
		color:red;
		}

	.clsIconRed {
		color:red; border-style:none; border-width:1; 
		text-decoration:none; cursor:hand; 
		}

	.clsIconRed:hover {
		border-color:Red; color:red; border-style:solid; border-width:1; 
		text-decoration:none; cursor:hand;
		}

	.RecordTitle {
		border-color:black; border-style:solid; border-width:1; 
		text-decoration:none; cursor:hand; 
		}

	.RecordTitleSelected {
		border-color:white; border-style:solid; border-width:1; 
		text-decoration:none; cursor:hand;
		}

