body {
	background-color: #400E81;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.navbar {
	font-family: "Copperplate Gothic Light";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	word-spacing: 2px;
}
a.navbar: link {
	font-family: "Copperplate Gothic Light";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	word-spacing: 2px;
}
a.navbar:visited {
	font-family: "Copperplate Gothic Light";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.navbar: hover {
	font-family: "Copperplate Gothic Light";
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}

.ListHead {
	font-family: "Copperplate Gothic Light";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #400E81;
	text-decoration: underline;
	text-align: center;
}
.list {
	font-family: "Copperplate Gothic Light";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.RtsideBG {
	background-image: url(images/RtSideBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px;
	white-space: nowrap;
	border: 1px solid #000000;
}
.tblMid {
	margin: auto;
	padding: 8px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 2px;
	color: #000000;
	border-top: 1px inset #000000;
	border-right: 1px inset #000000;
	border-bottom: 1px inset #000000;
	border-left: 1px none #000000;
}
.tblLeft {
	background-image: url(images/SideBG.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 6px;
	background-position: left top;
	white-space: nowrap;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
h4 {
	font-family: "Copperplate Gothic Light";
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
h4: link, hover {
	font-family: "Copperplate Gothic Light";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFcc;
	text-decoration: underline;
}

