.project_title {
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	width: 300px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 10px;
}
.projects_h3 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFBB3F;
	background-color: #333333;
	padding-left: 10px;
	margin-top: 20px;
	letter-spacing: 5px;
	word-spacing: 10px;
	width: 290px;
}
.projects_desc {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	width: 50%;
	text-align: justify;
}
