﻿body {
    font-size:14pt;
    font-family:Arial, Helvetica, sans-serif;
}
.headerDiv {
    height: 75px;
    background-color: #00ADEE;
}

.headerDivLine {
    height: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4cf6b+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #f4cf6b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#f4cf6b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#f4cf6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4cf6b',GradientType=1 ); /* IE6-9 */
    border-bottom: solid 4px #f4cf6b;
}

hr {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
}

.headerText h1 {
    color: #0066AE;
}


.blueHeader h1 {
    color: #0080C5;
    margin-top: 15px;
    font-size: 24pt;
}

ol {
    list-style: none;
    counter-reset: item;
}

li {
    counter-increment: item;
    margin-bottom: 10px;
    color: black;
}

ol li:before {
    padding-top: 4px;
    margin-right: 10px;
    margin-left:-48px;
    content: counter(item);
    background: #0080C5;
    border-radius: 100%;
    color: white;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    display: inline-block;
}

.button {
    background-color: #0066AE; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 15px 2px;
    cursor: pointer;
    padding: 12px 45px;
    border-radius: 10px;
    font-weight:bold;
}

.tableDiv {
    height: 275px;
    background-color: #0066AE;
}

    .tableDiv h2 {
        color: white;
        text-align: center;
    }

.headerTd {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size:18px;
}

.contentTd {
    color: orange;
    text-align: center;
    font-weight: bold;
}


.bottomBorder {
    border: 0 solid white;
    border-bottom: 2px solid white;
    width: 25%;
    height: 40px;
}

td {
    width: 25%;
}

.tdFirst {
    background-color: #008CD0;
}

.tdLast {
    height: 40px;
}

table, th, td {
    border: 0px solid white;
}

table {
    width: 100%;
}

.footerText {
    color: #FF6633;
    font-weight: bold;
}
a:hover, a:focus {
    color: #337ab7;
    text-decoration:underline;

}
a{
    text-decoration:underline;
}
