body {
	background: white;
}

#menu {
	display: none;
}

#wrapper, #content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent;
}

.IconVisTL{
   visibility: visible;
   cursor: default;
   position:absolute;
   left:5px;
   top:5px;
   font-family: verdana; 
   font-size:10px;
   font-style:normal;
   z-index:99;
   background-color:transparent;
   color:black;
 }
.IconVisTR{
   visibility:visible;
   cursor: default;
   position:absolute;
   left: 5px;
   top: 5px;
   font-family: verdana; 
   font-size: 10px;
   font-style: normal;
   z-index:99;
   background-color: transparent;
   color: black;
 }
.IconVisBL{
   visibility: visible;
   cursor: default;
   position:absolute;
   left: 5px;
   top: 15px;
   font-family: verdana; 
   font-size: 10px;
   font-style: normal;
   z-index:99;
   background-color: transparent;
   color: black;
 }
.IconVisBR{
   visibility: visible;
   cursor: default;
   position:absolute;
   left: 5px;
   top: 15px;
   font-family: verdana; 
   font-size: 10px;
   font-style: normal;
   z-index:99;
   background-color: transparent;
   color: black;
 }
.IconVisZ50{
   visibility: visible;
   cursor: default;
   font-family: verdana; 
   font-size: 10px;
   font-style: normal;
   z-index:50;
   background-color: transparent;
   color: black;
 }
.IconVisZ99{
   visibility: visible;
   cursor: default;
   font-family: verdana; 
   font-size: 10px;
   font-style: normal;
   z-index:99;
   background-color: transparent;
   color: black;
 }
.IconHide {
   visibility: hidden;
   cursor: default;
   left: 5px;
   top: 15px;
   position: absolute;
   font-family: verdana;
   font-size: 10px;
   font-style: normal;
   background-color: transparent;
   color: aqua;
 }
.TextDefault {
   visibility: visible;
   position: absolute;
   font-family: verdana;
   font-size: 15px;
   font-style: normal;
   background-color: #43b8c2;
   color:white;
}
h1 {font: bold 200%/1.5 Verdana;
    color: white;
    background-color:darkblue;
}
A {
   font-weight:bold;
   background-color: transparent;
}
img {vertical-align: baseline;}
.AnchorLine {
   color: white;
   background-color: lightseagreen;
   margin-top: 0px;
   padding-top: 0px;
}

.WPTBL {
   float:left;
   margin-left:2px;
   font-size:12px;
}

.Chart {
   position:relative;
   float:right;
   margin:none;
   border-top:0px;
   color:black;
   background-color:blue;
   width:98%;
   height:500px;
   overflow:hidden;
   padding:0px;
   border-width:0px;
   z-index:0;
}
.chartTblData {
   border-style:none;
   margin: 0px;
   padding:0px;
   padding-bottom:0px;
   padding-top:0px;
   padding-left:0px;
   padding-right:0px;
   border-width:0px;
   border-bottom-width:0px;
   border-left-width:0px;
   border-right-width:0px;
   border-spacing:0px;
}

