body, p, td, table, tr, ul, li, blockquote{
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	color:#000000;
}

ul, li {	
	margin-bottom: 6;
}

p {
	margin-left: 5px;
} 	

.bio {
	font-size: 14px;
	color:#000000;
}

.border {border-left-color: blue;
	border-left-style: solid; 
	border-left-width: 2px;
	padding-right: 6px; 
	padding-left: 6px;
}


.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color:#000000;
}

.foot {
	font-size: small;
}

.subtitle {
	font-size: 18px;
	color:#0b3165;
	font-style: italic;
	font-weight: bold;
	margin: .25em;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color:#000000;
}

.toc {
	font-size: 80%;
	line-height: 150%;
	color:#000000;
}

hr
{
	color:#a62a2a;
	background:#a62a2a;
	border: 0;
	height: 2px;
	margin: 0 0 0;
}


h1 {
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	margin-left: 100px;
	margin-bottom: 0;

}  
h2 {
	font-size: 14px;
	padding: 0;
	margin-left: 100px;
	line-height: 0px;
}


h6{
	font-size: 16px;
	font-weight: bold;
}


A:link, A:visited, A:active {
	text-decoration: none;
	color:#000000;
}

A:hover {
	text-decoration:underline;
}

div.hr {
	height: 5px;
	width: 80%;
	background-color: #0b3165;
	margin-left: 100px;
}


