body {
background: #FFF;/*background color*/
background-image:url(images/background_header.jpg);/*background image*/
background-repeat:no-repeat;/*control the repeating of the image*/
background-position:center top;/*controls the alignment of the image on page*/
}


/*determines tables top margin and background image repeat*/
.tableclass {
margin-top:-18px;
background-repeat:no-repeat;/*control the repeating of the image*/
}


/*base text style*/
p {
font-family:arial;
font-size:12;
color: #776E5D;
}


/*home page headings style*/
.headings {
font-family:arial;
font-size:22;
color: #776E5D;
font-weight:bolder;
}


/*sub headings style*/
.subheadings {
font-family:arial;
font-size:16;
color: #776E5D;
font-weight:bolder;
}


/*main text style*/
.maintext {
font-family:arial;
font-size:12;
font-weight:bolder;
color: #776E5D;
}


/*footer text style*/
.footer {
font-family:arial;
font-size:12;
color: #776E5D;
}


/*determines the text link state colours*/
.newlink a:link {
font-family:arial;
font-size:12;
font-weight:bolder;
color: #776E5D;
text-decoration: none;
}

a:active {
color: #776E5D;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;

text-decoration: none;
}

.newlink a:hover {
color: #EED387;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;

text-decoration: none;
}

a:visited {
color: #776E5D;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
font-weight:bolder;
text-decoration: none;
}


/*determines the text state colours of anchor links*/
.anchorlink a:link {
font-family:arial;
font-size:12;
color: #776E5D;
text-decoration: none;
}

b:active {
color: #776E5D;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
text-decoration: none;
}

.anchorlink a:hover {
color: #EED387;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
text-decoration: none;
}

b:visited {
color: #776E5D;
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
text-decoration: none;
}



/*scroll bar colour definitions*/
body         
{ scrollbar-face-color: #FFF; scrollbar-shadow-color: #E9B425; scrollbar-highlight-color: #FFF;
  scrollbar-3dlight-color: #FAEFCF; scrollbar-darkshadow-color: #E9B425;
  scrollbar-track-color:#FFF ; scrollbar-arrow-color: #E9B425;  
}