
<!--{  }
 
/* This Style Sheet defines common settings used througout the site */

/* Colours Used On Web Site 

Table Heading Background Colour = #ADE7AD Light Green
Table Background Colour = #A4C0F4 Dark Red
/* Table Background Colour = #A4C0F4 White
Body Text = #FFFFFF Black
Hyperlinks = #FFFFFF Black
Hover Hyperlinks = #FF0000 Red
*/

/* Define type of font, colour of font for headings and body */
h1, h2, h3, h4, h5, h6, p, a, body { font-family:verdana, arial, helvetica, sans-serif; color: #000000; }
/* End type of font, colour of font for headings and body */

p            { font-size: 8pt;8pt; font-weight: normal}

.Content>p {margin:0px;}

/* Define type of font, colour of font for hyperlinks */

p a:active { font-family:verdana, arial, helvetica, sans-serif; color: #000000; font-size: 8pt; font-weight: bold; text-decoration: none;}
p a:link { font-family:verdana, arial, helvetica, sans-serif; color: #000000; font-size: 8pt; font-weight: bold; text-decoration: none;}
p a:visited { font-family:verdana, arial, helvetica, sans-serif; color: #000000; font-size: 8pt; font-weight: bold; text-decoration: none;}
p a:hover    { color: #FF0000; font-size: 8pt; font-weight: bold;}
/* End type of font, colour of font for hyperlinks */

body         { font-size: 8pt; font-weight: normal;

/* Define Scroll Bar Properties */
scrollbar-arrow-color: #FFFFCC; 			/* pale yellow */
scrollbar-base-color:  #001873; 	/* dark blue */
scrollbar-dark-shadow-color: #FFFFFF; 	/* white */
scrollbar-track-color: #FFFFFF; 	/* FFFFCC pale yellow */
scrollbar-face-color: #C0C0C0; 		/*  C0C0C0 medium grey */			
scrollbar-shadow-color: #FFFFFF; 	/* white */
scrollbar-highlight-color:  #FFFFFF; 	/* white */
scrollbar-3d-light-color:  #FFFFFF; 	/* white */
  
}
/* End Scroll Bar Properties */

/* Define Horizontal Ruler Properties */
hr { noshade; color: #000000; width: 480; height: 1}
/* End Horizontal Ruler Properties */

/* Define Table Heading Cell Properties */
.tableheadings
{ 
background-color: #C0C0C0; /* Medium Grey */
/* background-color: #ADE7AD; */          /* Pale Green */
margin: 0px;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
}
/* End Table Heading Cell Properties */

/* Define Table Cells Properties */
.tablecells
{
background-color: #FFFFFF;
margin:0px;
font-size: 8pt; font-weight: normal;
text-decoration: none;
}
/* End Table Cells Properties */

/* Define Table Title Cells Properties */
.tabletitlecells
{
background-color: #FFFFFF;
margin:0px;
font-size: 8pt; font-weight: bold;
text-decoration: none;
}
/* End Table Title Cells Properties */

/* Define Shaded Table Cells Properties */
.tableshadedcells
{
background-color: #C0C0C0;   /* Medium Grey */
margin:0px;
font-size: 8pt; font-weight: normal;
text-decoration: none;
}
/* End Table Cells Properties */

/* Define Navigation Bar Properties */
.navbarlinks 
{
a:active, alink, a:visited  { font-family:verdana, arial, helvetica, sans-serif; color: #66CCFF; font-size: 8pt; font-weight: bold; text-decoration: none;}
a:hover      { font-family:verdana, arial, helvetica, sans-serif; color: #66CCFF; font-size: 8pt; font-weight: bold;}
}
/* End Navigation Bar Properties */

/* Define Title Bar Properties */
.titlebar
{
font-family:verdana, arial, helvetica, sans-serif;
color: #FF0000;
font-size: 10pt;
font-weight: bold;
text-transform: uppercase;
text-decoration:none;
}
/* End Title Bar Properties */


/* Define Header Properties /* 
.headertext {
	color:#000000;
	background-color:#FF5A00;
	margin:20px;
	padding:0px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:8px; font-family:verdana, arial, helvetica, sans-serif; 
	}
/* End Header Properties */


-->
