body { 	background-color: #fff; 
		font-family: Times, "Times New Roman", serif;
		color: #000;
		font-size: 12pt;
}

#content {
	margin: 0px;
}
#wrap-text { margin: 0px; }

a {
	color: #000;
}
.head_shot { 
	float: left;
	font-size: 10pt;
}

ul {
	list-style-type: disc;
}
p {
	text-indent: 20pt;
	margin: 0pt;
}

/* headers*/

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}               
h1 { font-weight: bold;  font-size: 18pt; margin-bottom: 10pt; margin-top: 20pt  }
h2				{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5pt;
	padding-bottom: 0pt;
}
h3  { font-weight: bold; font-size: 12pt}

/* end headers */

a { text-decoration: underline; font-weight: normal; color: #000 } 

#sidebar {
	display: none;
}
#footer {
	border-top: 1pt solid ;
	font-family: Times, "Times New Roman", serif;
	font-size: 10pt;
	color: #000;
	margin-top: 20pt;
}

.inline { 
	float: left; /* wrap text around images */
	margin-right: 10px;
	margin-left: 0px; 
}
#date { 
/* float: right; */
position: absolute;
right: 0;
margin: 0;
padding: 0 10pt 0 0;
text-align: right;
}
.page_break {
	page-break-before: always;
}
