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

*                                                                              *

*  Author  - Nathaniel Rushton                                                 *

*  Date    - 24 June 2006                                                      *

*  Purpose - Defines the images to be displayed in the Marketing banner        *

*            Defines the font and position of the banner text                  *

*                                                                              *

*  NOTE: If the height of the images are ever changed,                         *

*        the height of the frame in the respective Home pages that holds the   *

*        banner must be changed appropriately                                  *

*                                                                              *

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

body {

   background-color  : #c0c0c0;

}

table {

   width                : 100%;

}

td.Logo {

   width                : 176;

   height               : 62;

   background-image     : url('../Images/SharkLogoSilver.jpg');

   background-repeat    : no-repeat;

   background-position  : top left;

   align                : center;

   background-color     : #c0c0c0;

}

td.Banner {

   background-repeat    : no-repeat;

   background-position  : center right;

   background-color     : #c0c0c0;

   

} 

}

p.Heading {

   font-family          : Arial;

   font-size            : 26pt;

   color                : Black;

   margin-right         : 12pt;

   text-align           : center;

   margin-top           : 3;

   margin-bottom        : 0;

}

img {

   border               : 0;

}

