/*
 * $Id: style.css 111 2010-02-08 15:45:38Z arno $
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	color: #000000;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #0000aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}

.show {}
.hide {
	display: none;
}

ul#siteMap {
	list-style-image:url('/images/website/sitemap_arrow.gif');
	margin-top: 30px;
}

ul#siteMap a {
	color: #666666;
}