a:link
{
	color: rgb(85,85,85); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(85,85,85); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(85,85,85); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(240,109,8); 
    text-decoration: underline;
}

body
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(0,0,0);	
	background-image:url('images/bg.gif');
}

table
{
	font-family:  Arial;
	font-size: 12px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}

.lft
{
	font-family:  Arial;
	font-size: 11px;
	color: rgb(0,0,0);

}

.th
{
    background-color:#FE811A;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(159,198,253);
	font-family: Arial;
	font-size: 12px;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(217,236,254);
	font-family:  Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}

p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Arial ;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,0);

}
h1
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	font-style: none;
	color: rgb(0,100,255)
}

h2
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(200,0,0)
}

h3
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,0,0)
}

.tb
{
	font-family: Verdana;
	font-size  : 11px;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #c8defc;
	background-color: #f4f8fd;
}

ul
{
   list-style-image:url('images/list-bullet.gif');
}