body {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	width: 285px;
	height: 50px;
}
.project_subtitle {
	font-size: 12px;
	color: #ACACAC;
}
.project_subtitle a:link {
	font-size: 12px;
	color: #ACACAC;
	text-decoration: none;
}
.project_subtitle a:visited {
	font-size: 12px;
	color: #ACACAC;
	text-decoration: none;
}
.project_subtitle a:hover {
	font-size: 12px;
	color: #ACACAC;
	text-decoration: underline;
}
.project_body {
	font-size: 12px;
	color: #b7b7b7;
}
.project_body a:link {
	font-size: 12px;
	color: #ACACAC;
	text-decoration: none;
}
.project_body a:visited {
	font-size: 12px;
	color: #ACACAC;
	text-decoration: none;
}
.project_body a:hover {
	font-size: 12px;
	color: #ACACAC;
	text-decoration: underline;
}
.project_copy {
	font-size: 10px;
	color: #C6C6C6;
}
.project_title {
	font-size: 18px;
	color: #4182E0;
}
.project_date {
	font-size: 12px;
	color: #9CBCEB;
	margin: 0px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.inputbox {
	width: 285px;
	height: 20px;
}
