h1, h2, h3, h4, h5, h6 {
  	color: #000000;
  	font-weight: normal;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
  	line-height: 1.4rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
  	
h1 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 30px;
}
  	
h2 {
	font-size: 1.7em;
	font-weight: 700;
	margin-bottom: 30px;
}
  	
h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
  	
h4 {
	font-size: 1.2em;
	margin-bottom: 3px;
}
  	
h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 3px;
}
  	
h6 {
	font-size: 1em;
	font-weight: normal;
}
  
.subhead {
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

p {
	line-height: 1.6;
}

a { color: #2094c2; outline: 0; line-height: inherit; }
a:hover { text-decoration: none; }

ul, ol { margin: 0px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
li { margin: 0px; }
ul.large li { line-height: 21px; }

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
	body, p {  font-size: 13px; font-size: 1.3rem; line-height: 1.4; }
}

em { font-style: italic; line-height: inherit; }
strong { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }

/*	Blockquotes  */
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
	
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }

.center { text-align: center; }

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	p a, p a:visited { color: #444 !important; text-decoration: underline; }
	p a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}