a:link
{
	color: rgb(0,50,100);
	text-decoration : underline;
}
a:visited
{
	color: rgb(0,50,100);
	text-decoration : underline;
} 
a:active 
{
	color: rgb(0,50,100);
	text-decoration : underline;
}
a:hover
{
	color: rgb(0,50,100);
	text-decoration : none;
}


body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
}
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-bottom-body.gif') repeat-x;
	height: 91px;
	 
}

.bgimg-bottom {
	background:#8591a9 url('images/bg-bottom.gif') repeat-x;
	height: 150px;
	
}


.th
{
    background-color:rgb(123,158,200);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(221,232,254);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(240,245,255);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}
.hdtc
{
    background-color:rgb(1,51,102);
	font-family: Arial;
	font-size  : 12px;
	font-type: Bold;
	color: rgb(255,255,255)
}
.hd
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,50,100)
}
.mt
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bld;
	color: rgb(150,150,150)
}

.lfsm
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0)
}

.tb
{
    border:1px solid #c4cad6; 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: 130%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}
