body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BACK.jpg);
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.style2 {font-size: 11px}

.border-all{
	border:#6A6A6A solid 1px;
}
.border-right{
	border-right:#5F564F solid 1px;
}
.bottom-dotted{
	border-bottom:#5F564F dotted 1px;
}
.left-solid{
	border-left:#A9A9A9 solid 1px;
}
.top-solid{
	border-top:#5F564F solid 1px;
}
.top-dotted{
	border-top:#5F564F dotted 1px;