#titles a {
	float: left;
	}

h1 {
	display: table;
	width: 269px;
	height: 98px;
	float: left;
	margin: 0px;
	margin-top: 10px !important;
	padding-left: 20px;
	border-left: 2px #000D63 solid;
	overflow: hidden;
	}

.hwrapper {
	height: 0px;
	display: table-cell;
	vertical-align: middle;
	position: static;
	}

a img {
	border: none;
	}

table {
	
	}
	
table td {
	font-size: 1em;
	padding: 2px 10px;
	border-bottom: 1px #DDD solid;
	}
	
table tr:hover td {
	background-color: #EEF;
	}
