body {
 background-color: #004365;

 font-family: tahoma, verdana;  
 font-size: 10pt;
 font-weight: normal;
 color: white;
 
 width: 800px;
}

p {
 font-size: 10pt; 
 color: white; /* NC4 needs this ! */
 font-family: tahoma, verdana; /* NC4 */
}

table {
 font-size: 10pt;

}

td {
 font-size: 10pt; /* NC4 */
 color: white; /* NC4 needs this ! */
 font-family: tahoma, verdana; /* NC4 */
}

ul { /* Only NC4 needs this crap! */
 color: white;
 font-size: 10pt; /* NC4 */
 font-family: tahoma, verdana; /* NC4 */
}

li {
 list-style-type: square;
}

h3 {
 color: #FFD700; 
 font-size: 10pt;  
 font-weight: bold;
 font-family: tahoma, verdana; /* NC4 */
}

pre {
 font-size: 11pt;
}

hr {
 color: silver;
}

a:link {
 color: #99CC00; 
 font-family: tahoma, verdana; /* NC4 */
 font-size: 10pt; /* NC4 */
 /* color: #FFFF00; */
}

a:visited {
 color: #E1E113;
 font-family: tahoma, verdana; /* NC4 */
 font-size: 10pt; /* NC4 */
 /* color: #E1E113; */
}

 
/* Classes */
/* Navigation Shared Borders */
.navHeading {
 font-weight: bold;
 color: #00DF00; 
 font-family: tahoma, verdana; /* NC4 */
 font-size: 10pt; /* NC4 */
}

.InHeading {
 color: #FFD700; 
 font-size: 10pt;  
 font-weight: bold;
 font-family: tahoma, verdana; /* NC4 */
}

.navLink {
 color: blue; /* NC4! */
 font-family: times new roman, tahoma, verdana; /* NC4 */
 font-size: 10pt; /* NC4 */
}

/* "Downloads" Table */
.tabDLPicture {
 width: 100px;
 padding-bottom: 10px;
}

.tabDLText {
 padding-bottom: 10px;
}

/* Heading in Table */
.tabHeading {
 color: #FFD700; 
 font-size: 10pt;  
 font-weight: bold;
 font-family: tahoma, verdana; /* NC4 */
}

.Section {
 color: #FFFF00;
 background-color: black;
 font-size: 14pt;  
 font-weight: bold;
 font-family: tahoma, verdana; /* NC4 */
}

.SubSection     { font-size: 10pt; color: #FFCC00; font-weight: bold; margin-bottom: 0 }

.SectionTitle {
 color: #FFFF00;
 background-color: gray;
 font-size: 14pt;  
 font-weight: bold;
 font-family: tahoma, verdana; /* NC4 */
}

.SubTable {
 color: #FFFFFF;
 background-color: gray;
 font-size: 10pt;  
 font-weight: bold;
 font-family: tahoma, verdana; /* NC4 */
}