﻿html		 { height: 100%; }
body         { height: 100%; font-family: Arial; font-size: 10pt; padding: 0 0 0 0; margin: 0 0 0 0 }
.Bullet      { font-family: Arial; font-size: 10pt; list-style-type: disc; margin-top: 0; margin-bottom: 0 }
h1           { font-family: Arial; font-size: 18pt; color: #000080; font-weight: bold }
h2           { font-family: Arial; font-size: 14pt; color: #000080; font-weight: bold }
li           { font-family: Arial; font-size: 10pt; margin-top: 0; margin-bottom: 0 }
p            { font-family: Arial; font-size: 10pt }
a
	{
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline
	}

.pageTable
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	border-collapse: collapse;
	border: 0 navy solid;
	}


.headerTable
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: 0 navy solid;
	width: 100%;
	height: 76px;
	}


.menuRow
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

.menuCell
	{
	font-family: Arial;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}

.contentsCell
	{
	font-family: Arial;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	height: 100%;
	background-color: white;
	}

