/* global */
body {
	background: #fff;
	font-size: 15pt;
	color: #000;
	/* font-family: arial, helvetica, sans-serif; */
	font-family: "Pangolin", serif;
}

.bodytable {
	width: 100%;
	max-width: 760px;
	display: block;
}

.headline {
	font-size: 14.5pt;
	font-weight: bold;
	padding-bottom: 0px;
	font-family: "Pangolin", serif;
	letter-spacing: .04em;
}	

.pagetitle {
	background: #fff;
	font-size: 28pt;
	color: #000;
	font-family: "Skranji", sans-serif;
	line-height: normal;
}

.disclaimer {
	background: #fff;
	font-family: "Pangolin", serif;
	font-size: 11pt;
	font-style: italic;
	text-align: center;
	color: #000;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: .075em solid #000;
	margin: 0 0;
	padding: 0;
}

.column {
	display: block;
	border: 0;
	border-left: .075em solid #000;
	margin: 0 0;
	padding: 0;
}

h2 { font-size: 14pt; }

.just {text-align: justify;}
.copyright { 
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	line-height: normal;
}

td {
	background: #fff;
	font-size: 13pt;
	color: #000;
	/* font-family: arial, helvetica, sans-serif; */
	/* font-family: "Solway", serif; */
	font-family: "Pangolin", serif;
	letter-spacing: .03em;
}

.desktop {
	display: inline !important;
}
.desktoprule {
	display: block !important;
}
.desktoptable {
	display: table-cell !important;
}
.mobile, .mobiletable {
	display: none !important;
}
@media handheld, only screen and (max-width: 480px) {
	.desktop,.desktoprule,.desktoptable {
		display: none !important;
	}
	.mobile {
		display: inline !important;
	}
	.mobiletable {
		display: table-cell !important;
	}
	.bodytable {
		width: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.ad {
		width: 100% !important;
	}
}


a:link {color: #000; background: transparent;}
a:visited {color: #000; background: transparent;}
a:hover {color: #000; background: transparent;}

