body {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #656565;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer, footer a {
	font-size:11px;
	color: #000000;
}

h3 {
	color: #a71f0c;
	font-weight: bold;
	font-size: 14px;
	margin-top:0px;
	padding-top:0px;
}



h1 {
	color: #0D5B32;
	font-weight: bold;
	font-size: 18px;
	margin:0px;
	padding:0px;
}

h2 {
	color: #2E913F;
	font-weight: bold;
	font-size: 12px;
}


.img_name {
	font-size:10px;
}

.project_name {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.project_date {
	color: #A71F0C;
	font-weight: bold;
	font-size: 11px;
}

.article_title_list {
	color: #656565;
	background-color: #D9E5B9;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	margin-bottom: 5px;
	width: 100%;
}

.article_title {
	color: #2E913F;
	font-weight: bold;
	font-size: 12px;
}

.readmore {
	font-size: 11px;
	color: #656565;
}

.error {
	color: #FF0000;
}