BODY	{ background-color: lightgrey} 

H2.etitle	{ font-weight: bold ;
	  font-size: large ;
	  color: navy ; 
	  margin-top: 0.3em ;
	  margin-bottom: 0em }

H1.etitle	{ color: navy ; 
	  margin-top: 0.3em ;
	  margin-bottom: 0em }

H1.title1	{ color: white ; 
	  margin-top: 0.3em ;
	  margin-bottom: 0em }

.top	{ margin-top: 1em;
	  margin-left: 2em;
	  margin-right: 2em;
	  margin-bottom: 0em;}

table.top1	{ margin-top: 1em;
	  margin-left: 0em;
	  margin-right: 0em;
	  margin-bottom: 0em;
	background-color: darkblue;}

P	{ text-indent: 1em }

ADDRESS { margin-right: 2em;
	  margin-left: 2em;
	  text-align: right;
	  font-style: normal;}

TABLE.main	{ margin-top: 0em;
		  margin-left: 1em;
	 	  margin-right: 1em;
		  background-color: lightgreen}	

TH	{ color: navy;
	  text-align: right;
	  vertical-align: text-top}

.tlborder	{ border-left: solid white thick; 
	  border-top: solid white 2px}

UL	{ margin-bottom: 0em}

LI	{ list-style-type: circle;
	  font-size: 95%;}


A:link		{ color: blue; }
;		background: skyblue} 

A:visited	{ color: purple; }
;		background: skyblue} 

A:hover         { color: red;}
;                  background: #F0FFFF}
A:active        { color: red}

.center { text-align: center }
.right  { text-align: right }
.left   { text-align: left }
		  
.fleft  { float: left }
.cboth  { clear: both }
.short  { width: 85% }
.noind  { text-indent: 0em}
.ind4   { margin-left: 48px }
.smaller        { font-size: 90% }
.large          { font-size: large }
.larger         { font-size: 120% }