/* customise the colour of the breadcrumb bar */

.ContentPane, .Notice1Pane, .Notice2Pane, .Col1, .Col2, .Col3
{
	color: #666666;
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	line-height: 20px;	
	padding: 5px;
	position: static;
	margin: 0;
	
}

.Notice1Pane, .Notice2Pane, .Col1, .Col2, .Col3
{
	display: inline;
}

.ContentPane
{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}




