/*******************************************************************************

*                                                                              *

*  Author  - Nathaniel Rushton                                                 *

*  Date    - 24 June 2006                                                      *

*  Purpose - Defines the default styles of a normal page as defined by         *

*            Corporate Communications                                          *

*                                                                              *

*******************************************************************************/

body {

   background-color  : #c0c0c0;

   margin-left       : 3pt;

   margin-right      : 6pt;

}

body, p, li, td, th {

   font-family       : Verdana;

   font-size         : 10pt;

   text-align        : left;

   color             : black;

}

h1, h2, h3, h4, h5, h6 {

   font-family       : Verdana;

}

h1 {

   font-size         : 12pt;

   color             : Black;

   text-align        : center;

   font-weight       : bold;

}

h2 {

   font-size         : 10pt;

   color             : Black;

   font-weight       : bold;

}

h3, h4, h5 {

   font-size         : 10pt;

   font-weight       : bold;

}

h6 {

   font-size         : 8pt;

   color             : Black;

   font-weight       : normal;

}

ul {

   margin-top        : 3pt;

   margin-bottom     : 3pt;

}

ul ul {

   margin-top        : 3pt;

   margin-bottom     : 3pt;

}

li {

   margin-bottom     : 3pt; /* Spaces the list items */

}

.Ct {

   text-align        : center;

}

.Rt {

   text-align        : right;

}





/* Tables - Standard */

table {

   width             : 100%;

   border-collapse   : collapse;

}

th {

   vertical-align    : bottom;

} 

td {

   vertical-align    : top;

}

/* Used for the two hyperlinks at the top of each page */

td.Home {

   width             : 50%; 

   text-align        : center; 

   font-size         : 8pt;

}

.NavBar {

   text-align     : center;

   font-size      : 9pt;

}

.Footer {

   text-align     : left;

   margin-left    : 12pt;

   margin-bottom  : 3pt;

   margin-top     : 3pt;

   color          : gray;

   font-size      : 9pt;

}