@charset "utf-8";

body {
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
}

#banner {
   display: none;
}

#navigation {
   display: none;
}

#footer_wrapper {
	display: none;
}

#content_left_wrapper {
	display: none;
}

#content_wrapper {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#content_wrapper table {
	width: 100%;
	border-collapse:collapse;
}

#content_wrapper table, #content_wrapper td {
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 9pt;
	line-height: 16pt;
}

#content_wrapper th, #content_wrapper td {
	text-align:left;
	padding: 5pt;
	border:1px solid #fff;
}


/*---Font Treatments---*/

h1 {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1pt solid #eeeeee;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1pt solid #eeeeee;
}