.ClientList	{
	width:525px;
	margin:0 0 15px 0;
	background-color:#666666;
}
.ClientList	td	{
	padding:4px;
	border-bottom:1px solid #777;
	width:105px;
	color:#FFFFFF;
}
.ClientList	td.Format	{
	padding:4px;
	border-bottom:1px solid #fff;
	width:500px;
}
.ClientList td:hover	{
	background-color:#333333;
}
.ClientList a	{
	display:block;
}
.ClientList	td.Format h3	{
	display:block;
	line-height:2em;
	background-image: url(/images/bg_even_transparent.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 0 0 8px;
	margin:0;
	color:#336699;
}
#FormatList		{
	margin-bottom:10px;
}
#FormatList	a:link, #FormatList	a:visited	{
	padding:4px;
	border-right:1px solid #777;
	color:#336699;
}
#FormatList	a:hover	{
	background:#336699;
	color:#fff;
}

.GotoTop	{
	border:none;
	margin:10px 0;
}
