/* Typography and Appearance */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/* End Typography and Appearance */
td #goals {
	border: 1px solid black;

}

/* Structure */
table.home {
	width: 100%;
	border: 0px solid black;
}

td.home {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

/* End Structure */