﻿


/*
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {font-family:"Buttons and Switches JL";
            src:url("../fonts/BTNSWTCH.eot?") format("eot"),url("../fonts/BTNSWTCH.woff") format("woff"),url("../fonts/BTNSWTCH.ttf") format("truetype"),url("../fonts/BTNSWTCH.svg#ButtonsandSwitchesJL") format("svg");
            font-weight:normal;
            font-style:normal;}


.uni-red 
{
    color:rgb(165,30,55);
    background-color:white;
}

.uni-dark-gold 
{
    color:rgb(165,30,55);
}

.uni-grey-a0 
{
    color:rgb(160,160,160);
}

.uni-gold 
{
    color:rgb(189,160,105);
    background-color:white;
}

.uni-redgold 
{
    color:rgb(165,30,55);
    background-color:rgb(189,160,105);
}

.uni-goldred 
{
     color:rgb(189,160,105);
     background-color:rgb(165,30,55);
}