﻿html, body
{
	height: 100%;
    overflow: auto;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	overflow-y: scroll;
}
body
{
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #ffffff;
}
table
{
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}
}
table td {
	padding: 0px;
	margin: 0px;
}
img 
{
    border: none;
}
#container
{
	position: relative;	
	background-color: #ffffff;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    width: 900px;
    height: 560px;
    text-align: left;
}
#popup
{
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 460px;
}
#popupTopLeft
{
	position: absolute;
	height: 16px;
	left: 0px;
	top: 0px;
	width: 16px;
}
#popupTop
{
	position: absolute;
	height: 16px;
	left: 16px;
	top: 0px;
	width: 428px;
}
#popupTopRight
{
	position: absolute;
	height: 16px;
	left: 444px;
	top: 0px;
	width: 16px;
}
#popupLeft
{
	position: absolute;
	height: 208px;
	left: 0px;
	top: 16px;
	width: 16px;
}
#popupCenter
{
	position: absolute;
	background-color:#ffffff;
	left: 16px;
	top: 16px;
	width:428px;
}
#popupRight
{
	position: absolute;
	height: 208px;
	left: 444px;
	top: 16px;
	width: 16px;
}
#popupBottomLeft
{
	position: absolute;
	height: 16px;
	left: 0px;
	top: 224px;
	width: 16px;
}
#popupBottom
{
	position: absolute;
	height: 16px;
	left: 16px;
	top: 224px;
	width: 428px;
}
#popupBottomRight
{
	position: absolute;
	height: 16px;
	left: 444px;
	top: 224px;
	width: 16px;
}

.exampleTable td {
	font-size: 10pt;
}




.nav
{
	margin-left: 10px;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}


/* unused */

h1
{
	color: #000000;
	font-weight: 700;
	font-size: 12pt;
}
#footer
{
	font-size: 9pt;
	margin-left: 180px;
	text-align: left;
}
#caption
{
	font-size: 11pt;
	font-weight: 400;
}

