/* CSS Document */

#tetracase {
	position:relative;
	overflow:hidden;
	height:200px;
	width:500px;
	font: 12px "Times New Roman", Times, serif;
}

#tetracase a {
	font-size:14px;
	color: #0033CC;
}

.tetradiv {
   position:absolute;
   overflow:hidden;
   top:230px;
   left:0;
   width:500px;
}

.tetradiv div {
	padding:5px;
	overflow:hidden;
}

.tetradiv a {
	font-size:14px;
	color: #0033CC;
}
