/*info*/


.info {
	margin-top: 15px;
}

.info h4 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	background-image: url(../info-images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	height: 42px;
	border-bottom: 2px solid #006600;
	line-height: 50px;
}
.info dd {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0.5em;
}
.info .date {
	border-top: 1px dotted #006600;
	margin-top: 1em;
	padding-top: 3px;
	color: #006600;
}



.info p {
	margin-bottom: 1em;
}
.info a {
	color: #3333FF;
}
