/* -------------------------------- 2003-11-19 ---- */
html, body {
	margin: 0;
	padding: 0;
	background: #003399;
	color: white;
	font-family: "Century Schoolbook", "Trebuchet MS", Tahoma, Helvetica, Helv, Arial, Verdana, sans-serif;
	font-size: 1em;
}
h1 {
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Helvetica, Helv, Arial, Verdana, sans-serif;
	font-weight: normal;
}
#bCrumb {
	padding: 0.75em;
	font-size: small;
	text-align: right !important;
}
#samples {margin: 1em;}

#navigation {
	position: absolute;
	top: 4em;
	right: 3%;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Helv, Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.4;
}

#navigation p {
	margin: -3px;
	padding-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: 1px dotted #ffff00;
}
#navigation p:first-letter {
	color: #ffcc00;
	font-size: larger;
	font-weight: bold;
	margin-right: 2px;
	padding: 0 2px 12px 0px;
	border-right: 1px dotted #ffff00;
}
#navigation ul {
	margin: 8px;
	padding: 0;	/* because of mozilla */
	list-style-type: none;
}

#navigation li, #navigation li.activ {
	display: block;
	padding: 4px;
	text-align: left;
}
#navigation li {
	background: #66ccff;
	color: #000000;
	text-decoration: none;
	border: 3px solid #003399;
}
#navigation li:hover {
	border: 3px solid #ffcc00;
}
#navigation li.activ:hover {
	border: 3px dotted #ffcc00 !important;
}
#navigation li a {
	color: #0000cc;
	text-decoration: none;
}
#navigation li.activ, #navigation li.activ:hover {
	background: #003399;
	color: #f0f0f0;
}
#song {margin: 0 3%;}
#song h1 {margin-left: -3%;}
.sub1 {margin: 0 3%;}
.ldesc {display: none;}
.delimiter {visibility: visible;}
.notes {
	position: absolute;
	top: 21em;
	right: 3%;
	font-size: small;
	text-align: left;
	width: 16em;
}
.notes hr {display: none;}
p.fchild {
	padding: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.4;
	font-style: italic;
	background: #000033;
	color: #ffcc00;
}
#endbodydoc {
	margin: 2.5em 0.5em 0 0.5em;
	padding-bottom: 0;
}
#signatura {
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	text-align: right;
}
#endbodydoc a, .notes a {text-decoration: underline;}
#endbodydoc a:link, #endbodydoc a:visited, 
.notes a:link, .notes a:visited {
	color: #66ccff;
}
#endbodydoc a:hover, .notes a:hover {
	background: #ffffff;
	color: #000000;
}
#endbodydoc a:active, .notes a:active {
	background: transparent;
	text-decoration: none;
}
#bCrumb, #bCrumb a:link, #bCrumb a:visited, #bCrumb a:hover, #bCrumb a:active {
	background: transparent;
	color: silver;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Helv, Arial, Verdana, sans-serif;
	text-decoration: none;
}

/* -------------------------------- for import rule sample ---- */
.blue {
	background: blue !important;
	color: white !important;
}