
/* PRIMARY CONTENT
*********************************************************/

table.linksTable a {
	text-decoration: none;
	color: #777;
}

tr:hover td { background-color: #e6e6e6; }

table.linksTable a:hover {
	text-decoration: underline;
	color: #333;
}

table.linksTable {
	color: #777;
	font: 14px verdana, sans-serif;
	margin: 0 0 10px 0;
}

table { border-top: 1px solid #aaa; }

table td { border-bottom: 1px solid #aaa; }

table { border-collapse: collapse; }

tr.linkOddRow { background-color: #f8f8f8; }

tr.linkEvenRow { background-color: #fff; }

td.linkName {
	width: 400px;
	padding: 10px 10px 10px 15px;
}

td.location {
	width: 220px;
	text-align: right;
	padding: 0 15px 0 0;
}

h2.location {
	padding: 10px 0 3px 0;
	margin: 0 0 8px 0;
	font: 22px Georgia, sans-serif;
	color: #555;
}
