html {
}
body, div, h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, tr, table, th, td, img, span, a {
	margin: 0;
	padding: 0;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "sans-serif";
	font-size: 12pt;
}
a:hover {
	color: #0088FF;
}
a:active {
	color: #FF4400;
}
div.copyright {
	text-align: center;
}
@media screen and (min-width: 1000px) {
	div.footer {
		width: 33%;
		float: left;
		font-size: 80%;
	}
	div.footer_left {
	}
	div.last_updated {
		float: right;
		text-align: right;
		color: #6655FF;
		font-style: italic;
	}
}
@media screen and (max-width: 999px) {
	div.footer {
		font-size: 80%;
	}
	div.footer_left {
		display: none;
	}
	div.last_updated {
		text-align: center;
		color: #6655FF;
		font-style: italic;
	}
}
div.footer_copyright {
	font-size: 80%;
	text-align: center;
}
div.footer_last_updated {
	font-size: 80%;
	font-style: italic;
	color: #6655FF;
}
@media screen and (min-width: 1000px) {
	div.footer_last_updated {
		text-align: right;
		margin-top: -1.8em;
		margin-right: 1.5%;
	}
}
@media screen and (max-width: 999px) {
	div.footer_last_updated {
		text-align: center;
	}
}
