﻿body {
	font-family: Arial;
	background-image: url(../Images/Logos/Image3.gif);
	background-repeat: repeat-x;
	margin-top: 0;
}
p {
	clear: both;
}
a {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Red;
}
.SoundFile {
	color: Blue;
	text-decoration: none;
}
.SoundFile:hover {
	color: Red;
}
input {
	font-size: 100%;
}
select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.ExtLink {
	color: Blue;
	text-decoration: none;
}
.ExtLink:visited {
	color: Blue;
}
.ExtLink:hover {
	color: Red;
}
.PageTitle {
	font-size: 200%;
	font-weight: bold;
	border: solid 1px Black;
}
image {
	display: none;
}
img {
	display: none;
	visibility: hidden;
}
.box {
	border: solid 1px black;
	font-size: 12pt;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
th {
	text-align: center;
}
.gridTable {
	border-collapse: collapse;
	padding: 0;
}
.gridTable td {
	border: solid 1px Gray;
}
.gridTable th {
	border: solid 1px Gray;
}
#tblMenu {
	background: White;
	border: solid 1px Black;
	border-collapse: collapse;
	margin-right: 4px;
}
#tblMenu tr td {
	border: solid 1px Black;
	margin: 1px;
	padding: 1px;
}
#tblMenu tr td a {
	color: Blue;
	background: White;
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	white-space: nowrap;
	border: none;
	padding: 0px;
}
#tblMenu tr td a:hover {
	background: Blue;
	color: White;
	font-size: 100%;
	padding: 0px;
}
.tblGridLines {
	border: solid 1px black;
	border-collapse: collapse;
	background-color: transparent;
	padding: 5px;
	text-align: left;
}
.tblGridLines tr td {
	border: solid 1px black;
}
.tblGridLines th {
	color: White;
	background-color: Navy;
	background: Navy;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border: solid 1px white;
}
.NewsCell {
	border: solid medium Black;
	padding: 4px;
}
.ShowInTextOnlyMode {
	display: inline;
	visibility: visible;
}
.HideInTextOnlyMode {
	display: none;
}
#apDiv3 div {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

