.bigBox {
	position: relative;
	top: 20;
	width: 250px;
	height: 140;

	background-color: #EEEEEE;
	border-color: #FF8000;
	border-width: 1;
	border-style: solid;

	margin-bottom: 20;

	display: none;
}

.bigBox .news {
	width: 220;
	margin: 5;
	

	float: left;
	text-align: left;
}

.bigBox .news h3 {
	margin-top: 5;
}

.bigBox .news img {
	float: right;
	margin-bottom: 5px;
}

.bigBox .news .text {
	position: absolute;
	top: 60;
	float: none;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 5;
}

.bigBox .news .text a {
	float: none;
	font-size: 8pt;
}

.link  {
	position: absolute;
	bottom: 5;
	right: 10;
	text-align: right;
	margin-bottom: 2px;
}

.link a {
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana;
}
