@CHARSET "UTF-8";


body {
    font-family:"ConduitITCStd-Regular", "HelveticaNeueLight",Arial,"FreeSans","Garuda",Helvetica,"Bitstream Vera Sans",sans-serif;
    line-height: 1.5;
    font-size: 14pt;
    color: #303030;
    overflow-y: scroll;
}

b { color: black; }

q::before { 
  content: "«\00A0";
  color: black;
}
q::after {
  content: '\00A0»';
  color: black;
}

article, aside, figure, figcaption, footer, header, nav, section {
    display: block;
}

body header {
    position: absolute;
    top: 2px;
    left: 108px;
    /*border-bottom: 1px solid lightsteelblue;*/
    right: 12px;
    height: 210px;
}

body aside {
    position:absolute;
    left:2px;
    top: 70px;
    width:240px;
    /*background-color: #e7e7e7;*/
    /*border-right: 4px solid lightsteelblue;*/
}

body article {
    position:absolute;
    top:210px;
    left:260px;
    padding-bottom: 18px;
    background-color: white;
    padding-right: 4px;
    /*width: 640px;*/
}

#derNums {
    width: 640px;
}


