body
{
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

td
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

input
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

select
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

A
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

.MenuMouseOver
{
	cursor: hand;
	background-color: blue;
}

.Spacer
{
	border-top: 1px solid black;
}

.Bottom
{
	color: White;
	font-weight: Bold;
}

h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.Heading1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.Heading2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.TableHeader
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background: #e5e5e5;
}

.Normal
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

.OriginalPrice
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: line-through;
	color: Red;
}

.RebatedPrice
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Green;
}

.Bold
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

.BoldRed
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

.Error
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: Red;
}
