<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link
{
	color: rgb(19,116,153);
	text-decoration: underline; 
	outline:none;
}
a:visited
{
	color: rgb(19,116,153);
	text-decoration: underline;
	outline:none;
} 
a:active 
{
	color: rgb(19,116,153);
	text-decoration: underline;
	outline:none;
}
a:hover
{
	color: rgb(0,74,102);
	text-decoration: none;	
	outline:none;
}

area{outline:none;}





a.nav:link
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,74,102);
	text-decoration: none; 
}
a.nav:visited
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,74,102);
	text-decoration: none;
} 
a.nav:active 
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,74,102);
	text-decoration: none;
}
a.nav:hover
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(209,156,36);
	text-decoration: none;	
}

.navfc
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(209,156,36);
	text-decoration: none; 
}


body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(240,240,240);
	color: rgb(100,100,100);
	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;
	 
}

.bgclient {
	background:#FFFFFF url('images/bg-client.gif') repeat top;
	 
}

.bg-home {background: url('images/pic-home2.png') repeat top; height:242px;}

.bgtable {
	background:#FFFFFF;
	 
}

.th
{
    background-color:rgb(3,128,233);
	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)
}
.tc
{
    background-color:rgb(232,241,245);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,80,150)
}
.mt
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #7f9db9; 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: Justify;
	line-height: 130%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(100,100,100);
   list-style-image:url('images/listbullet.gif');
}</pre></body></html>