@charset "UTF-8";
/* CSS Document */
/******************************************** @ FONT FACE 

@font-face {
    font-family: 'OpenSans-Regular'; }

@font-face {
    font-family: 'OpenSans-SemiBold'; }

@font-face {
    font-family: 'Raleway-Regular'; }

@font-face {
    font-family: 'Raleway-SemiBold'; }

*******************************************/

body {
    line-height: normal;
    font-family: "OpenSans-Regular", Verdana, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    color: #555;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
#s4-bodyContainer {
    background-image: linear-gradient(to bottom, #fff, #525252 20%, #e8e8e8 70%);
    overflow: hidden;
    padding-bottom: 0px;
}