/* CSS Document */

.greenbox {
	font-size: 100%;
	color: #FFF;
	background-color: #67950C;
	text-align: right;
	margin-top: 36px; 
	margin-bottom: 0px; 
	padding: 4px 4px 4px 0px;
	font-weight: bold;
	position: relative; 
	width: 592px;
}
.block1{
	float: left; 
	width: 198px; 
	height: 80px;
	text-align:center;
	margin-top:50px;
}
.block2{
	float: left; 
	width: 198px; 
	height: 80px;
	text-align:center;
	margin-top:10px;
}
.block3{
	float: left; 
	width: 198px; 
	height: 80px;
	text-align:center;
	margin-top:50px;
}
