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

#tetracase {
   position:relative;
   overflow:hidden;
   height:90px;
   width:600px;
}

#tetracase a {
   font-weight:bold;
   color: #52877D;
   font-size:100%;
}

.tetradiv {
   position:absolute;
   overflow:hidden;
   top:0;
   left:600px;
   width:194px;
   height:160px;
}

.tetradiv div {
	border:0px solid #50887D;
	background: #EAF1F2;
	padding:5px;
	overflow:hidden;
	font-style: normal;
}

