/* doc.css created by Jorn modified to prioritise common fonts */
BODY  {
 color: #000000;
 background: #FFFFF0;
 font-family: arial;
 margin-left: 4%;
 margin-right: 4%;
 margin-top: 0;
}

A:link { color: #0000CC; background: transparent; }
 A:visited { color: #3333CC; background: transparent; }
 A:hover { color: #FF0000; background: transparent; }
 A:active { color: #FF0000; background: transparent; }

/* Document Title */
H1    {
 font-size: 36pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 color: #FF0000;
 text-align: center;
}


p.toc {
 background: transparent;
 color: #000033; 
 text-indent: 0em;
 font-weight: bold;
 font-family : "Helvetica", "Arial", sans-serif;
 font-size: 12pt;
 line-height: 100%;
 text-align: left;
 margin-left: 7%;
 margin-right: 7%;
}

/* Authors' name */
H2 {
 font-size: 24pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 color: #000033;
 text-align: center;
}

/* Chapter Title + Title date */
H3 {
 font-size: 18pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 color: #000033;
 text-align: center;
}

/* Section Title */
H4 {
 font-size: 14pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 text-align: center;
}

/* Sub Section (5) */
H5 {
 font-size: 12pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: bold;
 text-align: center;
}

/* Sub Section (6) */
H6 {
 font-size: 12pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 text-align: center;
}

P {
 font-size: 12pt;
 font-family: 'Times New Roman', Times, Georgia, serif;
 text-indent: 2em;
 text-align: justify;
 line-height: 140%;
}

p.endcredit
 {
 font-size: 11pt;
 text-align: justify;
 text-indent: 0em;
 line-height: 120%;
 background: transparent;
 color: #333333;
 font-family: "Arial", sans-serif;
 font-weight: normal;
 }
 
OL, UL, LI {
 font-size: 12pt;
 font-family: 'Times New Roman', Times, Georgia, serif;
 text-indent: 0em;
 text-align: left;
 line-height: 140%;
}

LI.erol {
 font-size: 13pt;
 font-family: 'Times New Roman', Times, Georgia, serif;
 text-indent: 0em;
 text-align: left;
 line-height: 130%;
}

span.date {
 background: transparent;
 color: #333333;
 font-family: "Arial", sans-serif;
 font-size: small;
 font-weight: normal;
 }
 
HR {
 color: #FF0000;
}

HR.infotop {
 color: #FF0000;
 margin-top: 3em;
 margin-bottom: 0.2em;
}

HR.infobot {
 color: #FF0000;
 margin-top: 0.2em;
 margin-bottom: 3em;
}


.link  {
 text-align: center;
 text-indent: 0;
 font-family: tahoma;
 font-size: 11pt;
 font-weight: bold;
}

.toplink  {
 text-align: left;
 text-indent: 0;
 font-family: tahoma;
 font-size: 9pt;
 font-weight: bold;
 margin-top: 0pt;
 margin-bottom: 2em;
}

.updat {
 text-align: right;
 font-family: tahoma;
 font-size: 9pt;
 font-weight: normal;
 margin-top: 0pt;
 margin-right: 6%;
}

.bild {
 font-size: 10pt;
 text-indent: 0;
 font-weight: bold;
 text-align: left;
 margin-top: 0;
}

.info  {
 font-size: 10pt;
 font-weight: normal;
 text-indent: 0;
 margin-top: 0pt;
 margin-bottom: 0pt;
 line-height: normal;
}

.author {
 text-align: right;
 font-weight: bold;
 font-style: italic;
 margin-right: 10%;
}

.c    {
 font-family: tahoma;
 text-align: center;
 text-indent: 0;
}

.cr    {
 text-align: center;
 text-indent: 0;
 color: #FF0000;
}

.note {
 font-size: 11pt;
 text-align: left;
 text-indent: 0;
 margin-bottom: 0;
}

.fst {
 font-size: 12pt;
 text-indent: 0;
}

.date {
 text-align: right;
 text-indent: 0;
}

 /* sub head */
p.sub { 
 color: black;
 font-size: 14pt;
 text-align: center;
 font-family: "New York", serif;
 font-weight: bold;
 line-height: 110%;
 text-indent: 0em;
 margin-right: 6%;
 margin-left: 6% 
 }

p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", "Helvetica", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin: 3%;
 }


