body {
font-family: Arial, Helvetica, san-serif;
font-size: 12px;
margin-top: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ce7100;
}

a:hover, a:link:hover, a:visited:hover {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.menu {
	width: 107px;
}
a.menu {
	text-decoration: none;
	color: black;
	background-color: transparent;
	width: 107px;
	display: block}
a.menu:hover {
	text-decoration: none;
	color: white;
	background-color: #ce7100;
}

td.content {
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

.separator {
	background-image:url('http://www.natrium42.com/images/separator.jpg');
	background-repeat:no-repeat;
	font-family:sans-serif;
	vertical-align:middle;
}
