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,130,255);
	text-decoration: none;
}

body
{
	font-family: Arial;
	font-size  : 11px;
	background-color: rgb(32,112,185);
	color: rgb(0,0,0);
	margin:0;
	bckground-image:url('images/bg.gif');
}

p
{
	text-align: justify;
	line-height: 150%
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 11px;
	bckground-color:rgb(255,255,255);


}
.th
{
    background-color:rgb(32,112,185);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(204,229,251);
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(245,245,245);
	font-family: Arial;
	font-size  : 11px;
	font-type: normal;
	color: rgb(0,0,0)
}
.tb
{
    border:1px solid #7ec1ff; 
    background-color:#FFFFFF;
	font-family: Tahoma;
	font-size  : 11px;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}
.btn
{
    border:1px solid #7ec1ff; 
    background-color:#c3c3ee;
	font-family: Tahoma;
	font-size  : 11px;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}
ul
{
	font-family: Arial;
	font-size  : 11px;
   font-style: normal;
   color: rgb(70,70,70);
   list-style: square;

}
.hd
{
	font-family: Times New Roman;
	font-size  : 20px;
	font-weight: Normal;
	color: rgb(0,90,161)
}

.lft
{
	font-family: Arial ;
	font-size  : 12px;
	color: rgb(255,255,255);
	font-weight: bold;	
}


.er
{
    font-family: Arial, Verdana, Trebuchet MS;
	font-size  : 9pt;
	font-type: normal;
	color: rgb(200,0,0);
	font-weight: bold;

}

h1
{
	font-family: Arial ;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(200,0,0)
}
.boxhd
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(0,130,255)
}