.blank		{font-size: 1pt}
a:link		{text-decoration:none}
a:visited	{text-decoration:none}
a:hover		{text-decoration:underline}


.links_bottom {
	position: relative;
	margin: auto;
	display: table;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	color: #fff;
}

.links_bottom A:Link, .links_bottom A:Visited, .links_bottom A:Active {
	color: #fff;
	text-decoration: none;
}

.links_bottom A:Hover {
	color: #fff;
	text-decoration: underline;
}