a img {	border-style: none; margin: 0 3px; }

a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}

.pageBody
	{
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 760px;
	}

.pageTitle
	{
	word-spacing: -2px;
	}

.reportBody
	{
	margin-top: 7px;
	margin-bottom: 8px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	
	-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;
	
	
	border: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}

.wmTOC
	{
	font-size: 1.1em;
	display: inline;
	float: none;
	text-align: left;
	width: 100%;
	}

.wmTOCEntry
	{
	margin-top: 2px;
	margin-bottom: 1px;
	width: 100%;
	text-align: center;
	}

.wmPicture
	{
	display: block;
	}
	
.wmPicture 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 4px;
    -webkit-border-radius: 0px 6px;
    -khtml-border-radius: 0px 6px;
    border-radius: 0px 6px;
	}

.wmItemRecord
	{
	margin: 10px;
	padding: 10px;
	opacity: 1;
	border-bottom: 1px dashed;
	border-color: #aaa;
	}

.wmItemMedia
	{
	margin-top: 10px;
	}

	
.wmItemTitle
	{
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 6pt;
	opacity: 1;
	}

.wmTop
	{
	text-align: left;
	}
	
.wmRelated
	{
	margin: 10px;
	padding: 10px;
	text-align: center;
	}

.wmRelatedTitle
	{
	display: block;
	font-weight: bold;
	}

.wmRelatedPages
	{
	display: block;
	}

.footer
	{
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 50px;
	padding: 0;
	text-align: center;
	}

