.grant ul{
  background-color:#f5f5f5;
	position:relative;
	padding: 5px 10px 5px 10px;
	width: 70%;
}
.grant li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 3px 0px 3px 0px !important;
}
.grant li{
	position:relative;
	padding-left:5px;
  font-size: .95rem;
}
.grant li:before{
	content:''; 
	height:0px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:1.5rem; 
	left:0px; 
	border-bottom: 1px dashed #aaa;
}
.grant2 ul{
  background-color: #f5f5f5;
	position:relative;
	padding: 5px 10px 5px 10px;
	width: 90%;
}
.grant2 li{
	list-style-type:circle !important;
	list-style-image:none !important;
	margin: 2px 20px 2px 20px !important;
}
.grant2 li{
	position:relative;
	padding-left:.5rem;
  font-size: 1rem;
}
.grant2 li:before{
	content:''; 
	height:0rem; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:1.7rem; 
	left:-1rem; 
	border-bottom: 1px dashed #aaa;
}

body {
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 1.75rem; }

h1 + h2 {
	margin: 0 0 0 0;
}

h2 {
	margin: 0.9rem 0 0 0;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.35rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1.1rem; }

p {
  margin: 1.7rem 0; }

p.ref {
  margin: 0 0; }

p.profile {
  margin: 0.4rem 0.6rem;
	font-size: 1.35rem;
}

ul, ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
	line-height: 1.7; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  margin: 1.7rem 0;
  padding-left: 0.85rem; }

cite {
  display: block;
  font-size: 0.875rem; }
  cite:before {
    content: "\2014 \0020"; }

pre {
  margin: 1.7rem 0;
  padding: 0.938rem; }

code {
  vertical-align: bottom; }

small {
  font-size: 0.875rem; }

hr {
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.7rem 0; }

fieldset {
  border: 0;
  padding: 0.938rem;
  margin: 0 0 1.7rem 0; }
