        table {         font-family: Verdana;
                        font-size: 13px; }
	body {
		font-family: Verdana;
		font-size: 13px;
	}

	a, a.visited {
		color: #CA7900;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		color: #FF9900;
		font-weight: bold;
		text-decoration: none;
	}

	a.red, a.red:visited, a.red:hover {
		color: #CC0033;
		font-weight: bold;
		text-decoration: underline;
	}

	table#images p {
		margin-bottom: 10px;
	}

	table.profit_chart {
		background-color: #000000;
	}

	table.profit_chart tr.header td {
		background-color: #000000;
		color: #FFFFFF;
		text-align: center;
	}

	table.profit_chart td.alt {
		background-color: #FEEBB9;
	}

	table.profit_chart td {
		text-align: center;
		background-color: #FFFFFF;
		padding: 5px 5px 5px 5px;
	}


