/******************************************************************************
**
**   This contains all of the BASE CSS for the activate WEB pages.
**
******************************************************************************/

a {
    color: #35699a;
    text-decoration: none;
}

a:hover {
    color: #000;
}

address, caption, code, dfn, var {
    font-style: normal;
    font-weight: 400;
}

blockquote {
    font-style: italic;
}


/*
** PROGRAMMERS NOTE:
**   Using non-web standard font (i.e. Proxima) loaded via the header css which is loaded via the CDN.
**   Choose this font by reviewing WEB site f5.com
**   The other fonts are the WEB standard fonts.
*/
body {
    background: #fff;
    font-family: Proxima, Nuesa, Georgia, Arial, Helvetica, Courier;
    color: #343434;
}

body, div, h1, h2, h3, h4, h5, h6, blockquote, ol, li, fieldset, input, pre, form, dl, dt, dd, hr {
    margin: 0;
    padding: 0
}

caption {
    text-align: left
}

h4 {
    margin-bottom: .25em !important;
}

h4, h5, h6 {
    font-size: 100%
}

hr {
    background: #ebebeb;
    border: none;
    height: 4px;
}

input {
    border-radius: 0;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 98%;
    font-weight: 400;
    outline: none;
    padding-left: 4px;
    margin-top: 3px;
    padding-top: 7px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

input:active {
    outline: none;
}

input:hover {
    color: #333;
    font-weight: 400;
    outline: none;
}

input:focus {
    color: #333;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    margin: 5px 0;
}

img, iframe {
    border: 0;
}

ol, ul {
    margin-bottom: 1em;
    margin-left: 2em;
    margin-top: 0;
    padding-left: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 30px;
    width: 100%;
}

td {
    font-size: 90%;
    padding: 6px;
    vertical-align: top;
}

th {
    color: #000;
    font-weight: 700;
    padding: 5px 5px 8px 10px !important;
    width: 200px;
}

q:before, q:after {
    content: '';
}

sup, sub {
    font-size: 80%;
    line-height: 0;
    margin-left: -1px;
    _vertical-align: text-top;
}

