.salefabric	{
		color: #FF0000;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		}

.newfabric	{
		color: #006400;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		}

.tabledata	{
		color: black;
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		}

a.tablelinks:link	{
		color: blue;
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		text-decoration: none;
		}
a.tablelinks:visited	{
		color: fuchsia;
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		text-decoration: none;
		}
a.tablelinks:hover	{
		color: red;
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: underline;
		}