.pageBody
	{
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 760px;
	}
	
a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}

.tocAuthor
	{
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 5px;
	}
	
.reportBody
	{
	padding: 10px;

	border: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

	-moz-box-shadow: 1px 1px 6px 2px #9b9b9b inset;
	-webkit-box-shadow: 1px 1px 6px 2px #9b9b9b inset;
	box-shadow: 1px 1px 6px 2px #9b9b9b inset;
	}

.tocImage
	{
	margin: 6px;
	text-align: center
	}
	
.tocImageB img
	{
	-moz-box-shadow: 0px 0px 7px 1px #9b9b9b;
	-webkit-box-shadow: 0px 0px 7px 1px #9b9b9b;
	box-shadow: 0px 0px 7px 1px #9b9b9b;	
	-moz-border-radius: 0px 6px;
    -webkit-border-radius: 0px 6px;
    -khtml-border-radius: 0px 6px;
    border-radius: 0px 6px;
	max-width: 728px;
	}

.tocLinksTitle, .tocIntroTitle, .tocContactTitle
	{
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 4px;
	}

.tocLinksIntro, .tocLinksSur, .tocLinksContact, .tocLinksHome, .tocLinksIdx, .tocLinksSrc, .tocLinkStart
	{
	margin-left: 3px;
	margin-bottom: 2px;
	}

.tocLinks, .tocIntro, .sur, .tocContact
	{
	padding: 9px;
	margin-bottom: 4px;
	border-top: 1px dashed;
	font-size: 1.1em;
	}
	
.tocContact
	{
	padding-left: 8px;
	}

.tocIntro
	{
	padding: 8pt;
	}

.surRecord
	{
	margin: .2em;
	padding-top: .2em;
	border-top: dotted;
	border-width: 1px;
	font-size: 1.15em;
	}
	
div.sur > div:first-child
	{
	border-top: none;
	padding-top: 0em;
	}

.surLetter
	{
	float: left;
	width: 1em;
	font-weight: bold;
	text-align: center;
	}

.surName
	{
	display: block;
	margin-left: 1.5em;
	}

.tocContactRecord
	{
	margin-bottom: 5px;
	}
	
.tocContactIcon
	{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 40px;
	}

.tocContactLink
	{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	}

.footer
	{
	padding: .4em;
	text-align: center;
	}
