body {
	background: white;
	text-align: left;
	color: black;
	font-size: 10pt !important;
	line-height: 100%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	width: 100%;
  	 }


#Footer, #ContentLeft, #Header, .menuminwidth0, .menuminwidth1, .menuminwidth2, .menu, #RungeGroup, .floatright
	{
	display: none;
   	}

#Content, #MainContent
	{
	width: auto !important;
	padding: 0;
	height: 100%;
	float: none !important;
	}
a, a:visited, a:link, a:hover, a:active  
	{
   color: black;
   text-decoration: none;
   }

#Content h1, #MainContent h1, #Content h2, #MainContent h2, #Content h3, #MainContent h3, #Content h4, #MainContent h4, #Content h5, #MainContent h5, #Content h6, #MainContent h6	
	{
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	color: black;
	font-weight: bold;
	/* margin-bottom: 2pt;*/
	margin-left: 0;
	letter-spacing: 1pt;
	line-height: 1.2em;
	border-bottom: none;
	padding: 0;
	}

#MainContent h1, #Content h1  
	{
	font-size: 16pt;
	border-bottom: 1px solid black;
	}

#MainContent h2, #Content h2
	{
	font-size: 14pt;
	}

#MainContent h3, #Content h3
	{
	font-size: 12pt;
	}

#MainContent h4, #Content h4
	{
	font-size: 11pt;
	}

#MainContent p, #Content p
	{
	font-size: 10pt;
	padding: 0;
	color: black;
	}



code, pre	{
	font-family: "Courier New", courier, monospace;
	}
	

strong  { font-weight: bold; }

#MainContent table, #table1, #table2, #table3
	{width: 95%;
	height: 100%;
	margin-top: 10px; 
	margin-bottom:20px;
	margin-left: 10px;
	border: 1px solid gray;
	border-collapse: collapse;
	page-break-inside: avoid;
	}

#MainContent th
	{
	color: black;
	background-color: gray;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 3px;
	border: 1px solid gray;
	}
#MainContent tr, #table1 tr, #table2 tr, #table3 tr
	{
	page-break-inside: avoid;
	}
#MainContent td, #table1, #table2, #table3
	{
	padding: 3px;
	font-size: 9pt;
	border: 1px solid gray;
	page-break-inside: avoid;
	}

#MainContent ul li 
	{
	list-style-type: square;
	margin: 0 0 5px 15px;
	padding: 0 0 0 5px;
	}


#Page {
	border-top: none;
	background-color: #ffffff;
	color: #333333;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border-right: none;
	border-left: none;
	float: none;
} 




