/* ABOUT SPECIFIC COLOURS */

/* CRUMBS */

.crumbtext {
	color: #252525;
}
.crumbtext a:link, .crumbtext a:visited {
	color: #6C6C6C;
}
.crumbtext a:hover, .crumbtext a:active {
	color: #095C99;
}

.lastcrumb, .lastcrumb a:link, .lastcrumb a:visited, .lastcrumb a:hover, .lastcr
umb a:active { 
        color: #000; 
}


.text a:link, .text a:visited {
        color: #095C99;
        font-weight: normal;
}
.text a:hover, .text a:active {
        color: #000;
        font-weight: normal;
}

/* News listings have colours reversed */
.news_list_title a:link, .news_list_title a:visited {
	color: #095C99;
}
.news_list_title a:hover, .news_list_title a:active {
	color: #000;
}



/* over-ride for colour in mid-left menu */

.nav2_on {
        font-size: 11px;
        line-height: 19px;
        color: #000000;
        text-align: left;
        font-weight: normal;
        padding-left: 6px;
        padding-right: 10px;
background-color: #095C99;
background-image: url("img/bg_nav.gif");

}
