body {
    font-size: 10pt;
    font-family: Georgia, Times New Roman;
    margin: 10px;
}

body a {
    color: #000000;
}

body a:visited {
    color: #666666;
}

div.banner {
    text-align: left;
}

div.banner ul {
    display: none;
}

h1 {
    margin: 0px;
    text-align: left; 
    color: #000000; 
    font-weight: bold; 
    font-size: 24pt;
    line-height: 80px;
}

h2 {
    font-size: 16pt;
    border-bottom: solid 2px;
    margin: 15px 0px 2px 0px;
}

h3 {
    font-size: 14pt;
    margin: 10px 0px 2px 0px;
}

h4 {
    font-size: 10pt;
    margin: 0px;
}

h5 {
    font-size: 10pt;
    margin: 0px;
}

th {
    font-size: 9pt;
    text-align: right;
}

td {
    font-size: 9pt;
}

.content {
    padding: 10px;
}

div.code {
    white-space: pre;
    margin: 10px 50px 10px 20px;
    border: dashed 1px #666666;
    background-color: #CCCCCC;
    font-family: courier new, courier;
}

ul.portfolio {
    list-style: none;
}

ul.portfolio li {
    font-weight: bold;
    font-size: 14pt;
    margin-top: 8px;
    margin-bottom: 2px;    
}

ul.portfolio li div {
    border-bottom: solid 1px;
}

dl {
    font-family: "Bitstream Vera Sans", Verdana, Arial, Sans-Serif;
}

dt {
    font-weight: bold;
    font-size: 10pt;
    margin-top: 8px;
    margin-bottom: 2px;
}

dd {
    font-weight: normal;
    font-style: italc;
    font-size: 10pt;
    margin-bottom: 8px;
}

.myfooter {
    padding: 2px;
}

.pagebottom {
    display: none;
}
