html, body, #page, #content, #footer, #footer_content {
    margin: 0;
    width: 100%;
    background: white;
    color: #333;
}

body {
    margin: 1em;
    width: 90%;
}

h1,h2,h3 {
    margin: 0.2em 0 0.5em 0;
    page-break-after: avoid;
}

ul {
	list-style: circle;
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
}

ul.numbers .question {
	width: 80%;
}

ul li {
	list-style: circle;
	background: none;
	margin: 0 0 0 1em;
	padding: 0;
}

#col_1,#col_2,#col_3,#col_12 {
	width: 100%;
	margin: 0;
	float: none;
	display: block;
	clear: both;
}
				
img {
	 page-break-inside:avoid; 
     page-break-after:avoid; 
}

#printable_header {
	display: block;
	font-size: 20pt;
	
	color: #666;
	font-weight: normal;
	
	border-bottom: 2pt solid #666;
	
	padding: 0 0 0.5em 0;
	
	text-align: left;
}

#printable_market {
    display: block;
    font-size: 12pt;
    
    border-bottom: 2pt solid #666;
    
    color: #933;
    
    padding: 0.5em 0 0.5em 0;
    
    text-align: left;
}

#footer {
    border-top: 2pt solid #666;
    page-break-before: always;
}


#footer img {
	float: left;
	page-break-inside: avoid;
	page-break-before: avoid;
}

#footer_left {

}


#footer_banners br {
	display: none;
}

#footer_banners img {
	float: left;
}

#footer_right {
    float: none;
    width: 70%;
}

#col_3 {
    display: none;
}

#header {
	display: none;
}

#menu {
	display: none;
}

#corporate_menu_container {
	display: none;
}

ul {
	list-style: disc;
}


