a:link
{
	color: rgb(0,100,200);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(0,100,200);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(0,100,200);
	text-decoration: underline;
}
a:hover
{
	color: rgb(0,0,0);
	text-decoration: none;	
}



a.black:link
{
	color: rgb(0,0,0);
	text-decoration: none; 
}
a.black:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.black:active 
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.black:hover
{
	color: rgb(0,100,200);
	text-decoration: none;	
}



a.bold:link
{
	color: rgb(0,0,0);
	text-decoration: none; 
}
a.bold:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.bold:active 
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.bold:hover
{
   	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;	
}



body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(230,230,230);
	color: rgb(0,0,0);
	margin:0;
	bckground: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);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#FFFFFF url('images/bg-body2.gif') repeat-x top;
	 
}

.th
{
    background-color:rgb(38,147,206);
	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(240,240,240);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

h1
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(0,100,200)
}

h2
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(0,0,0)
}

h3
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(38,147,206)
}

.hd
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.mt
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(0,100,200);
}


.tb
{
    border:1px solid #dcdcdc; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

.tca
{
    background-color:#A4CFFF;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}


.aludark
{
    background-color:rgb(0,90,190);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.alulight
{
    background-color:rgb(230,240,250);
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}



p
{
	text-align: Justify;
	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');
}


.lftbg
{
    background-color:rgb(198,235,255);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0);
	height: 25px;
}
.lefttc
{
	background-color: rgb(225,245,255);
	
}
a.left:link
{
	color: rgb(0,0,0);
	text-decoration: none; 
}
a.left:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
} 
a.left:active 
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a.left:hover
{
	color: rgb(0,0,0);
	text-decoration: none;	
}