.ClsStickyTitle {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #FFFFFF;
  z-index: 1;
  opacity:0;
  transition: all 1s;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}


.ClsStickyTitle p{
	margin:10px;
	font-size:80%;
}
.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}


/*
.ClsStickyTitle table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size:80%;
	margin-top:5px;
}

.ClsStickyTitle table a:link {
	text-decoration:none;
	font-weight: bold;
	color:#2e6ab1;
}

.ClsStickyTitle table a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#2e6ab1;

}

.ClsStickyTitle table a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#2e6ab1;

}
 */