/* Browser-Reset */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, blockquote, a, form, input, textarea,
fieldset, legend, pre, div, span, button  { margin: 0;
                                            border: 0;
                                            padding: 0;
                                            background-color: transparent; }

img, a img, :link img, :visited img { padding: 0;
                                      border: 0;
                                      margin: 0;
                                      vertical-align: top; }                       
                                                
a:link, a:visited, a:hover, a:focus, a:active { color: #000;
                             					text-decoration: underline;
                             					outline: none;
                             					border: 0; }
                                                
ul, ol { list-style: none; }


/* Hidden elements that don't need to be printed */

#head_nav, #content_s, h2#bg, img, .pager, button, form, caption br, .geo, tr, .mobile, .no_print { display: none; }


/* Layout */

h1 { font: bold 16pt/22pt arial, sans-serif;
	 margin: 0 0 12pt; }

h2, h3 { font: bold 14pt/18pt arial, sans-serif;
		 margin: 8pt 0; }
		 
h4 { font: bold 12pt/18pt arial, sans-serif;
	 margin: 8pt 0;
	 text-decoration: underline; }
	 
p { font: 12pt/16pt arial, sans-serif;
	margin: 0 6pt 6pt;
	text-align: justify; }
	
ul { font: 12pt/20pt arial, sans-serif;
	 margin: 0 6pt 12pt 22pt;
	 list-style: square; }
	 
caption { font: 10pt/16pt arial, sans-serif;
		  width: 100%;
		  border-bottom: 1px solid #000;
		  margin: 0 0 8pt; }
		  
caption span { font: bold 12pt/16pt arial, sans-serif;
			   margin: 0 0 0 8pt; }
			   
caption .publisher { font: 10pt/16pt arial, sans-serif; }
