/****************************************************************
 *                                                              *
 * Keating Magee                                                *
 * http://www.keatingmagee.com/                                 *
 *                                                              *
 * Style Sheet Name: global.css                                 *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global/Default Styles                      *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Light Blue = #00aaff                                         *
 * Dark Blue = #284e6c                                          *
 * Orange = #ff6600                                             *
 * Light Gray = #cdc7bb                                         *
 * Dark Gray = #6c6c6c                                          *
 *                                                              *
 ****************************************************************/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #fff;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #0af;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #f60;
}

h3 {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    color: #284e6c;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

p {
    line-height: 18px;
}

input, textarea {
    padding: 2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
}



select {
    padding: 2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
}