body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	}

.pageBody
	{
	margin: auto; 
	line-height: 145%; 
	width: 750px; 
	text-align: left;
	}

.pageTitle
	{
	text-align: center;
	height: 45px;
	padding-top: 0.3em;
	background: top url(titleGradientSmall.png) no-repeat;
	}

.reportBody
	{
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-shadow: none;

	-moz-box-shadow: 0px 0px 5px 0px #aeaeae;
	-webkit-box-shadow: 0px 0px 5px 0px #aeaeae;
	box-shadow: 0px 0px 5px 0px #aeaeae;
	}

.srcEntry
	{
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.srcNumber
	{
	font-weight: bold;
	}

.srcData
	{
	}

.srcIndex
	{
	text-align: center;
	margin-top: 1em;
	}

.footer
	{ 
	text-align: center; 
	}
	
.footerCustom
	{
	font-style: italic;
	}
	