.SideMenu {
	background-color: #FFCC99;
	font-size: 8pt;
	font-weight: bold;
	padding: 10px;
}
div
{
	overflow: visible;
	clear: both;
	display: block;
	float: none; 
	visibility: visible;
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	background-color: #FEE3CE; */
	background-image: url(images/Background.jpg);
	background-repeat: repeat;
	margin: 20px 0px;
}
.indent 
{
	margin-left: 0.8em;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
	min-width: 25em;
	font-size: 0.94em;
}
.TreeViewClass 
{
	font-size: 6pt;
}
.HeaderCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-variant: small-caps;
}
.ContentCell {
	padding: 10px;
}
.InlineBox {
	background-color: #FFF4EA;
	padding: 10px;
	border: 1px solid #FF6600;
}
.Center {
	text-align: center;
}
.SpacedList {
}
a {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}

@media PRINT
{
	.LeftNav 
	{
		display: none;
	}
}
