.BC18 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	font: arial;
}
.IC12 {
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	font: arial;
}
.red {color: #dc143c}
.blue {
	color: #0000FF
}
.unli {text-decoration:underline}
.hili {
	background-color: yellow;
}
.sml {font-size: 9px}
.ital { font-style:italic}
.gos16B {
	font-style: italic;
	font-size: 16pt;
	font-family: "goudy old style";
	font-weight: bold;
}
.boldRed {color: #dc143c; font-weight: bold; }
.blueBold12 {
	color: #0000FF;
	font-weight: bold;
	font-size: 12pt;
	font: arial;
}
.BC14 {font-size: 14pt;font: arial;}
.dashedBox {
	padding: 0 1.5em;
	border: 2px dashed red;
	background: #fcc;
	width:60%;
	margin-left: 130px;
}
.navyBold {
	color: navy;
	font-weight: bold;
}