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

.small {
	background: #fff;
	font-size: 8pt;
	color: #000;
	text-align: center;
	display: block;
}

.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;}
