.Conts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.ContsCaseStudySmallDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.CompanyAddr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
.CompanyClientsStaffList {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
.CSMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #737373;
	line-height: 0.92em;
}

/* projects page */
#projects_list_left {
	float: left;
	width: 292px;
	height: 600px;
	position: absolute;
	left: 120px;
	top: 241px;
}
#projects_list_left p {
	font-size: 0.9em;
	line-height: 14px;
}
#projects_list_left p a {
	color: #666666;
}
#projects_list_left p a:hover {
	color: #6964AD;
	text-decoration: none;
}
#projects_list_right {
	float: left;
	height: 600px;
	width: 408px;
	position: absolute;
	left: 412px;
	top: 241px;
}
#projects_list_right p {
	font-size: 0.9em;
	line-height: 14px;
	margin-left: 36px;
}
#projects_list_right p a {
	color: #666666;
}
#projects_list_right p a:hover {
	color: #6964AD;
	text-decoration: none;
}
.projects_list_Year {
	font-size: 0.7em;
}
.projects_categories {
	margin-top: 40px;
}

