.datatable {
	font-size:11px;
	text-align:left;

}
.datatable td {
	border:none;
	border-bottom:1px #BFBFBF dotted;
	padding-bottom:3px;
	padding-top:6px;
}
.datatable th {


}

.datatable tr:hover, .datatable tr.hilite {
	background:url(images/tab_cur.jpg);
	background-color: #F3F3F3;
	text-decoration:underline;

}

.datatable ul {
	margin-left:-35px;
	margin-top:0px;
	margin-right:0px;
	text-align:left;
}
.datatable li{
	list-style:none;
	float:none;
	margin-right:0px;
	border-bottom: #EFEFEF 1px solid;
	margin-bottom:5PX;
	padding-bottom:2px;
}
.datatable a {
	text-decoration: none;
	color: #000;
	font-size:8.5pt;
	font-family:Verdana, Geneva, sans-serif;
}
