/*body
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}*/

/*table
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}*/

.lbl
{
	font-family: Arial, Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.lblHeader
{
	font-weight: bold;
	color: White;
}

.tb
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 17px;
	border: solid 1px black;
	background-color: WhiteSmoke;
}

.divMain
{
    border: solid 2px black;
}

.tblHeader
{
   /* background-color: Crimson; */
   background-color:#5577EE;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial;
    color: White;
    padding: 2px 2px 2px 2px;
}

.lnk
{
	font-family: Arial, Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    color: Crimson;
    text-decoration: none;
}

.lnk a:hover, visited, link, active
{
	font-family: Arial, Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    color: Crimson;
    text-decoration: none;
}