DIV.cmsContent {
	width: 421px;
	overflow-x: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #d5d5d4;
	color: #2f2f2f;
	line-height: 1.5em;
}
DIV.cmsContent TD {
	font-size: 12px;
	line-height: 1.5em;
}
DIV.cmsContent A {
	color: #767676;
	text-decoration: none;
}
DIV.cmsContent A:hover {
	color: #505050;
	text-decoration: underline;
}

/* Layout */

DIV.tmpContentBox {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 20px;
}
/*
DIV.tmpClient {
	width: 316px;
}
DIV.tmpClientLogo {
	width: 95px;
	margin-right: 10px;
	text-align: center;
}
TABLE.tmpClient {
	margin-bottom: 1em;
}*/

SPAN.tmpClientLogo {
	width: 95px;
	height: 95px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
}
SPAN.tmpClientLogo IMG {
	border: 0;
}

