.title1 {
	font-size: 18pt;
	font-weight: bold;
	color: #FF0000;
}
.textblue {
	font-size: 14pt;
	font-weight: bold;
	color: #0000FF;
}
.smallblue {
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
}
.tinyblue {
	font-family: "Trebuchet MS";
	font-size: xx-small;
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.pagewhite {
	background-color: #FFFFFF;
}
.pageyellow {
	background-color: #FFFF99;
}
.fontcourier {
	font-family: "Courier New", Courier, mono;
}
.textred {
	color: #FF0000;
}
.fonttreb {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
.textpurple {
	color: #990033;
}
