﻿@charset "utf-8";

p, td {
	margin: 0px 0px 0px 0px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font: 14px Tahoma;
	color: #000000;
	text-align: justify;
}
html {
	height: 100%;
}

body {
	font: 16px Tahoma;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	height: 100%;
	text-align: center;
}
/*  Page titles. */
h1, h2, h3 {
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}

#outerWrapper {
	background-color: #fff;
	width: 100%; /* expanding banner */;
/*	width: 1000px; /* fixed width */;
	text-align: center;
	margin: 0px auto 0px auto; */
}

/* dark blue fonts */

.style0 {
	color: #000199;
	font-size: medium;
	text-align: justify;
}
.style1 {
	font-family: "Lucida Calligraphy";
}
.style2 {
	font-size: larger;
}
.style3 {
	border-color: #000199;
	border-width: thick;
}
.style4 {
	font-size: x-large;
}
.style5 {
	color: #FFFFFF;
}


