﻿@font-face {
	font-family: "Segoe UI";
	src: local('Segoe UI'), local('SegoeUI'), url('../fonts/SegoeWP-Black.ttf');
	font-style:normal; 
}
@font-face {
	font-family: "Segoe UI Semibold";
	src: local('Segoe UI Semibold'), local('SegoeUISemibold'), url('../fonts/SegoeWP-Semibold.ttf');
	font-style:normal; 
}

body
{
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 14px;
    background-color:white;
    color:#002147;
}
td
{
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 14px;
    color:#002147;
}
input
{
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 14px;
    width:150px;
    border: 1px solid #002147;
    color:#002147;
}
a
{
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color:#003B7F;
}
    a:visited
    {
        font-family: "Segoe UI", sans-serif;
        font-size: 14px;
        color: #003B7F;
    }
    a:hover
    {
        font-family: "Segoe UI", sans-serif;
        font-size: 14px;
        color: #39393B;
    }
.pin
{
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 14px;
    width:100px;
    border: 1px solid #002147;
    color:#002147;
}
.button
{
    font-family: "Segoe UI Semibold", sans-serif;
    font-size: 12px;
    width: 100px;
    background-color:#C9C9CB;
    color:#002147;
    border: 1px solid #002147;
}
.text
{
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color:#002147;
}