a:link
{
	color: rgb(0,106,170);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,106,170);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,106,170);
	text-decoration: underline;
}
a:hover
{
	color: rgb(246,155,12);
	text-decoration: none;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	background:url('images/bg.gif');
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.th
{
    background-color:rgb(1,118,188);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(152,216,254);
	font-family: Arial;
	font-size  : 12px;
	font-weight: normal;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(231,246,255);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.enthead
{
    background-color:rgb(200,0,0);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.ent
{
    background-color:rgb(50,50,50);
	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: rgb(255,255,255);
}

.nllight
{
    background-color:rgb(239,239,239);
	font-family: Arial, Verdana;
	font-size: 9 pt;
	font-weight: normal;
	color: rgb(0,0,0);
}

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,80,150)
}

h1
{
	font-family: Arial;
	font-size  : 16px;
	font-weight: bold;
	color: rgb(200,0,0)
}

.mt
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,76,122)
}

.stw
{
	font-family: arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(41,145,242)
}


.tb
{
    border:1px solid #b0b0b0; background-color:#f6f6f6;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}