/* CSS Document */

body {
	background: white;
}
	
#wrapper {
	width: auto;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	position: relative;
	margin: 0% 15%;
}
#content{
	width:auto;
	background: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#content .logo{
	background: #FFFFFF;
	border-bottom: 1px dotted #000000;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	display:none;
}
#content th {
	text-align: left;
	background: #FFFFFF;
	vertical-align: top;
	padding: 0.5em 0px;
	font-size: 14px;
	font-weight: bold;
	border-width:0;
	
}
#content td {
	font: 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0.5em 0px 1em;
	border-width:0;
}
#content td p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 10px;
	line-height: 1.5em;
}


img {
	text-align: left;
	vertical-align: top;
	display: inline;
	float: left;
	margin-right: 0.75em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#content .footer{
	border-top: 1px dotted #000000;
	font-size: 10px;
}
#content .subject {
	margin: 0px;
	padding: 1em 0px 0.5em;
	font-size: 11px;
	font-weight: bold;
	display:none;
}
#content .print{
	margin: 0px;
	padding: 0.5em 0px;
	line-height: 18px;
}
a:link {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
