﻿.body {
    width: 880px;
    line-height: 160%;
    font-size: 12pt;
    font-family: Arial;
}

.underline {
    text-decoration: underline;
}

.header {
    font-size: 20pt !important;
    font-weight: bold;
}

.warning {
    font-size: 16pt;
    color: red;
    font-weight: bold;
}

.PaddingBottom {
    padding-bottom: 15px;
}

.Button {
    font-size: 13pt;
}

.AlignRight {
    text-align: right;
}


html, body {
    margin: 0;
    height: 100%;
}

iframe {
    width: 100%;
    border: none;
    height: 100%;
}