
body {
	font-family: "Times New Roman", serif;
	margin-left: 0; margin-right: 0;
	margin-top: 0; margin-bottom: 0;
	background: #ffffff;
	color: #000000;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

em {
	font-weight: bold;
	font-style: normal;
}

th {
	font-weight: normal;
}

ul li {
	list-style-image: url(images/eighth_blue.gif);
}

ul ul li {
	list-style-image: url(images/eighth_black.gif);
}

li.spaced {
	padding-bottom: 0.5em;
}

h1, h2, h3, h4, a, .LastUpdate, .MusicQuote, .NavText, .ToolTip {
	background: #ffffff;
	color: #0000cc;
}

h1, h2, h3, h4 {
	font-family: Papyrus, Cursive;
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2 {
	text-align: center;
}

h3, h4 {
	text-align: left;
}

h1 {
	font-size: 300%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 100%;
}

a.fancy {
	text-decoration: none;
	font-family: Papyrus, Cursive;
}

a.fancy:hover {
	text-decoration: underline;
}

table.nav {
	width: 200px;
	text-align: center;
	border: #ff6600 thin solid;
	background: #0000cc;
}

table.wish, table.data, table.spaced {
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 5px 0px;
	empty-cells: show;
}

table.wish td, table.data td, table.data th {
	text-align: left;
	vertical-align: bottom;
	font-size: 90%;
}

table.wish td.number, table.data td, table.data th {
	font-family: "Courier New", monospace;
}

table.wish td.number, table.data td.number {
	text-align: right;
}

td.nav {
	border: 4px solid #0000ff;
	border-style: outset;
	cursor: pointer;
}

table.nav a, td.tabActive {
	background: #0000cc;
	color: #ffffff;
}

table.nav a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 105%;
	text-decoration: none;
}

td.tabActive, td.tabInactive {
	font-family: Papyrus, Cursive;
	font-weight: Bold;
	white-space: nowrap;
	width: 1%;
	cursor: pointer;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.tabActive {
	border: none;
}

td.tabInactive {
	color: #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #0000cc;
}

td.tabSpacer {
	width: 1%;
	border-bottom: 1px solid #0000cc;
}

td.goal {
	border: 1px solid #0000cc;
	height: 15px;
	vertical-align: middle;
	text-align: right;
	font-size: 75%;
	padding-right: 0.5em;
}

img {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

fieldset {
	border: none;
}

input.textbox {
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	border-style: inset;
}

ul {
	margin-top: 0.5em;
}

ul ul {
	margin-top: 0em;
}

.NavText {
	font-family: Arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

.LastUpdate {
	font-size: 70%;
}

.MusicQuote {
	font-size: 80%;
}

.ToolTip {
	text-decoration: underline;
	cursor: pointer;
}

.FaqAnswer {
	display: none;
	margin: 1em;
	cursor: auto;
}

.LtYellow, .LtYellow .ToolTip {
	background: #ffffcc;
}

.TabBodyShow {
	display: block; 
	margin-top: 1em;
}

.TabBodyHide {
	display: none; 
	margin-top: 1em;
}

#leftNav {
	width: 1%;
}