/* CSS Document */

.links {	
	text-align:center;}
	
.links table {	
	margin-left: auto;	
	margin-right: auto;	
	border: 0px solid white;}
	
.links td {	
	border: 0px solid white;	
	text-align:center;	
	margin:0;	
	padding:5px;	
	border-top: 0px solid white;	
	border-right: 0px solid white;	
	border-left: 0px solid white;}
	
.links td a {	
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;	
	display: block;	
	padding: 2px 0px 0px 0px;	
	color: #FFFFFF;	
	text-decoration: none;	
	font-weight:bold;	
	width: 100%;	
	height: 2em;	
	border-bottom: 0px solid white;}
	
html>body .links td a {	
	width: auto;	
	height: 2em;}
	
.links td a:hover {	
	background-color: #EEEEEE;	
	color: #333333;}
	