/* Style sheet
   This file is used by all the pages to control text fonts, colours and sizes
   plus background images on table cells
   A change to this file will affect all the pages at the same time
*/
body {
 background-color: #FFFFFF;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 background-image: url("images/page-background.png");
 background-position: 0% -209px;
 background-repeat: repeat-y;
}
body, td {
 font-family: Arial, Helvetica, Sans-serif;
 font-size: 13px;
 color: #000000;
}
td.main {
  background-image: url("images/page-layout_03.png");
  background-repeat: no-repeat;
  padding: 6px;
}

/* These definitions control the appearance of links in the text */
a:link {
 text-decoration: underline; 
 color: #3399FF;
}
a:visited {
 text-decoration: underline; 
 color: #FF0000;
}
a:hover {
 text-decoration: none; 
 color: #000099;
}