@charset utf8;

#main p {
	margin-bottom: 12px;
}

#main ul {
	list-style: none;
}

.big_title {
	color: #4d8a2b;
	font-family: Times New Roman;
	font-size: 24px;
	margin-bottom: 3px;
}

.big_title_btm {
	border-bottom: #C9C9C9 2px solid;
}

.more, .more a {
	text-align: right;
	color: #2d2e32;
	font-size: 12px;
	font-weight: bold;
}

.more a {
	text-decoration: none;	
}

.mid_title {
	color: #4d8a2b;
	font-size: 20px;
	/*font-weight: normal;*/
	margin-bottom: 5px;
}

.date {
	color: #4d8a2b;
	font-size: 14px;
	margin-bottom: 10px;
}

.picture {
	padding: 3px;
	border: #ccc 1px solid;
	margin: 5px;
}

.moredetails {
	font-size: 12px;
	font-weight: bold;
	border-left: #4d8a2b 5px solid;
	padding-left: 5px;
}

.moredetails a {
	color: #4d8a2b;
	text-decoration: none;
}