/* 	elements		 */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;

}
h1, h2, h3, h4 {
	color: #000;
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3, h4, label {
	font-size: 12pt;
}
/*		links			*/
a:link, a:active, a:visited {
	color: #000;
}
a:link:after, a:visited:after {
	font-style: italic;
	font-size: 90%;
	content: " (" attr(href) ") ";
}
a[href^="/"]:after {
	content: " (http://www.edmundburkeinstitute.org/" attr(href) ") ";
}
a[href^="#"]:after {
	display: none;
	visibility: hidden;
}
/* 	major sections of the template 		*/
/*		skiplink		*/
#skiplink a {
	display: none;
	visibility: hidden;
}
/* 	header/nav	*/
#print-logo {
	height: 95px;
	width: 100%;
	padding-bottom: 4pt;
	border-bottom: 1px solid #000;
	margin-bottom: 12pt;
}
#branding {
	display: none;
}
/*		navbar		*/
#nav-main {
	display: none;
}
/* 	main content 	*/
/* 	hide home content		*/
#heads, .mmhide-hm-feat-img, #hm-1-img{
	display: none;
}
#hm-tbl td {
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
}
#content-hm-1 {
	border: none;
}
#content-hm-feature {
	border: none;
	background-image: none;
}
#content-hm-feature-btm {
	background-image: none;
}
#hm-feature-1 {
	border-right: none;
}
#hm-feature-2 {
	border: none;
}
/* 	classes 			*/
.mmhide-image-right {
	display: none;
}
/*		data tables		*/
.mmhide-data-table caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
}
.mmhide-data-table th{
	font-size: 12pt;
}
.mmhide-data-table td{
	font-size: 12pt;
}
.mmhide-data-table td p {
	font-size: 12pt;
}
.mmhide-data-table td li {
	font-size: 12pt;
}
/*	 	footer 	*/
#siteinfo {
	background-color: transparent;
	background-image: none;
	border-top: 1px solid #666;
	margin-top: 12pt;
	color:  #666;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
}
/* 	print class	*/
.no-print {
	display: none;
} 