span.headerText
{
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.boldText
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#products a
{
	text-decoration: underline;
	color: #000000;
	background-color: #eeeeee;
}

#products a:hover
{
	text-decoration: underline;
	color: #5db3b6;
	background-color: #eeeeee;
}

.normalText
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.normalTableText
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.normalTableText2
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	width: 150px;
	text-align: center;
}