/* CSS Document */

body {
	background: white;
}
	
#wrapper {
	width: auto;
	margin: 1em 5% 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: #E0DFE3;
	position: relative;
}
#content{
	width:auto;
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: #000000;
}
#content .logo{
	background: #FFFFFF;
	border-bottom: 1px dotted #000000;
	color: #000000;
	text-align: left;
	padding: 0px;
	font-size: 10px;	
}
#content th {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF;
	vertical-align: top;
	padding: 0.5em 0px;
	border-width:0;
	
}
#content td {
	font: 11pt/1.25em "Times New Roman", Times, serif;
	color: #333333;
	padding: 0.5em 0px 1em;
	border-width:0;
}
#content td p {
	font: 11pt/1.25em "Times New Roman", Times, serif;
	margin: 0px 0px 1em;
}
img {
	text-align: left;
	vertical-align: top;
	display: inline;
	float: left;
	margin-right: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content .footer{
	font: 10pt "Times New Roman", Times, serif;
	border-top: 1px dotted #000000;
}
#content .subject {
	margin: 0px;
	padding: 1em 0px 0.5em;
	font-size: 11pt;
	font-weight: bold;
}
#content p {
	margin: 0px 0px 1em;
}
#content .print {
display: none;
}