#rightcol h2 {
	font-size: 1.1em;
	text-align: center;
	padding-bottom: 0;
	margin-botton: 0;
}
#rightcol img.budgeticon {
	border: 0;
	padding-bottom: 0;
	margin-botton: 0;
}
ul.budgetnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 170px;
}
ul.budgetnav li {
	font-size: 0.8em;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
}
ul.budgetnav li.first {
	padding-top: 0;
	margin-top: 0;
}
ul.budgetnav li.selected {
	color: #fd9e08;
	/*padding: 10px 0; */
/*	padding-left: 5px; */
}
ul.budgetnav li.title {
	background-color: #F0F2E1;
	border-top: 2px solid #A0A020;
	border-bottom: 1px solid #A0A020;
}
ul.budgetnav li.sub {
	border-bottom: 0;
/*	padding-left: 10px;
	padding-right: 10px; */
	padding: 3px 0;
	font-size: 0.7em;
}
ul.budgetnav li.subselected {
	border-bottom: 0;
	color: #fd9e08;
	padding: 3px 0;
	font-size: 0.7em;
}
ul.budgetnav li h3 {
	padding: 2px 0 2px 20px;
	margin: 0;
	font-size: 0.9em;
	color: #666600;
}
ul.budgetnav a {
/*	margin-left: 5px; */
	background-color: transparent;
	text-decoration: none;
	color: #9fa161;	
}
ul.budgetnav li a:hover {
	color: #fd9e08;
}
/*=================================== TABLES =============================================*/
#maintext table {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #6f712b;
}
#maintext th, #maintext td {
	padding: 6px;
	font-size: 0.9em;
}
#maintext th {
	background: #6f712b;
	color: #fff;
	font-weight: bold;
}
#maintext th.aligncentre {
	text-align:center;
}
#maintext tr.alt {
	background: #d4d4bf;
}
