body          {	
                margin:0px 0px; padding:0px;
 	        text-align:center;
                font-family:arial,sans-serif;
                font-size:12pt;
                background-color:#ffffff;
	      }

#page         {
                width:70%;
                margin:0px auto;
                text-align:left;
                padding:15px;
                border:none;
              }

img           {
                border:none;
              }

.floatleft    {
                border  :none;
                margin  :2px 15px 15px 2px;
                float   :left;
              }

.floatright   {
                border  :none;
                margin  :2px 15px 15px 2px;
                float   :right;
              }

.centre       {
 	        text-align:center;
              }

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

.small        {
                font-size:8pt;
              }

.error        { 
                font-weight     : bold;
                color           : #ff0000;
              }

a             { 
                text-decoration : none;
                color           : #008080;
              }

a:active      { 
                text-decoration : none;
                color           : #00ffff;
              }

a:hover       { 
                text-decoration : none;
                color           : #00ffff;
              }

h1            {
                font-family     : times new roman,georgia,times;
                font-weight     : normal;
                color           : #003399;
              }

h2            {
                font-family     : times new roman,georgia,times;
                font-weight     : normal;
              }

.formcell     {
                font-size       : 10pt;
                color           : #003399;
                padding-bottom  : 15px;
                text-align      : left;
                vertical-align  : top;
              }

