@charset "UTF-8";
.banner_table_cell {
    width: 74px;
    height: 67px;
}
@media screen {
    body {
        background-attachment: fixed;
        background-color: #000;
        background-image: url(images/background_fractal.png);
        background-repeat: no-repeat;
        background-position: left top;
        color: #FFF;
        margin: 0px;
        padding: 0px;
    }
    h1 {
        font-size: 20pt;
        font-style: normal;
        font-weight: 600;
        margin: 0px;
    }
    h2  {
        font-size: 16pt;
        font-weight: 600;
        color: #507294;
        margin: 0px;
    }
    a {
        color: #507294;
    }
    #banner_table {
        cellpadding: 9px;
        cellspacing: 0px;
        width: 100%;
        border: 0px;
        font-weight: 600;
        color: #507294;
        text-decoration: none;
        margin: 0px;
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 0px;
        padding-left: 16px;
        font-family: poiret-one, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 64px;
        vertical-align: text-bottom;
    }
    .seal {
        position: relative;
        top: 0px;
        }
   #content {
        color: #B4B4B4;
        top: 16px;
        position: relative;
        left: 8px;
        right: 8px;
        bottom: 8px;
        font-family: Raleway, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-style: normal;
        line-height: 1.4;
        font-weight: normal;
        text-decoration: none;
        font-size: 18px;
    }
    #content ul li  {
        list-style-type: circle;
    }
    #content dt {
        text-indent: 15px;
        font-weight: 600;
        color: #507294;
    }
    #content dd {
        margin-bottom: 16px;
    }
    #content_foot {
        clear: both;
        margin-top: 150px;
        padding: 25px;
    }
}
@media print {
    body {
        color: #FFF;
        margin: 0px;
        padding: 0px;
    }
    h1 {
        font-size: 14pt;
        font-style: normal;
        font-weight: 600;
        margin: 0px;
    }
    h2  {
        font-size: 12pt;
        font-weight: 600;
        margin: 0px;
    }
    a {
        color: #000;
    }
    #banner_table {
        cellpadding: 9px;
        cellspacing: 0px;
        width: 100%;
        border: 0px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 0px;
        padding-left: 16px;
        font-family: poiret-one, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 48px;
        vertical-align: text-bottom;
    }
    .seal {
        position: relative;
        top: 0px;
        }
    #content {
        color: #000;
        top: 16px;
        position: relative;
        left: 8px;
        right: 8px;
        bottom: 8px;
        font-family: Raleway, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-style: normal;
        line-height: 1.4;
        font-weight: normal;
        text-decoration: none;
        font-size: 10pt;
    }
    #content ul li  {
        list-style-type: circle;
    }
    #content dt {
        text-indent: 15px;
        font-weight: 600;
        color: #000;
    }
    #content dd {
        margin-bottom: 16px;
    }
}
.footer {
    left: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    font-family: Raleway, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}
.video {
	width: 560px;
	height: 315px;
	frameborder: 0px;
	allowfullscreen: true;
	seamless: seamless;
}
