body {
	background: #e7e7e7 url('/images/bg-connectors.png') no-repeat;
}

.menu:link {
	color: #ffffff;
}

.menu:visited {
        color: #ffffff;
}

.menu:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.table {
	border: 1px solid #000000;
}

.table-right-dotted {
	border-right: 1px dotted #000000;
}

.table-bottom-dotted {
	border-bottom: 1px dotted #000000;
}

UL.arrows {
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url('/images/li-arrows.png');
}
