body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#9b9b9b;
}
.repeatx {
	background-repeat: repeat-x;
}
.boarder {
	border: 2px solid #e4e4e4;
}

.tablerepeaty {
	background-repeat: repeat-y;
}
.norepeat {
	background-repeat: no-repeat;
}
.tableright {
	background-repeat: no-repeat;
	background-position: right top;
}
.tableleft {
	background-repeat: no-repeat;
	background-position: left top;
}
.tablebottom {
	background-repeat: no-repeat;
	background-position: bottom;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.highlight {
	font-weight: bold;
	text-decoration: underline;
}
.pdetail {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}