/*

	/content/clients/template.css

*/

DIV.cmsContent {
	width: 610px;
	width: 637px;
	overflow-x: hidden;
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: #5D5C4F;
	line-height: 18px;
}
DIV.cmsContent TD {
	font-size: 13px;
}
DIV.cmsContent A {
	text-decoration: none;
	font-weight: bold;
	color: #5D5C4F;
}
DIV.cmsContent A:hover {
	text-decoration: underline;
}

/* Clients */

DIV.tmpClientBox {
	width: 642px;
	/*float: right;*/
	margin-top: 18px;
}
DIV.tmpClientTop {
	width: 261px;
	height: 27px;
	width: 642px;
	height: 31px;
	overflow: hidden;
	background-image: url(/global/images/clients_top.gif);
}
DIV.tmpClientBottom {
	width: 261px;
	height: 7px;
	width: 642px;
	height: 12px;
	overflow: hidden;
	background-image: url(/global/images/clients_bottom.gif);
}
DIV.tmpClientMid {
	background: #FBE6D8;
	background: #FEF8F4;
	border-right: 1px solid #F0A877;
	border-left: 1px solid #F0A877;
	padding-top: 18px;
	padding-bottom: 18px;
	
}
DIV.tmpClientList {
	padding-left: 27px;
	padding-right: 27px;
}
DIV.tmpClientList A, DIV.tmpClientList DIV {
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}
DIV.tmpClientList A {
	color: #5D5C4F;
}
DIV.tmpClientList DIV {
}


