﻿@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 {
    margin:0px;
	background-repeat:repeat-x;
	background-color:#ececec;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    overflow:scroll;
}

p {
	text-align: left;
}

a:link {color: #002147;text-decoration: none;}
a:visited
{
    color: #002147;
}
a:hover {color: #a2272c;text-decoration:none;}
a:active {color: #c26a6d;text-decoration: none;}

h1 {
    font-family: "Segoe UI Semibold", sans-serif;
    font-style: normal;
	font-size: 24px;
	color: #002147 
}

td
{
font-family: "Segoe UI", sans-serif;
font-size: 14px;
border-color: #ececec;
}

.appNavigation
{
    font-family: "Segoe UI", sans-serif;
    color: #FFFFFF;
}
.appNavigation a:link
{
    font-family: "Segoe UI", sans-serif;
    color: #C9C9CB;
}
.appNavigation a:visited
{
    color: #C9C9CB;
}

.appNavigation a:hover
{
    color: #C9C9CB;text-decoration:underline;
}



.blockimg { display:block;
                margin:0; }

.navbar { 
font-family : "Arial", sans-serif;
font-size : 14px; 
color : #002147; 
text-align: left;
} 
.navbar a:link {color: #002147;text-decoration: none;}
.navbar a:visited {color: #002147;text-decoration: none;}
.navbar a:hover {color: #890000; text-decoration:none;}
.navbar a:active {color: #890000;text-decoration: none;}

.bottombar { 
font-family : "Arial", sans-serif;
font-size : 13px; 
color : #ffffff; 
background-color:#002147;
} 
.bottombar  a:link {color: #C9C9CB;text-decoration: none;}
.bottombar  a:visited {color: #C9C9CB;text-decoration: none;}
.bottombar  a:hover {color: #C9C9CB;text-decoration:underline;}
.bottombar  a:active {color: #C9C9CB;text-decoration: none;}

