@font-face {
    font-family: TypefaceSixOT;
    src: url('TypefaceSixOT.otf') format('opentype'), url('TypefaceSixWeb.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}

@font-face {
    font-family: TheSerifBW3Light;
    src: url('TheSerifB-W3Light.otf') format('opentype'), url('TheSerifB_300_.woff') format('woff'), url('TheSerifB_300_.eot') format('eot');
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}

body {
    margin: 0px;
}

body, div , p, td , textarea, input , select , option {
    font-family: TheSerifBW3Light, Verdana , Helvetica , Arial ,  sans-serif, Geneva;
    font-size: 14px;
    color: #111111;
}

html, body {
    height: 100% !important;
}

a {
    color: #959595;
    text-decoration: none;
}

a:hover {
    color: #5fd27d;
}

h1, h2 , h3 , h4 , h5 , h6 {
    color: #111111;
}

div {
    position: relative;
}

img {
    border: none;
}

label {
    display:block;
}

fieldset * {
    border: none;
    padding: 0px;
}

input {
    border: 1px solid #CCC;
    padding: 0;
    margin: 0;
}