@charset "utf-8";
/* CSS Document */
.chart-frame	{
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
}
.fantasy_label {
	font-weight: bold;
	color: #008080;
}
.inflation_comment {
    font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    border: 3px solid #800000;
}
.second-title {
	padding-top:10px;
	margin-bottom: 0px;
}
.the-fed	{
	color: #F30;
	font-weight: bold;
}
.bottom-comment	{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.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;
}
