body
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: White;
	color: Black;
}

.MaxLen
{
    font-size:xx-small;
    font-style:italic;
    color:Maroon;
}

.Error
{
    font-weight:bold;
    font-style:italic;
    color:Red;
}

.InfoHeader
{
    font-size: 8pt;
    font-weight: bold;
    color: Teal;
}

.InfoLabel
{
    font-size: 8pt;
    font-weight: bold;
}

.InfoText
{
    font-size: 8pt;
}

.InfoSelectableText
{
    font-size: 8pt;
    background-color: White;
    cursor:default;
}

.InfoSelectableTextHover
{
    font-size: 8pt;
    background-color: Blue;
    color: White;
}

.InfoSelectableTextSelected
{
    font-size: 8pt;
    background-color: Teal;
    color: White;
}




