a:link
{
    color: rgb(90,90,90);
	text-decoration: none; 
}
a:visited
{
    color: rgb(90,90,90);
	text-decoration: none;
} 
a:active 
{
    color: rgb(90,90,90);
	text-decoration: none;
}
a:hover
{
    color: rgb(90,90,90);
	text-decoration: underline;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(0,0,0);
	color: rgb(0,0,0);
	margin:0;
	background:url('images/bgfix.gif') no-repeat fixed top;
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	color: rgb(90,90,90);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#cdcdcd url('images/bg-body.gif') repeat-x top;	 
}

.th
{
    background-color:rgb(210,210,210);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(225,225,225);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(248,248,248);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.leftborder
{
	border-right:#d2d2d2  solid 1px;
}
.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.shd
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.text-black
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: normal;
	color: rgb(0,0,0)
}
.mt
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tb
{
    border:1px solid #d2d2d2; 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/listbullet.gif');
}