﻿@charset "utf-8";
.MaroonBold {
	color: #800000;
	font-weight: bold;
}
.BlueFont {
	font-family: "Times New Roman";
	color: #000080;
	font-weight: bold;
}
.ListSquare {
	list-style-type: square;
	list-style-image: url('Images/ulSquare.gif');
}
.Center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Sidebox {
	font-size: small;
	text-align: center;
	font-weight: bold;
}
.pGrayBox {
	background-image: url('Images/GrayBackBB.gif');
	background-repeat: no-repeat;
	height: 170px;
	width: 199px;
	text-align: center;
	background-position: center;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
img {
	border-width: 0px;
	border-style: none;
	float: none;
	vertical-align: super;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #800000;
}
h2 {
	color: #800000;
}
h3 {
	color: #800000;
	font-size: 15pt;
}
h4 {
	color: #000080;
	font-size: 13pt;
}
h5 {
	color: #000080;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000080;
}
body {
	min-height: 100.01%;
	margin-bottom: 20px;
}
html { min-height:100.01%; margin-bottom:1px; } 






