BODY {
    font-size: 11px;
    line-height: 18px;
    color: #666666;
    background-color: white; 
}

P, DIV, SPAN {
    font-size: 11pt;
    line-height: 18pt;
    color: #666666;
    background-color: transparent;
}

H1, H2, H3, H4, H5, H6 {
    font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 18pt;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    background-color: transparent;
}

TD {
    font-size: 11pt; 
    line-height: 16pt;
    color: #666666;
} 

LI {
   font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
   font-size: 11pt;
   line-height: 16pt;
   color: #666666;
   background-color: transparent;
   list-style-type: circle;
}

H1 {
   font-size: 18pt;
   line-height: 20pt;
   font-weight: 800; 
}

H2 {
    font-size: 15pt;
    line-height: 18pt;
    font-weight: bold; 
}

H3 {
    font-size: 12pt;
    line-height: 16pt;
    font-variant:small-caps; 
}

H4 {
    line-height: 12pt;
    font-style: italic; 
}

#menu_header{
    font-size: 13pt;
    line-height: 16pt;
    font-weight: bold;
    color: #333333;
}

EM {
    font-weight: bold;
     font-style: normal;
}

#content {
    position: absolute;
    left:    200px;
    top:     150px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 100px;    
    margin:  0px;
    border-left-width: 2px;
    border-left-color: yellow;
    border-left-style:solid;
//    border-left-style: dashed;
}

.index_page {
    top: 50 px;
}

#menu {
    position: absolute;
    top:   166px;
    left:  15px;
    width: 135px;
}

.reference {
    position: relative;
    left: 20px;
    margin: 0pt;
}

.reference:first-line {
    position: relative;
    left: -20px;
}

a:link {
    color: #666666;
}

a:visited {
    color: #999999;
}

.small {
    font-size: 11pt;
    line-height: 13pt;
}

