/*
Copyright (c) 2008 ACCC.
Left Navigation (For CFOP pages)
Version: 08.09.04
*/
#CFO_leftnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	height: 10px;
}
#CFO_leftnav td {
	border-bottom: solid 1px #9EA3AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#CFO_leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	height: 10px;
	text-decoration: none;
	width:100;

}
#MainCFOContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 75%;
}
#MainCFOContent td {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
}
#MainCFOContent .Justify {
	text-align: justify;
}
#MainCFOContent h5 {
	font-weight: bold;
	font-size: 105%;
}
#CFO_leftnav a:hover {
	text-decoration: none;
	color: #FFFF00;
}

