/* CSS Document */

body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

img#portrait {
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    height: 152px;
    width: 144px;
    margin: 0;
    margin-right: 8px;
    padding: 0;
}

hr {
    width: 100%;
    background-color: #B22222;
    border: 0px;
    height: 3px;
}

.header1 {
    color: #8B0000;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
}

.header2 {
    color: #8B0000;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

.header3 {
    color: #8B0000;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}

.header4 {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.header5 {
    color: #000000;
    font-size: 12px;
}

.header6 {
    color: #000000;
    font-size: 11px;
}

.brief {
    font-size: 12px;
}

.callout {
    border-color:#000000;
    border-width:1px;
    border-style:solid;
    padding: 8px;
    height: 100%;
}

a {
    color: #B22222;
    text-decoration: none;
}

a:active, a:hover {
    color: #B22222;
}

a:visited {
    color: #B22222;
}

a.passive {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.copyright {
    color: #CCCCCC;
    font-size:10px;
    font-style:italic;
    text-align:center;
}
