#data_table a:link, 
#data_table a:visited, 
#data_table a:active, 
#data_table a:hover {
	color: #666666;
	text-decoration: none;
}

#table_header,
#table_header_right {
	padding: 7px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#table_header_right {
	border-right: 1px solid #CCCCCC;
}

#data {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 2px;
}