body>div#ahem {
	display: none;
	speak: none;
}

div#menu {
        font-size: 7pt;
}

div#menu p {
        display: inline;
        position: relative;
        top: -7px;
        left: -5px;
}

div#menu ul {
        list-style-type: none;
        display: inline;
        padding: 3px;
        position: relative;
        top: -7px;
        left: -8px;
}

div#menu ul li {
        display: inline;
}

div.block {
	background-color: #96BA9D;
	color: black;
	border: 1px dashed black;
	margin-bottom: 10px;
}

div.newscontrols {
	background-color: #96BA9D;
	color: black;
	border: 1px dashed black;
        margin-bottom: 10px;
        padding: 3px;
        text-align: center;
}

div.block p {
        padding: 0px 3px 3px 3px;
}

h1 + p {
        margin-top: 3px;
}

h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: inherit;
	padding: 3px;
	color: white;
	background-color: #4E6E54;
	font-weight: bold;
	border-bottom: 1px dashed #96BA9D;
}

h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: inherit;
	padding: 3px;
	color: white;
	background-color: #4E6E54;
	font-weight: bold;
	border: 1px dashed #96BA9D;
}

p {
        margin-bottom: 0px;
}

caption {
        display: none;
}

pre {
	padding: 2px;
	margin: 0px;
}

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #95A8BB;
	color: black;
}

form { margin-bottom: 0px; }

a { color: #900000; }
a:visited { color: #505050; }
a:hover { color: black; }

div#menu a { padding: 1px 2px 3px 2px; }
div#menu a:hover { background-color: #96BA9D; }

h1 a,h2 a { color: #D04646; }
h1 a:visited,h2 a:visited { color: #909090; }
h1 a:hover,h2 a:hover { color: white; }
