﻿body {
	font-family: Arial;
	background-color: PapayaWhip;
	margin: 0;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
a {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Red;
}
.smaller {
	font-size: smaller;
}
.smallerlBold {
	font-size: smaller;
	font-weight: bold;
}
.smallBold {
	font-size: small;
	font-weight: bold;
}
.xsmallBold {
	font-size: x-small;
	font-weight: bold;
}
.xxsmallBold {
	font-size: xx-small;
	font-weight: bold;
}
.largerBold {
	font-size: larger;
	font-weight: bold;
}
.largeBold {
	font-size: 120%;
	font-weight: bold;
}
.bigLetter {
	font-size: 18pt;
	font-weight: bold;
}
.banner {
	font-family: Arial;
	font-size: 28pt;
	font-weight: bold;
	font-style: italic;
	color: DarkRed;
}
.box {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.grayBox {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
}
.bottomLine {
	border-bottom: solid 1px black;
}
.topLine {
	border-top: solid 1px black;
}
.leftLine {
	border-left: solid 1px black;
}
.rightLine {
	border-right: solid 1px black;
}
.gridTable td, .gridTable th {
	border: solid 1px gray;
}
