/*
Std Colors:
lt blue     #B0D0FF   background
blue        #000080
dk blue     #000060
pale yel    #f4f4d4   text page background
lt yellow   #FFFFD0   text table background
yellow      #FFFF00
lt red      #e00000
red         #800000
dk red      #600000
green       #008000
dk grn      #006000
orange      #FF6633
red-orng    #e06020
reder-orng  #ff4020
lt grey     #c0c0c0
grey        #aaaaaa
dk grey     #888888
*/

/*
TR {
	font-weight: normal; font-size: 12px; color: #000000; font-family: verdana, sans-serif; 
        text-decoration: none;
        }
TD {
	font-weight: normal; font-size: 12px; color: #000000; font-family: verdana, sans-serif;
        background: #B0D0FF; text-decoration: none;
        }
I {
	font-weight: normal; font-size: 12px; color: #000000; font-family: verdana, sans-serif;
        text-decoration: none;
        }
*/

body {  font-size: 17px;
        color: black;
        margin: 5px 0px 0px 0px;
        }
p  {    font: 17px times new roman, times, georgia, serif;
	line-height: 1.1;
        }
ul {    font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
        }
ol {    font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
        }
blockquote {
	font-family: times new roman, times, georgia, serif;
	color: #000000;
	font-size: 17px;
	line-height: 1.1; }

h1, h2, h3, h4, h5, h6 {
        font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
        margin-bottom: 0px;  }

h1 {    font-size: 38px;  }

h2 {    font-size: 28px;  }

h3 {    font-size: 21px;  }

h4 {    font-size: 17px;  }

h5 {    font-size: 14px;  }

h6 {    font-size: 11px;  }

.sml  { font-size: 14px;  }

.vsml { font-size: 12px;  }

.sans12 {
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 12px;
        color: black;
        }
.sans12y{
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 12px;
        color: #FFFF00;
        }
.sans14 {
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 14px;
        color: black;
        }
.sans14y{
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 14px;
        color: #FFFF00;
        }
.sans16 {
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 16px;
        color: black;
        }
.sans16r{
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 16px;
        color: #FF0000;
        }
.sans16y{
        font-family: arial, geneva, helvetica, sans-serif;
        font-size: 16px;
        color: #FFFF00;
        }
.verd14 {
        font-family: verdana, arial, geneva, helvetica, sans-serif;
        font-size: 14px;
        color: black;
        }
.verd14y{
        font-family: verdana, arial, geneva, helvetica, sans-serif;
        font-size: 14px;
        color: #FFFF00;
        }
.verd16 {
        font-family: verdana, arial, geneva, helvetica, sans-serif;
        font-size: 16px;
        color: black;
        }
.verd16y{
        font-family: verdana, arial, geneva, helvetica, sans-serif;
        font-size: 16px;
        color: #FFFF00;
        }
.tr16   { font: 16px/16px times new roman, times, georgia, serif;
        color: #000000; }

.tr16r  { font: 16px/16px times new roman, times, georgia, serif;
        color: #800000; }

.tr16g  { font: 16px/16px times new roman, times, georgia, serif;
        color: #008000; }

.tr16b  { font: 16px/16px times new roman, times, georgia, serif;
        color: #000080; }

.tr14   { font: 14px/14px times new roman, times, georgia, serif;
        color: #000000; }

.tr14r  { font: 14px/14px times new roman, times, georgia, serif;
        color: #800000; }

.tr14g  { font: 14px/14px times new roman, times, georgia, serif;
        color: #008000; }

.tr14b  { font: 14px/14px times new roman, times, georgia, serif;
        color: #000080; }

.tr12   { font: 12px/12px times new roman, times, georgia, serif;
        color: #000000; }

.tr12r  { font: 12px/12px times new roman, times, georgia, serif;
        color: #800000; }

.tr12g  { font: 12px/12px times new roman, times, georgia, serif;
        color: #008000; }

.tr12b  { font: 12px/12px times new roman, times, georgia, serif;
        color: #000080; }

.tib {  font: 16px/16px times new roman, times, georgia, serif;
        font-style: italic; color: #000080; }

.tir {  font: 16px/16px times new roman, times, georgia, serif;
        font-style: italic; color: #800000; }

A:link, A:visited {
        color: #b05070;
        text-decoration: none; }

A:hover {
        background: #a09090;
        color: #000000;
        text-decoration: none; }

A:active {
        color: #000000;
        text-decoration: none; }

.navbar {
        width: 112px;
        text-align: justify;
        padding: 4px, 0px, 4px, 4px;
        float: left; }

.sidebar {
        width: 136px;
        text-align: justify;
        padding: 4px, 0px, 4px, 4px;
        float: right; }

.red    {
        color: #ff0000; }
.dkred  {
        color: #600000; }

.orange {
        color: #FF6633; }

.white  {
        color: #000000; }
.offwht {
        color: #f0f0f0; }
.ltgrey {
        color: #e0e0e0; }
.grey   {
        color: #a0a0a0; }
.dkgrey {
        color: #808080; }

.blue8  {
        color: #000080; }
.dkblue {
        color: #000060; }
