.footer
{      
  position:relative;
  text-indent: 0px;
  top:auto;
  border-top:1px solid #1E2C5A;
  margin:10px 0 0 0;
  font-size:10px;   
  color:#1E2C5A;
}

div.client
{
  position:absolute;
  background:url(../image/logo2.png) 0 0 no-repeat;  
  height:60px;
  border-radius:7px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px; /* for safari and chrome */
  -khtml-border-radius:7px;
  -o-border-radius:7px;
  behavior: url(ie-css3.htc);
}

div.hotlinks
{
	border-radius:7px 7px 0 0;
  -moz-border-radius:7px 7px 0 0;
  -webkit-border-radius:7px 7px 0 0; /* for safari and chrome */
  -khtml-border-radius:7px 7px 0 0;
  -o-border-radius:7px 7px 0 0;
  behavior: url(ie-css3.htc);
	min-height:300px;
	background:#1E2C5A;
}

div.hotlinks table
{
	color:white;	
	margin:3em 0 0 3em;
	font-size:12px;
}

div.hotlinks tbody tr:nth-child(2n) td,
div.hotlinks tbody tr.even td
{
	background:none;
}

div.hotlinks a
{
	margin:10px 0 0 0;
	color:white;
	text-decoration:none;
}

div.hotlinks a:hover
{
	text-decoration:underline;
}






