.table {
	font-size: 10pt; 
	font-family: Times New Roman;
	color:#FFFFCC 
}
.table A:active {
	font-weight: bold; 
	color: #000080; 
	font-family: Times New Roman; 
	text-decoration: none
}
.table A:link {
	font-weight: bold; 
	color: #FFFFCC; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Times New Roman; 
	TEXT-DECORATION: none
}
.table A:visited {
	font-weight: bold; 
	FONT-FAMILY: Times New Roman; 
	color: #FFFFFF; 
	TEXT-DECORATION: none
}
.table A:hover {
	font-weight: bold;
	FONT-STYLE: normal; 
	FONT-FAMILY: Times New Roman; 
	TEXT-DECORATION: none;
	color: #00FFFF; 
	BACKGROUND-COLOR: #CC00FF; 
	font-size:12pt
}