﻿a {
	color: white;
}
body {
	color: white;
	font-family: Calibri, Arial, Verdana;
}
h1 
{
    font-size: 22pt;
    font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	font-size: 14pt;
	margin-top: 0px;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
div.menu {
	color: lightgray;
	margin: 5px 0px 3px -1px;
	border-right: 1px lightgray solid;
	border-bottom: solid 1px #4f4f4f;
}
div.menu:hover {
	border-bottom: solid 1px white;
}
div.menu a {
	color: lightgray;
	text-decoration: none;
}
div.menu p:first-line a {
	color: silver;
	text-decoration: none;
}
div.menu a:hover { 
	color: white;
}
div.menu p {
	font-family: TW Cen MT, Arial Narrow;
	font-size: 9pt;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
}

div.menu p:first-line {
	color: silver;
	font-family: Arial Narrow;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 1pt;
	margin: 0px;
}
ol 
{
    margin-top: 0px;
    margin-bottom: 0px;
}
ul 
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.vtable .colhead
{
    background-color:#4f4f4f;
    vertical-align:top;
}
.vtable .rowhead 
{
    text-align:right;
    font-weight:bold;
    border: 0px;
    width: 100px;
}
.menu 
{
    border: 0px;
}
.topmenu td {
    border: 0px;
    padding: 0px;
}
.vtable tbody td 
{
    border: solid 1px white;
    margin-right: 5px;
    padding: 2px;
    vertical-align: top;
}
.vtable thead 
{
    background-color: White; 
    color: #323232;
    vertical-align:top;
}
.ftable td 
{
    padding: 5px;
}
.fheader
{
    background-color: White;
    color: #323232;
    font-weight: bold;
    vertical-align: top;
}
.quote
{
    font-style: italic;
    margin-bottom: 0px;
    font-size:larger;
}
.quoter
{
    border-top: solid 1px lightgray;
    text-align: right;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 5px;
    padding-right: 5px;
}