@font-face {font-family: futura;src: url(/fonts/futura-bold.ttf); font-weight: bold;}
@font-face {font-family: futura;src: url(/fonts/futura-normal.ttf); font-weight: normal;}

@font-face {font-family: gotham;src: url(/fonts/gotham-normal.ttf); font-weight: normal;}
@font-face {font-family: gotham;src: url(/fonts/gotham-bold.ttf); font-weight: bold;}

@font-face {font-family: oswald;src: url(/fonts/oswald-normal.ttf); font-weight: normal;}
@font-face {font-family: oswald;src: url(/fonts/oswald-bold.ttf); font-weight: bold;}

body {
    background: #e6e6e6;
    font: normal 12pt futura;
}

td {
    font: normal 10pt gotham;
}

textarea{
    font: bold 9pt gotham;
}

input { 
    padding: 3px;
    margin: 3px;
    font: bold 10pt futura;
    color: #404040;
    text-align: center;
}

input:focus { 
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

.starticons { 
    padding: 7px;
    margin: 7px;
    font: bold 11pt gotham;
    color: #414042;
    background-color: #f0f0f0;
    text-align: center;
    width: 200px;
}

.starticons:hover { 
    background-color: #f6921e;
    color: #ffffff;
}

