@charset "utf-8";
/* CSS Document */
.chart-comment	{
    margin-left: auto;
    margin-right: auto;
}
.entry_heading {
	color: #0099CC;
	font-size: 110%;
	font-weight: bold;
	margin: 0
}
.entry {
	margin: 0 30px;
	list-style-type:decimal
}
.green_money {
	font-weight: bold;
	color: #00CE67;
	text-transform: uppercase;
}
.internal-notes {
	font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
	font-weight:bold;
	font-variant:small-caps;
	font-size:.9em;
}
.reserve-dollars {
	color: #0000FF;
	font-weight: bold;
}
.sources {
	font-weight: bold;
	color:#008040;
	font-style:italic;
	font-variant:small-caps;
	font-size:1.2em
}
.uses {
	font-weight: bold;
	color:#FF8000;
	font-style:italic;
	font-variant:small-caps;
	font-size:1.2em;
}
.account_holder {
	color: #008000;
	font-weight: bold
}
.account_name {
	color: #CC00CC;
	font-weight: bold;
	font-style: italic;
}
.bottom-comment	{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.bottom-comment dl {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.bottom-comment dl dt {
	font-weight: bold;
}
.bottom-comment dl dd {
	line-height: normal;
}
