.green_hdr {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #00FF00;
	font-weight: bold;
}
.large_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #00FFFF;
}
.blue_medium {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #00FFFF;
}
.blue_mlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #00FFFF;
}
.blue_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00FFFF;
	font-weight: bold;
}
.blue_ital {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #00FFFF;
	font-weight: bold;
	font-style: italic;
}
.yellow_small {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFF00;
	font-weight: bold;
}
.green_small {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #00FF00;
}
.green_medium {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #00FF00;
}
.red_medium {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
