body {
	font:normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;	
	background:#000000; 
	text-align:center;
	color:white;
}


table#tableBorder {
	border:1px solid gold;
	text-align:center; 
	font-size:12px;
	white-space:nowrap; 
	padding:6px;
}
		
.linkTextL {
	text-align:left; 
	white-space:nowrap; 
	vertical-align:top; 
	padding-right:8px;
}
				
	.linkTextL a:link {font-weight:normal; color:white; text-decoration:underline;}
	.linkTextL a:visited {font-weight:normal; color:white; text-decoration:underline;}	
	.linkTextL a:hover {font-weight:normal; color:gold; text-decoration:none;}
	
.linkTextC {
	text-align:center; 
	white-space:nowrap;
	vertical-align:top;
	padding-right:8px;
	padding-left:8px;
}
				
	.linkTextC a:link {font-weight:normal; color:white; text-decoration:underline;}
	.linkTextC a:visited {font-weight:normal; color:white; text-decoration:underline;}	
	.linkTextC a:hover {font-weight:normal; color:gold; text-decoration:none;}
	
.linkTextR {
	text-align:right; 
	white-space:nowrap;
	vertical-align:top;
	padding-left:8px;
}
				
	.linkTextR a:link {font-weight:normal; color:white; text-decoration:underline;}
	.linkTextR a:visited {font-weight:normal; color:white; text-decoration:underline;}	
	.linkTextR a:hover {font-weight:normal; color:gold; text-decoration:none;}
	
