.body {
	font-family: gill sans, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	text-decoration: none;
}

.body2 {
	font-family: gill sans, sans-serif;
	font-size: 14px;
	color: #4B4B4B;
	text-decoration: none;
}

.body3 {
	font-family: gill sans, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.body4 {
	font-family: gill sans, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.impact {
	font-family: Impact, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #4B4B4B;
	text-decoration: none;
	letter-spacing: 0.001cm
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.img {
     border: none;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

p.border {
border-style: dotted none none none;
border-top-width: 1px
}