body { background-repeat: repeat-y; font-family: Arial, Helvetica, sans-serif; }

div.header     { margin-left: 120px; margin-bottom: 45px; }
div.main       { margin-left: 120px; margin-right: 20px; margin-bottom: 30px; font-size: 14px; }
div.subLevel   { margin-top: 5px; margin-bottom: 5px; margin-left: 5px; padding-left: 50px; font-size: 11px; }
div.subLevel#stripe { border-left-style: solid; border-left-width: 5px; border-color: #3377DD; }
div.figures    { font-style: italic; }
div.bottomMenu { margin-top: 25px; margin-bottom: 25px; font-size: 12px; font-weight: bold; }

h1 { font-size: 24px; font-weight: bold; color: #3377DD; }
h2 { font-size: 16px; font-weight: bold; color: #FF6633; }
h3 { font-size: 13px; font-weight: bold; color: #3377DD; }
h4 { font-size: 18px; font-weight: bold; color: #3377DD; margin-bottom: 0;}
h4 a { color: #3377DD; }
h5 { font-size: 14px; font-weight: bold; color: #3377DD; margin-top: 10px; margin-bottom: 0;}
h5 a { color: #3377DD; }

td { vertical-align: top}
ul { list-style-type: disc; margin-right: 50px; }
li { margin-bottom: 10px; }

a       { color: #000099; }
a:hover { color: #000000; background-color: #FFF3D4; text-decoration: none; }
