a:link
{
	color: rgb(15,14,170);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(15,14,170);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(15,14,170);
	text-decoration: underline;	
}
a:hover
{
	color: rgb(220,0,0);
	text-decoration: underline;	
}

body
{
	font-family: Arial;
	font-size  : 12px;
	bckground-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	bckground-image:url('images/bg.gif');
}

p
{
	text-align: justify;
	line-height: 150%
}

.lm
{
	font-family: Arial;
	font-size  : 12px;
	color: #000000;		
}

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);


}
.th
{
    background-color:rgb(204,51,51);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(150,50,50);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tchead
{
    background-color:#E4D5B6;
	font-family: Arial;
	font-size  : 11px;
	color: rgb(0,0,0)
}

.tchead1
{
    background-color:#F0E7D6;
	font-family: Arial;
	font-size  : 12px;
	color: rgb(0,0,0);
	line-height: 150%
}


.tc
{
    background-color:rgb(240,240,240);
	font-family: Arial;
	font-size  : 12px;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial, Times New Roman;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}

.shd
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(200,0,0)
}

.tb
{
    border:1px solid #C0C0C0; background-color:#FFFFE1;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1

}

ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
   
   