h2 {
	font-size: 1.5em;
	color: #802932;
}
h3 {
	font-size: 1.2em;
	color: #802932;
}
h4 {
	font-size: 1em;
	color: #802932;
}
a {
	color: #832231;
	text-decoration: underline;
}
a:hover {
	color: #306ba7;
	text-decoration: none;
}
a:visited {
	color: #832231;
}
a:active {
	color: #306ba7;
	text-decoration: none;
}
a:visited:hover {
	color: #306ba7;
	text-decoration: underline;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9C002F;
	border: 2px solid #000000;
}
.alert a{
	color: #FFFFFF;
}
.smallBox {
	background-color: #FBEEC1;
	border: 1px solid #FAE8A9;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: 30%;
}
.information {
	font-size: .8em;
	color: #9C002F;
}
.titleDiv {
	font-size: 18px;
	color: #802932;
	text-align: center;
	border-bottom: 1px solid #802932;
}
.list1 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93002C;
	padding: 3px;
	margin-bottom: 3px;
}
.list2 {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #450213;
	padding: 3px;
	margin-bottom: 3px;
}
.minorHead {
	color: #FFE5B2;
	background-color: #98002F;
	width: 100%;
	border: 1px solid #720022;
	text-align: center;
}
.titleDiv a {
	text-decoration: none;
}
.titleDiv a:visited {
	text-decoration: none;
}
.titleDiv a:hover {
	text-decoration: none;
}
.titleMinor {
	color: #000000;
	background-color: #e0e1ec;
	width: 100%;
	text-align: center;
	border: 1px solid #d5d6e4;
}
.bodyText {
	padding: 2px;
	margin: 2px;
}
.cell1 {
	border: 1px solid #832231;
	padding: 5px;
}
.cell2 {
	border: 1px solid #832231;
	background-color: #CCCCCC;
	padding: 5px;
}