body {
    font-family:sans-serif;
    font-size:10pt
}


#container {
    margin: auto;
    min-width: 700px;
    max-width: 900px;
    width:expression(document.body.clientWidth > 900? "900px": "auto" );
}

#left {
    float: left;
    width: 160px;
}

#center {
    margin-left: 180px;
    ZZmargin-right: 320px;
    margin-right: 260px;
}

#right {
    float: right;
    ZZwidth: 300px;
    width: 240px;
}

#footer {
    clear: both;
    text-align: center;
}

table#prevnext {
}

#topnav {
    margin-top: 3px;
    margin-bottom: 1px;
}

a.prevnext {
    width: 30px;
    display: block;
    background-color: #DDEEFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: blue;
    margin-left: 0;
    margin-right: 3px;
}

a:hover.prevnext {
    background-color: #EEDDEE;
}

.pagenav {
    font-weight: bold;
    margin-bottom: 0;
}


#leftnav ul {
}

#leftnav li {
    list-style-type: none;
    list-style-position: outside;
    width: 160px;
    margin: 0 0 10px 0;
}

#leftnav a {
    display: block;
    font-weight: bold;
    color: black;
    background-color: #DDEEFF;
    padding: 5px 0 5px 0;
    text-decoration: none;
    text-align: center;
}

#leftnav a:hover {
    background-color: #EEDDEE;
}


#reportnumber {
}

#synopsis {
    margin-top: 10px;
    font-size: large;
}

.narrative {
    line-height: 1.4em;
    font-size: 11pt;
}

.fields td {
    padding: 2px; margin: 2px; border: 12px;
}

.fieldname1 {
    background-color: #EEDDEE;
    font-size: 9pt;
    font-weight: bold;
    ZZpadding-left: 5px;
}
.fieldname2 {
    background-color: #DDEEFF;
    font-size: 8pt;
    ZZpadding-left: 5px;
}
.fieldvalue {
    background-color: #EEEEDD;
    font-size: 8pt;
    ZZpadding-left: 5px;
}

#title {
    padding: 0;
    background-color: #0000A0;
}

#titletext1 {
    color: yellow;
    font-size: 250%;
    font-style: italic;
}

#titletext2 {
    color: white;
    font-size: 150%;
    line-height: 130%;
}


.original {
    font-size: 7pt;
    line-height: 130%;
}


p.related {
    font-size: 9pt;
    margin-top: 0;
    margin-bottom: 2px;
}

ul.related {
    font-size: 9pt;
    margin-top: 1px;
}

p.other {
    margin-top: 0;
    margin-bottom: 2px;
}

ul.other {
    margin-top: 1px;
}


.listreportnumber {
    color: darkblue;
    font-weight: bold;
}

a.listreport {
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    color: black;
}

a:hover.listreport {
    background-color: #DDEEDD;
    color: darkblue;
}

.notice {
    font-size: x-small;
}

