
.NormalRow
	TR
	{
		cursor: hand;
	}
.NormalRow
	SPAN
	{
		cursor: hand;
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		font-family: Verdana;
	}
.SelectedRow
	TR
	{
		cursor: hand;
	}
.SelectedRow 
	TD
	{
		cursor: hand;
		BACKGROUND-COLOR: #ffffff;
	}
.SelectedRow 	
	SPAN
	{
		cursor: hand;
		font-weight: bold;
		font-size: 12px;
		color: #cc0000;
		font-family: Verdana;
	}
.NotSelectImage
{
	 VISIBILITY: hidden;
}
.SelectImage
{
	 VISIBILITY: visible;
}
.HeaderSpan
	{
		font-weight: bold;
		font-size: 18px;
		color: #cfcfe3;
		font-family: Arial Rounded MT Bold;
	}
.MyLinks  
	{
        font-family : Arial;
        font-weight : bold;
        text-decoration : underline;
        font-size : small;
    }

