/* CSS Document */

/*remove browser defaults*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {

   margin:0 ;
   padding: 0 ;
   border: 0 ;
   
}

body {
	font-size: 100.01%;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	
   
   }
   
/*used for a div tag that contains everything else*/
#wrapper {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#leftcol {

  display:none;
  
  }
  
#header {
	display:none;
	color: #000000;
  
  }
  
.returntext {

   display:none;
   visibility:collapse;
   }
  
#headerprint {
	display:block;
	visibility:visible;
	margin-bottom:15px;
	margin-top:10px;
}
  
  #content h1, #headerprint h1 {

   font-size:14pt;
   color:#991034;
   
   }
   
#content h2, #headerprint h2 {
   font-size:12pt;
   color:#991034;
   
   }
   
#content p, #headerprint p {
   font-size:12pt;
   margin:20px;
   }
   

  
#footer {
	
	clear: both;
	
}

#footer p {

   font-size:10pt;
   color:#999;
   padding:8px;
   text-align:right;
   }
   
img { page-break-inside:avoid; 
     page-break-after:avoid; }
	 
.caption { page-break-inside:avoid; 
     page-break-after:avoid; 
	 color:#991034;
	font-size:95%;
	font-style:italic;
	font-weight: bold;}
	
	.HEADLINE {color: #991034; font-weight: bold; font-size: 14pt; line-height: 15pt; font-family: Arial; margin-top:12px;}

.BodyText {margin-top:6px; margin-left:3px; margin-right:6px; margin-bottom:6px; font-family:"Times New Roman"; }

.HEADER {color: black; text-transform: uppercase; font-weight: bold; font-size: 14pt; line-height: 15pt; font-family: Arial; 
margin-top:12px;}


.Copyhead {color: black; font-weight: bold; font-family: Arial; margin-top:10px;}

.byline {
	color: #991034;
	font-style: italic;
	font-family:"Times New Roman";
}

.tableOfContents {
font-size:80%;
}

.dateText {
	color: #990134;
	padding-top: 5px;
}

.photocaption {
	font-family:"Times New Roman";
	font-size:12px;
	line-height:110%;
	font-weight:300;
}


