/* $embase = 10px */

html {
	font-size: 85%;
}
body {
	font-size: 1.0em; /* 10 ÷ $embase */
}
table, th, td, tr {
	border: 1px solid black;
	cellspacing: 0;
	cellpadding: 0;
	border-spacing: 0;
}
 @media (min-width: 200px) and (max-width: 480px) {
.regulartext {
 font-size: 1.25em;
}
}
 @media (min-width: 481px) and (max-width: 800px) {
.regulartext {
 font-size: 1.25em;
}
}
h1, .heading1, .dhhsheadline, .dhhsheadline {
	font-size: 2.25em; /* 26 ÷ $embase */
	color: #993366;
}
 @media (min-width: 200px) and (max-width: 480px) {
h1, .heading1, .dhhsheadline, .title {
 font-size: 2.25em;
}
}
 @media (min-width: 481px) and (max-width: 800px) {
h1, .heading1, .dhhsheadline, .title {
 font-size: 2em;
}
}
h2, .heading2, .title {
	font-size: 1.8em; /* 18 ÷ $embase */
	color: #993366;
}
h3, .heading3 {
	font-size: 1.5em; /* 18 ÷ $embase */
	color: #993366;
}
 @media (min-width: 200px) and (max-width: 480px) {
h2, h3, .heading2, .heading3 {
 font-size: 1.8em;
}
}
 @media (min-width: 481px) and (max-width: 800px) {
h2, h3, .heading2, .heading3 {
 font-size: 1.8em;
}
}
.Bullet {
	margin-left: 25px;
}
.BulletDoubleIndent {
	margin-left: 50px;
}
.P_SingleIndent {
	margin-left: 25px;
}
.P_DoubleIndent {
	margin-left: 50px;
}
h4, .heading4 {
	font-weight: 700;
	font-size: 1.2em;
}
.heading4Indent {
	font-weight: 700;
	margin-left: 25px;
	font-size: 1.2em;
}
/*Next two definitions do underlines in the tables
td {border-bottom: 1px solid black !important;}
table {border-collapse: separate;
        border-spacing: 0px 10px;}	*/


.datacolumn {
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-top: 5px;
}
 @media (min-width: 200px) and (max-width: 480px) {
.datacolumn {
 font-size: 1.25em;
}
}
.datalabel {
	font-weight: bold;
	margin-top: 5px;
	border-top: 1px solid #BDB9B9;
	margin-left: 0px;
}
a[name] {
	color: black;
}
 @media print {
.visible-print {
	display: block!important
}
tr.visible-print {
	display: table-row!important
}
th.visible-print, td.visible-print {
	display: table-cell!important
}
.hidden-print {
	display: none!important
}
tr.hidden-print {
	display: none!important
}
th.hidden-print, td.hidden-print {
	display: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: ""
}
h1, .title {
	font-size: 2.25em;
	line-height: 1.5em;
	color: #993366;
}
.regulartext {
	font-size: 1em;
}
p {
	font-size: 1em;
}
h1, .title {
	font-size: 1.5em;
}
.please_proof {
	background-color:#FF6;
	display:inline-block;
}
