* {
    margin: 0;
    padding: 0;
}

.hd, .bd, .ft {
    margin: 0 auto;
    width: 61ex;
}

.hd {
    margin-top: 48pt;
    position: relative;
}

.hd img {
    left: -120px;
    top: 6pt;
    position: absolute;
}

.bd {
    margin-bottom: 32pt;
}

.ft {
    margin-bottom: 48pt;
}

body, h1, h2 {
    font: 11pt/1.5 Droid Serif, Georgia, Serif;
    font-weight: normal;
}

h1, p.subtitle {
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

h1 {
    font-size: 48pt;
}

p.subtitle {
    font-size: 20pt;
    margin-bottom: 16pt;
    text-indent: 0;
}

h2 {
    font-style: italic;
    margin-bottom: 8pt;
    margin-top: 24pt;
}

p {
    text-indent: 16pt;
}

p.first {
    text-indent: 0;
}

ul {
    list-style-type: square;
    margin-bottom: 16pt;
    margin-top: 16pt;
}

ul li {
    margin-left: 11pt;
    padding-left: 5pt;
}

address {
    font-size: 9pt;
}

a:link {
    color: #006;
}

a:active {
    color: #600;
}

a:visited {
    color: #606;
}
