/*--
*******************************************
TYPOGRAPHY CSS
AUTHOR: MATTHEW LLOYD
LAST EDITED: 10/10/2007
*******************************************
--*/


body{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#555;
}

h1, h2, h3, h4, h5{
text-decoration:none;
font-weight:bold;
color:#6D6E70;
margin:5px 0 20px 0px;
}

h1{
font-size:160%;
margin:0 0 5px 0;
color:#fe0000;
}

h2{
font-size:120%;
margin:5px 0 15px 0;
color:#4d4d4d;
}

h3{
font-size:150%;
}

h4{
font-size:120%;
}

h5{
font-size:110%;
}


a:link, a:hover, a:visited, a:active{
color:#444444;
}


/*-----NAVIGATION-----*/

/*--controls colour of break-bars--*/
#bannerLinks{
color:#fff;
}
#bannerLinks a:link, a:visited{
color:#fe0000;
}
#bannerLinks a:hover, a:active{
color:#dd0000;
}


#nav li{
text-align:left;
}

#nav a{
text-decoration:none;
font-weight:bold;
color:#ddd;
font-size:10pt;
}
/*-changes colour of hyperlink when mouseOver button-*/
#nav li:hover a:link, #nav li:hover a:visited{
color:#fff;
}

#nav a:hover{
text-decoration:none;
font-weight:bold;
/*color:#fff;*/
font-size:10pt;
}


#nav #thispage a:link, #nav #thispage a:visited{
color:#fff;
}


/*-----FOOTER-----*/

#footer a:link, #footer a:visited{
text-decoration:none;
color:#999;
}

#footer a:hover, #footer a:active{
text-decoration:none;
color:#fff;
}

#footer .largeLink{
font-size:11pt;
}

#footer{
text-align:center;
color:#6D6E70;
font-size:9pt;
line-height:13pt;
}


