.style1 {font-size: 10px}
.style2 {font-size: 12px}
.style3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	color: #064080;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}


body,td,th {
	font-family: Trebuchet MS;
	font-size: medium;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #005ABB;
}
