.text {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.textbold {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;

}
.textblue {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000099;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;

}
.italics {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
}
