body {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	}
a:link {
	color:#0000cc;
	text-decoration:none;
	}
a:hover {
	color:#0000cc;
	text-decoration:underline;
	}
a:visited {
	color:#0000cc;
	text-decoration:none;
	}
a:visited:hover {
	color:#0000cc;
	text-decoration:underline;
	}