body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

del { color: red; text-decoration: line-through; }
del span { color: black; background: white; }

.style1 {
	color: #8e4829;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-transform:uppercase
}
.style2 {
	color: #7b614b;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #7b614b;
	font-size: 11px;
	font-family: tahoma;
}
.style3b {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
}
.style3c {
	color: #909090;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {color: #f08d18;
font-size: 11px;
	font-family: tahoma;
	font-weight:bold}
.style6 {font-family: tahoma; font-size: 11px; color:#D53E1B}
.style7 {
	color: #9f6632;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {
	color: #d53e1b;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style10 {
	color: #9f6632;
	font-size: 10px;
	font-family: tahoma;
}
.style11 {
	color: #d1b69d;
	font-size: 9px;
	font-family: tahoma;
}
.style12 {
	color: #9f6632;
	font-weight: bold;
	font-family: tahoma;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px;
	border-style: inset;
	border-color: black;
}
table.sample td {
	border-width: 1px;
	border-style: inset;
	border-color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.sample_noborder {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
}
table.sample_noborder th {
	border-width: 0px;
	border-style: inset;
	border-color: black;;
}
table.sample_noborder td {
	border-width: 0px;
	border-style: inset;
	border-color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.sample_special td {
	border-width: 7px;
	border-style: inset;
	border-color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

