/* PRINT STYLESHEET FOR NSOER */
@page { size: 29.7cm 21.0cm }

BODY { margin: 1em 1em 0em .5em; font-family: Verdana, "New Century Schoolbook", Times, sans-serif; line-height: 1.1; color: black; } 

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR { display: block }
/* Rem BR should also be added to the above block elements but it has the same effect as P in NN4 . It is therefore not incorporated as a block element in this style sheet specification */


B, STRONG, I, EM, CITE, VAR, TT, Q, CODE, KBD, SAMP, IMG, SPAN {display: inline }

/* ------ Die volgende item het geen invloed op Internet Explorer 4 nie maar veroorsaak dat die Lys Items dubbel gespasieer word in NN 4. Indien weggelaat vertoon IE4 nog korrek. In NN4 is lynspasiering een lyn maar sirkel verdwyn. Let Wel, indien LI nie in CSS gespesifiseer word nie gee dit probleme met die vloei van teks om ander elemente in NN4
LI {display: list-item }
---------- */

HI, H2, H3, H4, { margin-top: 0em; margin-bottom: .5em }
H5, H6, { margin-top: 0em; margin-bottom: 0em }

h1 {
  color: #00008b;
  background: transparent;
  font-weight: bold
}
h2 {
  color: #8B0201;
  background: transparent;
  font-weight: bold;
  font-size: 18pt; 
  text-decoration: none;
  text-align: left
}
h3 {
  color:#333366;
  background: transparent;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none
}
h4 {
  color: #8B0201;
  background: transparent;
  font-weight: bold;
  font-size: 12pt
}
h5 {
  color: #8B0201;
  background: transparent;
  font-size: 10pt;
  text-decoration: none
}

P {font-family: Verdana; font-size: 10pt; text-align: none; margin-top: 2em; margin-bottom: 1em }
P.caption { font-size:9pt; color:black; font-style:italic; text-align:center; }
P.table { font-size:8pt; color:#8B0201; font-style:italic; text-align:left}
P.tabletext { font-family: Verdana; font-size:10pt; color:#8B0201; text-align:left; margin-top: 0em; margin bottom: 0em }
P.greenflag {font-family: Verdana; font-size: 10pt; text-align: none; margin-top: 1em; margin-bottom: 1em; color: green }
P.redflag {font-family: Verdana; font-size: 10pt; text-align: none; margin-top: 1em; margin-bottom: 1em; color: red }
P.amberflag {font-family: Verdana; font-size: 10pt; text-align: none; margin-top: 1em; margin-bottom: 1em; color: orange }

/* Die volgende werk nie in IE4 nie - tewens dit het die effek om teks normaal te laat voorkom */
/* B, STRONG {font-weight: bolder }*/ /*relative to the parent*/
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE {font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right 3em } /* for block quotations */
BLOCKQUOTE { font-size:10pt; color: blue }

Q { font-size:8pt; font-style: italic; lang: en } /* for inline quatations, language set to English */

OL { list-style: decimal }
MENU { margin: 3em }
LI { list-style-type: square; list-style-position:outside; font-size:10pt }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em; font-size: 12pt }

HR { border-top: solid }     

/* normal links in top menu and in text*/
A:hover.nav { color:#D00000; font-size:9pt}  /* Works only in IE4 */
A:link { color: blue;  }    /* unvisited link */
A:visited { color: green; }  /* visited link */
A:active { color: lime; }  /* active links */


/* links for terms in glossary */
/* A.glos:link {background: yellow; color: red } */
/* A.glos:visited {background: yellow; color: green } */
/* A.glos:active {background: yellow; color: red } */

/* links for terms in glossary */
A.glos:link {background: white; color: red }
A.glos:visited {background: white; color: red }
A.glos:active {background: white; color: red }


/* links for Acronyms */
A.acro:link {background: white; color: red }
A.acro:visited {background: white; color: red }
A.acro:active {background: white; color: red }

/* setting achor border around IMG elements requires contextual selectors */
/* The following can be activated to highlight active images A:link IMG {border: 1px solid blue}
A:visited IMG {border: 1px solid red} 
A:active IMG{border: 1px solid lime} */

.highlight { background-color: yellow }

.example { margin-left: 10% }

dfn {
  font-style: normal;
  font-weight: bolder
}

var sub { font-style: normal }


.title {
  color: #8B0201;
  font-face:arial;
  background: white;
  font-size: 8pt;
  text-decoration: none
}


.footnote {
  color: #8B0201;
  font-face:arial;
  background: white;
  font-size: 8pt;
  text-decoration: none;
  font-style: italic	
}

.synopsis { font-family: Verdana; font-size: 8pt; text-align: none; margin-left: 1em; margin-right: 1em  }

.author {
  font-style: italic
}
.copyright {
  font-size: smaller;
  text-align: right;
  clear: right
}
.toolbar {
  text-align: center
}
.toolbar IMG {
  float: right
}
.menubar {
  color: red;
  font-face:arial;
  background: transparent;
  font-size: 8pt;
  text-decoration: none
}
.menuitem {
 color: blue;
 font-face:arial;
 background: white;
 font-size:12pt;
 text decoration: none
}

/* the following rules are applicable specifically for printed versions */

.noprint { display: none } /* to render sections that will not print */
.chapter {page-break-before: always }
.break {page-break-after: always }

