.style1 {
	font-family: Arial;
	color: #5F84A9;
	font-weight: bold;
	font-size: large;
}
.style2 {
	font-family: Arial;
	font-size: small;
}
.style3 {font-family: Arial; font-size: small; font-style: italic; }
.style4 {
	font-family: Arial;
	font-size: medium;
	font-style: italic;
	color: #5F84A9;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #5F84A9;
}

