﻿p, td, li, ol, ul, blockquote {
	font-size: 10pt;
}
.TopHeading {
	color: #FFFFFF;
	font-size: large;
}
#MenuLeft {
	font-size: small;
	font-weight: bold;
	width: 100px;
	margin-right: 2px;
	margin-left: 2px;
	overflow: hidden;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}
#MenuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#MenuLeft li {
	border-bottom: 0px white solid;
	font-family: Arial, Helvetica, sans-serif;
}
#MenuLeft li a {
	display: block;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
}
#MenuLeft a:link, #MenuLeft a:visited {
	color: white;
	border-bottom: 1px black solid;
}
#MenuLeft a:hover {
	color: yellow;
	border-bottom: 1px white solid;
}
#MenuTop {
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	font-size: xx-small;
	margin-right: 10px;
	margin-left: 10px;
}
#MenuTop ul {
	list-style: none;
	margin: 4px 0px 0px 20px;
	padding: 0;
	padding-top: 4px;
	text-align: left;
}
#MenuTop li {
	display: inline;
	margin: 0px 2px 0px 2px;
}
#MenuTop a:link {
	padding: 3px 5px 2px 5px;
	color: black;
	background-color: white;
	text-decoration: none;
	border: 1px black solid;
}
#MenuTop a:visited {
	padding: 3px 5px 2px 5px;
	color: black;
	background-color: white;
	text-decoration: none;
	border: 1px black solid;
}
#MenuTop a:hover {
	color: yellow;
	background-color: #17346B;
	border: 1px yellow solid;
}
#MenuBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
#MenuBottom ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: center;
}
#MenuBottom li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
#MenuBottom a:link, #MenuBottom a:visited {
	padding: 3px 5px 2px 5px;
	color: black;
	background-color: white;
	text-decoration: none;
	border-left: 1px black solid;
	border-right: 1px black solid;
}
#MenuBottom a:hover {
	color: yellow;
	background-color: #17346B;
	border-left: 1px yellow solid;
	border-right: 1px yellow solid;
}
