@charset "utf-8";
/* CSS Document */


#report_header {
	padding: 34px 18px 20px 18px;
	margin: 8px 50px 12px 50px;
	background-image: url(/images/dash2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#report_bottom_block {
	padding: 4px 50px 0px 50px;
	margin: 0px 0px 22px 0px;
	height: 40px;
	width: 846px;
}

#report_bottom_block td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#121212;
}

#report_midblock {
	padding: 16px 50px 0px 50px;
	margin: 0px 0px 22px 0px;
	height: 320px;
	width: 846px;
}


#report_midblock_container1 {
	width: 480px;
	padding-right: 28px;
	float: right;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background-image:url(/images/dashd.gif);
	background-repeat:repeat-y;
	background-position: right;
	}

#report_midblock_container1 strong {
	color: #121212;
	}
	

#report_midblock_container2 {
	width: 280px;
	margin-right: 14px;
	padding-left: 24px;
	float: right;
	font-size: 11px;
	line-height: 16px;
	color: #121212;
	}









/* formats the "fotblock" at the bottom of the home page */


#fot_container { 
	width: 946px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	}
	
.fotblock {
	background-color:#E8E5C0;
	padding: 12px;
	border-top: 2px solid #D9D7B5;
	}

/* creates the containers for the fotblock content */
#fot_section {
	width: 220px;
	margin-left: 16px;
	border-left: 1px dotted #C6C49D;
	padding-left: 16px;
	float:right;
	height: 194px;
	}

/* fotblock container #2 */
#fot_section_2 {
	width: 180px;
	margin-left: 0px;
	padding-left: 0px;
	float:left;
	height: 194px;
	}

/* fotblock container #3 */
#fot_section3 {
	width: 180px;
	margin-left: 16px;
	border-left: 1px dotted #C6C49D;
	padding-left: 16px;
	float:right;
	height: 194px;
	}

/* formats the headline for the fotblock */
.fotblock h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#555555;
	margin: 0px 0px 2px 0px;
	display:block;
	border-bottom: 1px solid #B6B481;
	padding-bottom: 5px;
	padding-top: 4px;
	}

/* formats the articles in the sidebar sections */
#fot_articles {
	display:block;
	width: 100%;
	margin: 2px 0px 8px 0px;
	color: #666666;
	font-size: 12px;
	}

/* formats sidebar links within the articles sections */
#fot_articles a:link {
	display:block;
	background-image: url(/09/img/homepage/fotpage.png);
	background-repeat:no-repeat;
	background-position: 4px 13px;
	padding: 8px 4px 10px 21px;
	line-height: 17px;
	}

/* formats the articles in the sidebar sections */
#fot2_articles {
	display:block;
	width: 100%;
	margin: 2px 0px 8px 0px;
	color: #666666;
	font-size: 12px;
	}

/* formats sidebar links within the articles sections */
#fot2_articles a:link {
	display:block;
	background-image: url(/09/img/homepage/page_world.png);
	background-repeat:no-repeat;
	background-position: 4px 13px;
	padding: 8px 4px 10px 22px;
	line-height: 17px;
	}








