/**
 *
 * Moc 10 Media
 * http://www.moc10media.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Light Blue = #00a3ff
 * Dark Blue = #001125
 * Orange = #e87300
 * Gray = #b4b2b2
 *
 */

/* Global Definitions */

html {
    margin: 0;
    padding: 0;
    background-image: url(/img/back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #55b8ef;
}

body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.85em;
    color: #b4b2b2;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #e87300;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #00a3ff;
}

h3 {
    margin: 0;
    padding: 5px 0 10px 0;
    color: #00a3ff;
    font-size: 1.7em;
}

p {
    line-height: 1.7em;
}

input, select, textarea {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
}
