html, body
{
	font-family : Verdana;
	font-size: 10px;
	color: green;
	
}

.GroupRow
{
	border-bottom: 1px solid black;
	font-size: 12px;
	color: Blue;
}

.GroupRowMouse
{
	border-bottom: 1px solid black;
	background-color: red;
	cursor: pointer;
}

.ProductRow
{
	font-size : 10px;
}

.ProductRowMouse
{
    font-size : 10px;
    cursor: pointer;
  
    BACKGROUND-COLOR: red;
}

.ProductRowAlternateMouse
{
    font-size : 10px;
	background-color : red;
    cursor: pointer;
  }

.ProductRowAlternate
{
	font-size : 10px;
	background-color : #E5E5E5;
}

.TableHeaderSmall
{
	font-weight: bold;
	background-color: darkgreen;
	color: White;
	font-family : Verdana;
	font-size: 10px;
}

.TableHeader
{
	font-weight: bold;
	background-color: darkgreen;
	color: White;
	font-family : Verdana;
	font-size: 12px;
}

.Text
{
	font-size : 12px;
}

.TextSmaller
{
	font-size : 11px;
}

.DropDownText
{
	font-size: 10px;
}

