.FRUListItem {
    background-color: #BBDCED;
    margin: 0 4px 4px 0;
    text-align: left;
    color: #036;
    cursor: pointer;
    padding: 4px 16px 4px 4px;
    width: 290px
    }
.FRUListHeaderItem {
    margin: 0 4px 4px 0;
    text-align: left;
    padding-bottom: 4px
    }
.FRUListHeaderItem a {
    color: #036;
    font-weight: bold
    }
.FRUListHeaderItem a:hover {
    text-decoration: none
    }
.FRUListItemNumber {
    color: #FC7C00;
    font-weight: bold
    }
.FRUListItemType {
    color: #333;
    font-weight: bold
    }
.InfoArea {
    padding: 16px;
    background-color: #E8ECDC;
    margin-bottom: 8px
    }
.PageFooter {
    padding: 2px 2px 0 2px;
    font-size: 9pt;
    color: #1B325F;
    margin: 8px 0 0 0;
    font-family: arial, Helvetica, sans-serif;
    border-top: 1px dotted #91897A
    }
.PageFooterLink {
    color: #1B325F;
    text-decoration: underline;
    cursor: pointer
    }
.PageFooterLink:hover {
    color: #3C89C8;
    text-decoration: none;
    cursor: pointer
    }
.PageFooterSection {
    padding: 0 0 0 8px;
    vertical-align: top;
    width: 120px;
    text-align: right
    }
.PageHeader {
    background-color: #FFF;
    padding: 8px;
    border-bottom: 1px solid #000
    }
.PageLayout {
    border: 1px solid #A9C7CE;
    background-color: #FFF;
    width: 752px;
    padding: 8px;
    text-align: left
    }