body{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:12px;
	color:black;
	background-color:rgb(252,220,169);
	text-align:center;
}

table{
	font-size:12px;
}
.netp{
	font-size:11px;
	text-decoration:none;
	color:black;
}
.netp:hover{
	text-decoration:underline;
}
.tdmain{
	background:url(img/bg.jpg) no-repeat;
	background-position:top;
}.tdright{
	background:url(img/bgright.jpg) repeat-x;
	background-position:top;
}