﻿@charset "utf-8";
/* CSS Document */
BODY {
	font-size: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #194B6E;
	margin: 0px;
	height: 100vh;
	width: 100vw;
}
A {
	COLOR: #AAAAAA;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FFFFFF;
	background-color: #0000FF;
	HEIGHT: 0px;
	font-weight: normal;
	TEXT-DECORATION: none;
}
A:link, A:visited {
	COLOR: #aaaaaa;
	font-weight: normal;
	TEXT-DECORATION: underline;
}
.links {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 110%;
	text-align: left;
	white-space: nowrap;
}
.copyright {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 105%;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}
img.noborder {
	border-style: none;
	vertical-align: middle;
	display: block; /*images must be set to block in order use auto margins*/;
	margin: 0 auto; /*centers images in most browsers*/;
	text-align: center; /*centers images in older browsers*/;
}
img.border {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0px;
	padding: 0px;
	background-color: #194B6E;
	width: 825px;
	max-height: inherit;
	text-align: center;
	vertical-align: middle;
    align-items: center;
	display: flex; /* or inline-flex */
	justify-content: center;
	padding: 0;
	z-index: 0;
}
td {
	margin: 1px;
	padding: 1px;
	z-index: 2;
	text-align: left;
	vertical-align: top;
}