﻿body {
	color: White;
	background-color: Black;
	font-family: Arial;
	font-size: 120%;
	background-image: none;
	background-repeat: repeat-x;
	margin-top: 0;
}
p {
	clear: both;
	color: White;
}
a {
	color: White;
	background-color: #444444;
	text-decoration: underline;
	border-style: none;
	cursor: pointer;
	font-style: italic;
}
a:hover {
	color: Black;
	background-color: White;
}
.ExtLink {
	color: White;
	background: Gray;
	text-decoration: none;
	border-color: White;
	border-style: solid;
	border-width: Medium;
	cursor: pointer;
}
.ExtLink:hover {
	color: White;
	background-color: Gray;
}
input {
	font-size: 100%;
	font-weight: bold;
}
.PageTitle {
	color: White;
	background-color: #444444;
	font-size: 180%;
	font-weight: bold;
	font-style: italic;
	border-style: solid;
	border-width: Medium;
	border-color: #444444;
}
h1 {
	color: White;
	background-color: #333333;
	font-size: 180%;
	font-weight: bold;
	font-style: italic;
	border-style: solid;
	border-width: Medium;
	border-color: White;
	padding: 10px;
}
h2 {
	color: White;
	background-color: #333333;
	font-size: 140%;
	font-weight: bold;
	font-style: oblique;
	border-style: solid;
	border-width: medium;
	border-color: White;
	padding: 8px;
}
h3 {
	color: White;
	background-color: #333333;
	font-weight: bold;
	font-style: oblique;
	border-style: solid solid none none;
	border-width: thin;
	border-color: White;
	padding: 5px;
}
img {
	display: none;
}
select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.box {
	border: solid 1px black;
	font-size: 12pt;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
}
.gridTable {
	border: solid 1px White;
	border-collapse: collapse;
	padding: 0;
}
.gridTable td {
	border: solid 1px White;
}
.gridTable th {
	border: solid 1px White;
}
table {
	border-collapse: collapse;
}
td {
	padding: 5px;
}
th {
	border-collapse: collapse;
	padding: 5px;
}
#tblMenu {
	border: solid 1px White;
	border-collapse: collapse;
	background-color: Gray;
	margin-right: 4px;
}
#tblMenu tr td {
	border: solid 1px White;
	margin: 4px;
	padding: 1px;
}
#tblMenu tr td a {
	color: White;
	background-color: Gray;
	background: Gray;
	font-weight: bold;
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	white-space: nowrap;
	border: none;
	padding: 0px;
}
#tblMenu tr td a:hover {
	color: White;
	background-color: Black;
	background: Black;
	padding: 0px;
}
.tblGridLines {
	border: solid 1px White;
	border-collapse: collapse;
	background-color: transparent;
	padding: 5px;
	text-align: left;
}
.tblGridLines tr td {
	border: solid 1px white;
}
.tblGridLines th {
	color: White;
	background-color: #444444;
	background: #444444;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border: solid 1px white;
}
.NewsCell {
	border: solid medium White;
	padding: 4px;
}
.ShowInTextOnlyMode {
	display: inline;
	visibility: visible;
}
.HideInTextOnlyMode {
	display: none;
	visibility: hidden;
}
#apDiv3 div {
	font-family: "Comic Sans MS", cursive;
	font-size: 14pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
