.tableStyle_left_links {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	height: 39px;
	padding-left: 24px;
}
.tableStyle_links_current{
	font-family: Arial, sans-serif;
	color: #4385e7;
	font-size: 11px;
	font-weight: bold;
}
.tableStyle_links{
	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
}
a.tableStyle_links:link {color: #707275;}     /* unvisited link */
a.tableStyle_links:visited {color: #707275;}  /* visited link */
a.tableStyle_links:hover {color: #707275;font-weight: bold;}   /* mouse over link */
a.tableStyle_links:active {color: #707275;}   /* selected link */
