.footnav      { font-size: 9pt; }

  a.footnav         { color : #0000ff; text-decoration : none; } 
  a.footnav:link    { color : #0000ff; text-decoration : none; } 
  a.footnav:visited { color : #0000ff; text-decoration : none; } 
  a.footnav:active  { color : #0000ff; text-decoration : underline; } 
  a.footnav:hover   { color : #0000ff; text-decoration : underline; } 

#page         {
                background-color:#ffffff;
              }

.centre       {
 	        text-align:center;
              }

.centresmall  {
 	        text-align: center;
                font-size:  10pt;
              }

.error        {
 	        color:red;
 	        font-weight:bold;
              }

.samplebox    
{
  width			: 100%;
  border-style		: solid;
  border-width		: 1px;
  border-color		: gray;
  padding-top		: 6px;
  padding-bottom	: 8px;
}

