﻿html, body 
{
	height:100%;
	overflow: hidden;
}
body {
	font-size: 9pt;
	color:#2B2519;
	background-color:Gray;
	font-family:Verdana;
	padding:0px;
	margin:0px;
}

div
{
	cursor: default;
}

p
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	line-height:11pt;
}

a 
{
	text-decoration: none;	
	color:Black; 
}

div.menu
{
	width: 140px;
	text-align: right;
	padding-right: 6px;
	padding-bottom: 2px;
	background-color: whitesmoke;
	font-size: 8pt;
	border-top: solid 1px white;
	border-bottom: solid 1px #c0c0c0;
}

div.menu:hover
{
	background-color: #606060;
	color:Yellow;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}

a.menu
{
	 width:100%; 
	 display:block; 
	 text-align:right;
}
a.menu:hover
{
	background-color: #606060;
	color:Yellow;
}
.textboxShadow
{
	height: 140px;
	position: absolute;
	width: 554px;
	background-color: #707070;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 8px;
	z-index: 0;
}
.textbox
{
	position: static;
	width: 554px;
	background-color: white;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 4px;
	z-index: 10;
	border-top: white 2px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	margin: 6px 10px 6px 10px;
}
.textboxTitle
{
	left: 0px;
	height: 20px;
	width: 97%;
	background-color: #808080;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 8px;
	color: White;
	border-top: black 1px solid;
	border-left: black 1px solid;
	font-family: 'Gill Sans MT';
	font-variant: small-caps;
	font-size: 11pt;
}
.smallPict
{
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

td.leftcolumn
{
	background-color:Black; 
	width:148px; 
	height:90%;
}
td.leftfooter
{
	background-color:Black; 
	width:148px; 
	height:30px;
}
