html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, 'Segoe UI', Arial, Tahoma;
    font-size: 12px;
    color: #00418c !important;
}

h1 { font-size: 28px; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 12px; font-weight: bold; }

div#header {
    background-color: rgb(0,155,220);
    height: 100px;
    width: 100%;
}

div#container {
    margin: 0 auto;
    width: 1000px;
}

.underline {
    text-decoration: underline;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.clear {
    clear: both;
}

.v-center {
    vertical-align: middle !important;
}

.text-left-force {
    text-align: left !important;
}

.text-center-force {
    text-align: center !important;
}

.text-right-force {
    text-align: right !important;
}

.bordered {
    border: solid 1px #000;
}

.img-margin {
    margin: 10px;
}

.img-margin-rb {
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-margin-lb {
    margin-left: 10px;
    margin-bottom: 10px;
}

.img-margin-r {
    margin-right: 10px;
}

.img-margin-l {
    margin-left: 10px;
}

.img-margin-b {
    margin-bottom: 10px;
}

.source {
    color: #515151;
    font-size: 11px;
    font-style: italic;
}



img.map, map area {
    border: 0;
    outline: none;
}

area:focus{
    border: none;
    outline-style: none;
    -moz-outline-style:none;
}

.bordered-box {
    border: solid 1px #e8e8e8;
    padding: 6px;
}

.pointer-cursor {
    cursor: pointer;
}