/*All of the following tags relate to the Heading tags within the document.
Do not adjust*/
H1 {
        font-family:Times New Roman;
        font-weight:Bold;
        font-size:16;
        color:Black;
        font-style:normal;
}
H2 {
        font-family:Times New Roman;
        font-weight:Bold;
        font-size:14;
        color:Black;
        font-style:normal;
}
H3 {
        font-family:Times New Roman;
        font-weight:Bold;
        font-size:12;
        color:Black;
        font-style:normal;
}
H4 {
        font-family:Times New Roman;
        font-weight:Bold;
        font-size:11;
        color:Black;
        font-style:normal;
}
H5 {
        font-family:Times New Roman;
        font-weight:Normal;
        font-size:12;
        font-style:Normal;
        color:Black;
        text-align:right
}
H6 {
        font-family:Times New Roman;
        font-weight:Bold;
        font-size:10;
        font-style:italic;
        color:Black;
}
/*
  The following attributes create the rollover effect on the hyperlinks.
  The colours will appear as Red, blue and lime.
  To change these colours, specify a different colour in the relevant
sections.
*/
A:Link {
        color: red;
        font-family:Times New Roman;
        font-weight:bold;
        
        text-decoration: none
}  /* unvisited link */
A:visited {
        color: blue;
        font-family: Times New Roman;
        font-weight:Bold;
        
        text-decoration: none
}  /* visited links */
A:active {
        color: lime;
        font-family: Times New Roman;
        font-weight:Bold;
        
        text-decoration: none
}  /* active links */
.blfont {
        color:#99ccff
}
.redfont {
        color:#CC0033
}
.yllwfont {
        color:#FFFF33
}
.whitefont {
        color:#FFFFFF
}
A:hover {
        color:#FF0000;
}
A:link {
        color:#333399;
}

22:43 27/01/200022:43 27/01/2000