/* Links */
#links table	{
	width: 100%;
}
#links table td	{
	
	vertical-align: top;
	text-align: justify;
	padding-bottom: 1em;
}
#links table td	img {
    border: 0;
}
#links table td	a,
#links table td	a:visited   {
    font-weight: bold;  
	
    color: #8BA2B9;
}
#links table td	a:hover   {
	
	color: #3F5B77;
}

