@charset "utf-8";
body {
    background-image: url(../images/background-strip.gif);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 00px;
    margin-bottom: 0px;
    background-color: #FFF;
}


h1 {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 28pt;
    color: #000;
    text-transform: uppercase;
    display: inline;
    line-height: 26pt;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: #0061a1;
    display: inline;
    line-height: 15pt;
    font-style: italic;
}

h3 {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 17pt;
    color: #000;
    text-transform: uppercase;
    display: inline;
    line-height: 17pt;
}

h4 {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 28pt;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline;
    line-height: 26pt;
}

P {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000000;
    display: inline;
    line-height: 13pt;

}

.smalltext {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #27a5f7;
    display: inline;
    line-height: 11pt;

}
.smalltextwhite {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    display: inline;
    line-height: 11pt;

}

.small-white-link {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFF;
}

.small-white-link:hover {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FF0;
}

.smallred {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FF0000;
    display: inline;
    line-height: 11pt;

}

.largered {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 15pt;
    color: #FF0000;
    display: inline;
    line-height: 16pt;

}

.movingforward {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    display: inline;
    line-height: 13pt;
    font-style: italic;
    font-weight: bold;


}
.tiny-white {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFF;
}

.tiny-white-link {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFF;
}

.tiny-white-link:hover {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FF0;
}




.small-link {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #0061a1;
    line-height: 12pt;


}

.small-link:hover {
    font-family: "Franklin Gothic Book", "Franklin Gothic Demi",Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: 12pt;


}

@media only screen and (max-width: 480px) {
    td{
        display:block;
        width:100%
    }
}

.btn {
    background: #878787;
    background-image: -webkit-linear-gradient(top, #878787, #2d2d2e);
    background-image: -moz-linear-gradient(top, #878787, #2d2d2e);
    background-image: -ms-linear-gradient(top, #878787, #2d2d2e);
    background-image: -o-linear-gradient(top, #878787, #2d2d2e);
    background-image: linear-gradient(to bottom, #878787, #2d2d2e);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 1px 1px 3px #666666;
    font-family: "Strait";
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    border: solid #4d4d4d 1px;
    text-decoration: none;
    text-align: center;
}

.btn:hover {
    background: #990000;
    font-size: 15px;
    color: #ffffff;
    font-family: "Strait";
    text-decoration: none;
    text-align: center;

}