
.class1
      {
        /* Menu items on top bar */
	font-family:	"Arial Narrow", Arial, Helvetica, sans-serif ;
     	font-weight: 	bold ;
     	font-style:  	normal ;
    	font-size:  	 16pt ;
      }

.class2
      {
        /* Selected menu item on top bar */
	font-family: 	"Arial Narrow", Arial, Helvetica, sans-serif ;
     	font-weight: 	bold ;
     	font-style:  	normal ;
    	font-size:   	16pt ;
        color:       	#B5BA77 ;
      }

.class3
      {
        /* Title for text on page */
	font-family: 	"Arial Black", Arial, Helvetica, sans-serif ;
     	font-style:  	normal ;
    	font-size:   	15pt ;
        color:       	#B5BA77 ;
      }

.nojustify
      {
	text-align:     left ;
      }

a.menu:link
      { 
        /* original hyperlink black with no underlining */
        color: 		 #000000 ; 
        text-decoration: none
      }	

a.menu:visited
      { 
        /* hyperlink black with no underlining */
        color:           #000000 ; 
        text-decoration: none ;
      }

a.menu:hover 
      { 
        /* hyperlink colour when mouse over */
        color: 		#B5BA77 ;
      }

/* not used a.menu:active {color: #000000 ; text-decoration: none}	*/

a.jump:link
      { 
        /* original hyperlink dark olive colour with underlining */
        color: 		 #818644 ; 
      }	

a.jump:visited
      { 
        /* hyperlink dark olive colour with underlining */
        color:           #818644 ; 
      }

a.jump:hover 
      { 
        /* hyperlink light olive colour when mouse over */
        color: 		#B5BA77 ;
      }

/* not used a.jump:active {color: #000000 ; text-decoration: none}	*/

IMG#picture
      {
	width:		200px ;
	margin:		10px ;
      }

IMG#client
      {
	width:		250px ;
	margin:		10px ;
      }
BODY
      {
        /* Main body of text on page */
	font-family:	Arial, Helvetica, sans-serif ;
	font-size:      11pt ;
	font-weight:    normal ;
     	font-style:  	normal ;
	text-align:     justify ;
      }

