body
{
}
.categorylink
{
	text-align: left;
	color: Gray;
	font-family: arial;
	font-weight:bold;
	font-size:medium
}
.categorylinksmall
{
	text-align: left;
	color: Gray;
	font-family: arial;
	font-weight:bold;
	font-size:smaller
}
.producttext
{
	text-align: left;
	color: Black;
	font-family: arial;
	font-weight:normal;
	font-size:medium
}
.producttitletext
{
	text-align: left;
	color: Gray;
	font-family: arial;
	font-weight:bold ;
	font-size:medium;
	font-style:italic;
}
.categorytitle
{
	text-align: left;
	color: Black;
	font-family: arial;
	font-weight:bold;
	font-size:larger
}
.categorydescription
{
	text-align: left;
	color: Gray;
	font-family: arial;
	font-weight:lighter;
	font-size:medium
}
/*table.tbl {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.tbl th {
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}
table.tbl td {
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
}*/
table.tbl {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: Black;
	border-collapse: collapse;
	/*background-color: #f0e4e4;*/
}
table.tbl th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: Gray;
	/*background-color: #fffafa;*/
}
table.tbl td {
	border-width: 1px;
	padding: 2px;
	border-style: solid ;
	border-color: Gray;
	/*background-color: #fffafa;*/
}
