@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(images/side.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #59ac98;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c0100;
}
.project_title {
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

.view_project {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 130%;
}
a.view_project:link {font-family: Geneva, Arial, Helvetica, sans-serif; line-height: 130%; color:#000000; font-weight: bold;  font-size: 13px; text-decoration: none; }
a.view_project:visited {font-family: Geneva, Arial, Helvetica, sans-serif; line-height: 130%; color:#000000; font-weight: bold;  font-size: 13px; text-decoration: none; }
a.view_project:hover {font-family: Geneva, Arial, Helvetica, sans-serif; line-height: 130%; color:#000000; font-weight: bold;  font-size: 13px; text-decoration: underline; }
a.view_project:active {font-family: Geneva, Arial, Helvetica, sans-serif; line-height: 130%; color:#000000; font-weight: bold;  font-size: 13px; text-decoration: none; }