/****************************************************************
 *                                                              *
 * Moc 10 Media                                                 *
 * A Division of The Working Man Group, L.L.C.                  *
 * http://www.moc10media.com/                                   *
 *                                                              *
 * Style Sheet Name: global.css                                 *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global Styles                              *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Dark Blue = #01325b                                          *
 * Light Blue = #50b3ff                                         *
 * Yellow = #e4b42e                                             *
 * Light Gray = #cccbc8                                         *
 * Dark Gray = #888888                                          *
 *                                                              *
 ****************************************************************/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #cccbc8;
    background-color: #01325b;
    background-image: url(/img/back.jpg);
    background-repeat: repeat-x;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #e4b42e;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #50b3ff;
}

h3 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #50b3ff;
    font-size: 16px;
    line-height: 24px;
}
h4 {
    margin: 0;
    padding: 0 0 15px 0;
    color: #50b3ff;
    font-size: 13px;
    line-height: 18px;
}

p {
    line-height: 24px;
}

input, select, textarea {
    margin: 0;
    padding: 2px;
    font-size: 11px;
    font-family: verdana, helvetica, arial, sans-serif;
    border: none;
}