TABLE.TableWithBackground {
	background: whtie; 
}

TABLE.TableWithBackground TD {
	background: #E2EFFC; 
}

TABLE.TableWithBackground TD,
TABLE.TableWithBackground TH,  {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

TABLE.TableWithBackground TH, 
TABLE.TableWithBackground THEAD TD,
TD.TableHeader {
	background: #2772CA !important; 
	color: white;
	font-weight: bold;
}

TABLE.LMenuTable {
	margin: 5px 0px 10px 20px;	
	
}

TABLE.LMenuTable a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0,9em;
}

TABLE.LMenuTable a:hover {
	color: #154279;
}

.topLink {
	margin: 0 3px 2px 0;
}
