body
{
}

.Menu
{
	color: #ffffff;
	background-color: #000000;
}

.MenuItem
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.SubMenuItem
{
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	background-color: #000000;
	text-decoration: none;
}

.MenuItemOver
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #0033cc;
	text-decoration: none;
}

.SubMenuItemOver
{
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	background-color: #0033cc;
	text-decoration: none;
}

.ProductHeader
{
	font-weight: bold;
	color: #ffffff;
	background-color: #0033cc;
}

.ProductDescription
{
	color: #000000;
	background-color: #cccccc;
}

.ProductImageBackground
{
	background-color: #0000ff;
}

.ErrorText
{
	color: #ff0066;
}
