/* Header banner, contains the title of the page */
body
{
	font-family: Comic Sans MS;
	color: Black;
}

#banner p
{
	display: none;
}

#content img
{
	margin: 10px;
	clear:both;
}

#chargesTable
{
	color: #000;
	font-size:14px;
}

#chargesTable tbody tr
{
	text-align: center;
}

/* Allows images to be positioned on the left and right of a page, 
	To use these, set the class of an <img> tag, e.g. class="leftImage"
*/
.leftImage
{
	float: left;
}

.rightImage
{
	float: right;
}