.border {
	border: 1px solid #CCCCCC;
}
.gray-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}
.black-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 125%;
	text-decoration: none;

}
.project-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;

}
.project-clientname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 135%;
	color: #596EAC;
}
.project-projectname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #11556B;
	vertical-align: bottom;
	line-height: 25px;


}
.home-greenish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #11556B;
	vertical-align: bottom;
	line-height: 25px;


}
.project-copyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #FFFFFF;
	text-decoration: none;
}
.blue-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #596EAC;
	line-height: 140%;
}
.bordertop {
	border-top: 1px none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #ECECF2;
}
.borderbottom {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none;
	border-left: 1px solid #CCCCCC;
}
a:hover {
	color: #5C2A39;


}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
