@font-face {
    font-family:  "AmasisMTStd";
    src: url('/Amasis-MT-Std-Font.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'AmasisMTStd';
/*	font-family: "Amasis MT Pro Light", "Courier New", Courier, monospace;*/
}

h1 {
    color: #1F4E79;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1;
}

h2 {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 50;
    letter-spacing: 1;
}

.name {
    color: #1F3864;
    font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', 'Arial', sans-serif;
    font-size: 14px;
    width: 100%;
    display: block;
    font-weight: 50;
    letter-spacing: 1;
}

.phone {
    color: #808080;
    font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', 'Arial', sans-serif;
    font-size: 16px;
    width: 100%;
    display: block;
    font-weight: 50;
    letter-spacing: 1;
}