@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tlbcontainer {
	height:100%;
	table-layout:fixed;
}

.style1 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  color: white;
} 