/* CSS Document */

html, body, ul, li {
    margin: 0;
}

html,
body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    background: url(/images/bg.jpg) no-repeat center top #1F3147;
}

/* ========== h ========== */

div.h1,
h1,
div.h2,
h2,
div.h3,
h3,
div.h4,
h4,
div.h5,
h5,
div.h6,
h6 {
    font-weight: bold;
    color: #25669b;
    margin: 10px 0px;
}

/* ========== h1 ========== */

h1,
div.h1 {
    font-size: 24px;
}

/* ========== h2 ========== */

h2,
div.h2 {
    font-size: 21px;
}

/* ========== h2 ========== */

h3,
div.h3 {
    font-size: 19px;
}

/* ========== h2 ========== */

h4,
div.h4 {
    font-size: 17px;
}

/* ========== h2 ========== */

h5,
div.h5 {
    font-size: 15px;
}

/* ========== h2 ========== */

h6,
div.h6 {
    font-size: 13px;
}

/* ========== table ========== */

table {
    border: 0;
    border-collapse: collapse;
}

/* ==== table.tbl ==== */

table.tbl th,
table.tbl td {
    border: 1px solid #CCC;
    padding: 5px;
}

/* ========== A ========== */

a {
    color:#09c;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color:#375E93;
}

/* ========== UL ========== */

/* ==== menu ==== */

ul.menu,
ul.menu li,
ul.form,
ul.form li,
ul.lists,
ul.lists li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

ul.menu,
ul.menu li {
    display: block;
}

/* ========== form ========== */

form {
    margin: 0;
    padding: 0;
}

/* ====== input ====== */

.itext {
    font-size: 18px;
}

/* ====== textarea ====== */

.itextarea {
    font-size: 18px;
}

/* ====== select ====== */

.sct {
    font-size: 19px;
}

/* ==== button ==== */

.btn {}

/* ========== img ========== */

img {
    border: 0;
}

/* === bdr_img === */

img.bdr_img {
    padding: 4px;
    background: #fff;
    border: 1px solid #bee2f5;
}

a:hover img.bdr_img {
    border-color: #3e940d;
}

/* ========== sep ========== */

div.sep {}

/* ========== all ========== */

.clr {
    clear: both;
}

.strong {
    font-weight: bold;
}

.margin_left {
    margin-left: 205px;
}

/* ========== color ========== */

.black {
    color: #000;
}