/****************************************************************
 *                                                              *
 * Moc 10 Media                                                 *
 * A Division of The Working Man Group, L.L.C.                  *
 * http://www.moc10media.com/                                   *
 *                                                              *
 * Style Sheet Name: globals.css                                *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global CSS Styles                          *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Green = #a8c621                                              *
 * Brown = #965820                                              *
 * Orange = #ff7900                                             *
 * Light Brown = #e5cead                                        *
 * Gray = #4e4f4b                                               *
 *                                                              *
 ****************************************************************/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    color: #000;
    background-image: url(/img/back.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #e5cead;
}

img {
    border: none;
}

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

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

h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    color: #965820;
}

p {
    line-height: 18px;
}

input {
    font-size: 11px;
}

select {
    font-size: 11px;
}