BODY	{ background-color: #556B2F} 

H4	{ font-weight: bold ;
	  font-size: large ;
	  text-align: right ;
	  color: black ; 
	  margin-top: 0.3em ;
	  margin-bottom: 0em }

.top	{ margin-top: 1em;
	  margin-left: 3em;
	  margin-right: 1em;
	  margin-bottom: 0em}

P	{ text-indent: 1em }

ADDRESS { text-align: right;
	  font-size: 80% ;
          font-style: normal}

TABLE.main	{ margin-top: 0em;
		  margin-left: 1em;
	 	  margin-right: 1em;
		  background-color: #E2DEA9}	

TH	{ color: #663300;
	  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: #483d8b;
		background: #E2DEA9 } 

A:visited	{ color: #a66000;
		background: #E2DEA9 }

A:hover         { color: #ff8c00;
		background: #E2DEA9 }
A:active        { color: #ff8c00;
		background: #E2DEA9}

.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% 
