body {
	background: #FFEFCF; 
	padding: 0px; 
	margin: 0px;
}

body, body * {
	font-family: Arial;
	font-size: 13px;
	color: #08244A;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

table {
	width: 100%;
}

table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table td a {
	font-weight: bold;
}

table td a:hover {
}

table td.header {
	display: none;
}

table td.header_small {
	display: none;
}

table td.vert_spacer {
	display: none;
}

table td.navigation {
	display: none;
}

table td.title {
	display: none;
}

div#search {
	display: none;
}

div#summary {
	width: 100%;
}

div#summary table {
	width: 100%;
	height: 0px;
	border: 0px;
	background: none;
}

div#summary table td.item {
	white-space: nowrap;
	padding-right: 8px;
}

div#summary table td.fill {
	width: 100%;
}

div#pagenav {
	display: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0.5em 0px 1em 0px;
}

img {
	display: none;
}

span.yellow {
	color: #FEC340;
	font-weight: bold;
}