@media screen, print {
	body {
		background-color: #637BA5;
		margin: 0em 0em 1em 0em;
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
	}
	table {
		font-size: 100%;
	}
	tbody {
	}
	thead {
		font-size: 11px;
	}
	tfoot {
		font-size: 11px;
	}
	tfoot h1 {
		font-size: 11px;
		margin: 0px;
		font-weight: normal;
	}
	a {
		color: #f60;
		font-weight: bold;
		text-decoration: none;
	}
	tfoot a {
		color: #c00;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		font-weight: bold;
		text-decoration: underline;
	}
	input, select, textarea {
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
	}

	#footer_links {
		text-align: center;
		background: transparent;
		color: #000;
	}
	#footer_links a {
		background: transparent;
		color: #fc0;
	}
}
