body{
	color:white;
	background-image:url(./bgx.jpg);
	background-position: center; 
	background-color:black;
	font-size:10pt;
}

a:link{
	color:#00ffff;
}

a:visited{
	color:#6699ff;
}

a:active{
	color:#00ffff;
}

a:hover{
	color:#00ff00;
}

address{
	text-align:right;
}

.cen{
	text-align:center;
}

.rig{
	text-align:right;
}

.lef{
	text-align:left;
}
td{
	font-size:10pt;
}

td.nfla{
	width:100%;
}

td.img{
	width:100;
}

.lhalf{
	width:50%;
	text-align:left;
}

.rhalf{
	width:50%;
	text-align:right;
}
.half{
	width:50%;
}