body {
	background-color: black;
	color: white;
}
a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	background-color: #6060A0;
	color: yellow;
}
div#divSound {
	position: absolute;
	margin: 0px auto auto 0px;
	font-family: Verdana;
	font-size: 9px;
}
table#wrapper {
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
}
table#headfootwrap {
	width: 640px;
	margin: 0px auto 0px auto;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
table#headfootwrap td#head {
	border: none;
	padding: 0px auto 0px auto;
}
table#headfootwrap td#nav {
	background-image: url(/members/gaalore/dtorn/dtorn.nsf/Bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px 70px 0px 105px;
	border: none;
}
table.content {
	background-color: #000080;
	border-collapse: separate;
	width: 640px;
	margin: auto;
}
table.content td {
	background-color: #000020;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: white;
	padding: 2px 8px 2px 8px;
}
table.content tr.header td {
	background-color: #000040;
	height: 16px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 0px;
}
table.content td.comment {
	padding: 12px;
	margin: 0px;
}
input.mandatory {
	background-color: #C0C0FF;
}
select.mandatory {
	background-color: #C0C0FF;
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}

