body
{
	color: #663300;
	font-family:Comic Sans MS;
	text-align:center;
}

a
{
	color: #093;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#PageHolder
{
	width: 1000px;
	margin: auto;
	text-align:left;
}

#content
{
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #ffc;
	line-height: 1.5em;

}

#content img
{
	border:solid 1px #663300;
}

#content h1 
{
	color:#333300;
}

#content h2 
{
	color:#553300;
}

#content h1, #content h2
{
	text-align: center;
}

/* Charges table style formatting */
#chargesTable
{
	background-color: #fff;
}

#chargesTable tbody tr
{
	text-align: center;
}

#chargesTable thead tr
{
	color: #fff;
	background-color: #696;
}

#chargesTable thead th 
{
	font-weight:normal;
}

/* 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;
	margin: 10px 10px 10px 0;
}

.rightImage
{
	float: right;
	margin: 5px 0 5px 5px;
}