/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
*    { color: black; font-size: 10pt; background-color: white; margin: 0; padding: 0 }

body        { color: black; font-size: 10px; font-family: Helvetica; background-color: white; background-image: none; background-position: 0 0; text-align: left; visibility: visible; margin-top: 20pt; width: 11pt; height: 11pt }

body.section-1     { background-color: #fff; width: 11pt; height: 11pt }
body.section-2        { color: black; font-size: 10pt; line-height: 20pt; background-color: white; margin-left: 0; width: 11pt; height: 11pt }
body.section-3     { background-color: white; width: 11pt; height: 11pt }

a:link         { color: gray; font-size: 10px; text-decoration: none; visibility: inherit; margin-left: 0 }
a:active      { font-size: 10pt; text-decoration: none; background-color: white; margin-left: 0 }
a:visited        { color: #666; font-size: 10px; text-decoration: none; margin-top: 20pt; margin-left: 0; padding-top: 0 }
a:hover      { color: orange; font-size: 10px; text-decoration: underline; margin-left: 0 }

a img      { background-color: white }

#menu             { color: #000; font-size: 10pt; font-family: Helvetica; font-style: inherit; font-weight: 900; line-height: 40pt; background-color: white; text-indent: 0; margin-top: 20pt; margin-left: 0; position: fixed; top: 0; bottom: 0; width: 215px; height: 100%; overflow: auto }

#menu ul      { color: black; font-size: 10pt; font-style: normal; line-height: 12pt; background-color: white; white-space: normal; list-style: none; margin: 0 0 20px 10pt; left: 0; border-bottom: 1pt dashed gray }

#menu ul li.section-title   { color: white; font-size: 11pt; font-style: normal; font-weight: bolder; line-height: 15pt; text-decoration: overline; background-color: black; top: 25pt; right: 25pt; bottom: 25pt; left: 25pt; border-bottom: white }

#content      { font-size: 10pt; line-height: 12pt; text-decoration: none; background-color: white; margin: 0 0 0 215px; top: 0; left: 0; height: 100% }

.container     { color: black; font-weight: normal; background-color: white; padding: 5px 5px 25px; left: 5pt }

#content p       { color: gray; font-size: 10pt; line-height: 15pt; background-color: white; margin: 0 24pt 15pt; width: 600px }

p     { background-color: white; margin: 0 0 9px }

h1     { font-size: 32px; background-color: white }
h2   { font-size: 24px; background-color: white }
h3  { font-size: 16px; background-color: white }
h4    { font-size: 12px; background-color: white }

#img-container	       { background-color: white; margin-right: 24pt; margin-bottom: 10pt; margin-left: 24pt; padding: 0 }
#img-container p	      { color: black; background-color: white; margin: 0 0 12pt; padding: 0; width: 400px }

#once     { background-color: white; clear: left }

