body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
}
.testclass {
font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;

}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
	margin: 0

}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FE0000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse : collapse;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: medium;
	color: #333333;
}

