﻿/*
Dark Blue: #139 rgb(17,51,153)  (logo: rgb(14,56,150)
Medium Blue: #47b rgb(68,119,187)  (logo: rgb(69,115,179)
Light Blue: #dee rgb(221,238,238)  (logo: rgb(222,235,244)
Green: #393 rgb(51,153,51)  (logo: rgb(47,158,45)
*/
body 
{
    background: #fff;
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

img { border: 0px; }

a:link { color: #47b; text-decoration: none; }
a:visited { color: #dee; text-decoration: none; }
a:hover { color: #139; text-decoration: underline; }
a:active { color: #139; text-decoration: none; }

h1 { font-size: 18pt; color: #139; }
h2 { font-size: 16pt; color: #47b; }
h3 { font-size: 14pt; color: #393; }
h4 { font-size: 12pt; color: #000; }
h5 { font-size: 10pt; color: #f00; }
table.contactusform 
{
    background: #eee; 
    border: solid 1px #47b;
    text-align: left;
    width: 500px;
    margin: 0px auto 0px auto;
}

input { font-size: 10pt; font-family: Verdana, Arial, Sans-Serif; }

