@charset "utf-8";
.clientstyle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;		
}





.latestclient {
	position:absolute;
	width:200px;
	height:250px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.clientname {
	position:absolute;
	bottom:0px;
	text-align:center;
	width:200px;
		font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;	
}


a.clientname:link {
	text-decoration: none;
}
a.clientname:visited {
	text-decoration: none;
}
a.clientname:hover {
	text-decoration: underline;
}
a.clientname:active {
	text-decoration: none;
}



