h2 { font-size: 110%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #fc6;
}
.dept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.blue  {
	color: blue;
	font-weight: bold;
}
.dispatch_header   {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
.figure_center {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:smaller;
}
.quote {
	color: green;
	font-style: italic;
	font-family: Arial;
}
.red  {
	color: red;
	font-size: 90%;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-style: italic;
}
.screen {
	font-size: x-small;
	font-family: "Courier New";
	background-color: silver;
}
.textregion {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 70px;
	margin-left: 50px;
}
.coderegion {
	font-size: small;
	font-family: "Courier New";
	background-color: silver;
	margin-right: 70px;
	margin-left: 70px;
}

