table {
	width: 100%;
}
table tbody tr td {
	height: 20px;
	border-bottom: thin solid rgba(0,102,153,1.00);
}
table tbody tr td:hover  {
	height: 20px;
	border-bottom: thin solid rgba(0,102,153,1.00);
	background-color: rgba(0,102,153,0.20);
}
table tbody tr td a:link  {
	color: rgba(0,102,153,1.00);
}
table tbody tr td a:visited  {
	color: rgba(0,102,153,1.00);
}
table tbody tr td a:hover  {
	color: rgba(156,0,2,1.00);
}
table tbody tr th h3 {
	text-align: left;
	height: 35px;
	line-height: 35px;
	background-color: rgba(156,0,2,0.20);
	text-indent: 10px;
}
table tbody tr td ul li {
	height: 10px;
}
