a:link
{
	color: rgb(0,0,0);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,0,0);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,0,0);
	text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,255);
	text-decoration: none;	
}


a.nav:link
{
	color: rgb(0,0,0);
	text-decoration: none;	
}
a.nav:visited
{
	color: rgb(0,0,0);
	text-decoration: none;	
} 
a.nav:active 
{
	color: rgb(0,0,0);
	text-decoration: none;	
}
a.nav:hover
{
	color: rgb(255,255,255);
	text-decoration: none;	
}



body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	background:#e3e3e3 url('iages/bg.gif') repeat-x top;
}
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);
}

.bgimg {
	background:#FFFFFF url('images/bg.gif') repeat-x top;
	 
}

.th
{
    background-color:rgb(255,138,0);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(187,229,255);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tdbg
{
	font-family: Arial;
	font-size  : 14px;
	font-type: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Times New Roman;
	font-size  : 20px;
	font-weight: normal;
	color: rgb(0,0,0)
}
.mt
{
	font-family: Arial Narrow;
	font-size  : 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: rgb(255,118,0)
}
.tb
{
    border:1px solid #c8c8c8; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: left;
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/list-bullet.gif');
}