BODY    { background-color: #E0FFFF ;
        margin: 0em 1.5em 1em;
        padding-top: 0}

H1      { margin: 0.5em auto 0.5em auto;
        padding: 0;
        clear: both;
        font-weight: normal;
        font-size: 150%;
        font-family: 'MS gothic', Osaka, 'Arial Unicode', Sans-serif;
        text-align: center;
        letter-spacing: 0.2em;
        color: black }

DIV.topline     {margin: 0 auto 1em auto;
        text-align: center;}

.top    { margin-top: 1em;
          margin-left: 3em;
          margin-right: 1em}


H2	{ margin-bottom: 0.2em ; 
	  font-weight: bold ;
	  font-size: large }
H2 SPAN { background-color: lightblue;
	  padding-left: 1.0em;
	  padding-right: 0.5em;
	  padding-top: 0.1em;
	  padding-bottom: 0.1em;
	  border-left: double navy 12px;
	  letter-spacing: 1.2em}

H3	{ margin-left: 0.5em;
	  margin-top: 0.5em;
	  margin-bottom: 0.2em;
	  font-weight: bold ;
	  color: black } 
H3 SPAN { background-color: lightblue }

H4	{ margin-left: 1em;
	  margin-top: 0.5em;
	  margin-bottom: 0.2em;
	  font-weight: bold ;
	  color: black } 

H5	{ margin-left: 1em;
	  margin-bottom: 0.2em;
	  font-weight: bold ;
	  color: black } 

P	{ text-indent: 1em;
	  margin-top: 0.5em;
	  margin-left: 0.5em;
	  margin-right: 0.5em;
	  margin-bottom: 1em;
	  line-height: 1.3em }

UL      { margin-top: 0.1em ; 
	  margin-bottom: 0.1em }
UL UL	{margin-top: 0}

TABLE	{ background-color: lightcyan}
TABLE A:hover	{ color: red;
		  background-color: #F0FFFF }

HR 	{ color: navy; }

ADDRESS	{ text-align: right;
	  font-size: 80%;
	  font-style: normal }

A:link		{ color: blue } 

A:visited	{ color: purple; }

A:hover		{ color: red;
		  background: #F0FFFF }
A:active	{ color: red}


.center { text-align: center;
          margin-left: auto;
          margin-right: auto;}
.right  { text-align: right }
.left   { text-align: left }
.fleft  { float: left }
.cboth  { clear: both }
.short  { width: 85% }
.noind  { text-indent: 0em}
.nobr   { margin-top: -1em}
.br   { margin-top: 1em}
.left4   { margin-left: 48px }
.small        { font-size: 90% }
.smaller        { font-size: 80% }
.larger        { font-size: 120% }
.bold		{font-weight: bold}

