/* style */
body {
  margin-top:       0;
  font-family:      arial, helvetica, geneva, sans-serif;
  background-color: #000000; 
  color:            #e9e9e9;
  /*background-attachment: fixed; */
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:link { color: #6699FF; }
a:visited { color: #00CC99; }
a:hover { color: #FFFFFF; text-decoration: underline; }

div#menubar a {
    text-decoration: none;
    font-weight: bold;
    font-family: arial, helvetica, geneva, sans-serif;
    padding: 2px 2px;
}
div#menubar a:link { color: #6699FF; }
div#menubar a:visited { color: #00CC99; }
div#menubar a:hover { color: #FFFFFF; text-decoration: underline; }

address {
	font: italic 90% geneva, arial, sans-serif;
}
th {
	font-family: arial, helvetica, geneva, sans-serif;
	color: #FFFFFF;
}
td {
	font-family: arial, helvetica, geneva, sans-serif;
}
p {
	line-height: 110%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	color: #e9e9e9;
}
p.music {
	margin-bottom: 1.5em;
}
p.st {
	font-size: 80%;
}
h2 {
	font: bold 120% arial, helvetica, geneva, sans-serif;
/*	margin-top: 15px;*/
	margin-bottom: 10px;
	color: #FFFFFF;
}
h2.newshead {
	margin: 10px 30px 8px 0px; 
	font-weight: bold;
	color: #CCCC99; 
}
h3 {
	font: bold 110% arial, helvetica, geneva, sans-serif;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

h4 {
	font: bold 100% arial, helvetica, geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
h4.greytitle {
	font-weight: bold;
	margin-bottom: 0px;
	color: #888888;
}
h4.timetitle {
	color: #aaaaaa;
}
h5 {
	font: 90% arial, helvetica, geneva, sans-serif;
	margin-top: -10px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
h6 {
	font: bold 100% arial, helvetica, geneva, sans-serif;
        margin-top: 0px;
	margin-bottom: -30px;
	line-height: 100%;
	color: #e9e9e9;
}
h6.mini {
	font-size: 60%;
}

p.lastmod {
	color: #aaaaaa;
	line-height: 110%;
	font-size: 75%;
	text-align: right;
}
img { border: 0; }

div.code {
	border: 1px solid #CCCC99; 
	font-family: courier, serif;
}

table.bomtable {
  border-collapse:  collapse;
}
table.bomtable td {
    vertical-align:     top;
    border:             1px solid #cccc99;
    padding:            0.4em;
    font-size:          90%;
}
table.bomtable th {
    vertical-align:     top;
    border-bottom:      1px solid #cccc99;
    text-align:         left;
    text-decoration:    none;
    padding-right:      1em;
    padding-left:       0.5em;
    padding-bottom:     2px;
}   
table.bomtable tr.header th {
  padding-top:          10px;
}
table.bomtable td.noborder {
  border-left:          none;
  border-right:         none;
  border-bottom:        none;
  font-size:            65%;
}

.kdesc h4 {
  margin-top:           3ex;
}

