li
{
    FONT-SIZE: 20pt;
    FONT-FAMILY: Verdana;
}
body 
{ background-color:white; 
}
.TableRowHover0
{
	FONT-FAMILY: Verdana;
	COLOR:black;
	font-size: 8pt;
	background-color:LIGHTGRAY;
}
.TableRowHover1
{
	FONT-FAMILY: Verdana;
	COLOR:black;
	font-size: 8pt;
	background-color:WHITESMOKE;
}
.TableRowHover0:hover  
{ 
	COLOR:white;
    background-color:#A7B4DC;
}
.TableRowHover1:hover  
{ 
	COLOR:white;
    background-color:#A7B4DC;
}
.TableRowSelected  
{ 
    background-color:#A7B4DC;
    FONT-FAMILY: Verdana;
	COLOR:White;
	font-size: 8pt;
}
.TableColumnSelected  
{ 
    background-color:#A7B4DC;
    FONT-FAMILY: Verdana;
	COLOR:White;
	font-size: 8pt;
}
.Cell
{
	background-color:white;
	FONT-FAMILY: Verdana;
	COLOR:Black;
	font-size: 8pt;
	vertical-align:middle;
	height:22
}
.background
{
	background-color:LIGHTGRAY;
}

.HoverPopData
{
	background-color:White;
    FONT-FAMILY:Cambria;
	COLOR:Black;
	font-size: 5pt;
	border-color:Black;

}
.HoverPopData2
{
	background-color:Yellow;
    FONT-FAMILY:Arial;
	COLOR:Black;
	font-size: 5pt;
	border-color:Black;

}