@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
.topNav, .mainNav, .hero, .onlineBanking, .footer, .rates-cycle
 {
    display:none;
}
/* ---------- 02. RESET ---------- */
html, body, .featurebox, .content
  {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 98% ;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: #fff;
    color: #000;
    text-align: left;
    border:none;
}
/* ---------- 03. MISCELLANEOUS ---------- */
h1, h2, h3, h4, h5, h6 {
    color: #000 ;
}
a {
    color: #000;
    background: #fff;
    text-decoration: underline;
}
.content {
    margin-bottom: 1em;
}
td {
    padding:3px;
    border:1px dotted #000;
}
.content img {
    position: static;
    float: none;
    clear: both;
    display: block;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: none;
    text-align: left;
}