/****************************************************************
 *                                                              *
 * Keating Magee                                                *
 * http://www.keatingmagee.com/                                 *
 *                                                              *
 * Style Sheet Name: global.css                                 *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global/Default Styles                      *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Dark Blue = #0f1d5e                                          *
 * Light Blue = #83bae7                                         *
 * Orange = #ff7f00                                             *
 * Dark Gray = #9b9894                                          *
 * Light Gray = #e4e1dd                                         *
 *                                                              *
 ****************************************************************/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, verdana,  sans-serif;
    font-size: 0.9em;
    color: #6d6a64;
    background-color: #e4e1dd;
    background-image: url(/img/back.gif);
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006cff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

h2 {
    margin: 10px 0 15px 0;
    padding: 0;
    font-size: 1.3em;
}

h4 {
    margin: 10px 0 15px 0;
    padding: 0;
    font-size: 1.1em;
}

h5 {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 1.0em;
}

p {
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.6em;
}

small {
    font-size: 0.85em;
}

input, select, textarea {
    font-family: arial, helvetica, verdana,  sans-serif;
    font-size: 0.9em;
}