.TableData_Gray {
	background-color :#e8e8e8;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 70%;
	font-weight : normal;
	text-decoration : none;
}	
.TableData_Dark {
	background-color : #333333;
	color : White;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 70%;
	font-weight : normal;
	text-decoration : none;
}	
.TableData_Dark_btn {
	color : White;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 70%;
	font-weight : normal;
	text-decoration : none;
}	
.TableData_Dark_2 {
	background-color : #767676;
	color : White;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 70%;
	font-weight : normal;
	text-decoration : none;
}	
.TableData_Gray_R {
	background-color : #e8e8e8;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 70%;
	font-weight : normal;
	text-align : right;
	text-decoration : none;
}	

.TableData_Gray_Selected  {
	background-color :#777777;
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 70%;
	font-weight : normal;
	text-decoration : none;	
}
.group_links {
	color: #ffffff;
	text-decoration: none;
	width: 350px;
	display: block;
	padding-left: 30px;
}
.group_links:hover {
	color: #000000;
	background-color: #e8e8e8;
	}