
body {
	padding: 0;
	margin: 0;
	color: black;
	background-color: #FFFFFF;
	font-family: sans-serif;
}

/* ============================================================== *\

\* ============================================================== */

table.header {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	height: 33px;
}

tr.header {
	border-color: black;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-width: 1px;
}

td.header {
	border-color: black;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	width: 179px;
	white-space: nowrap;
}

caption.header {
	height: 0;
}

td.header a:link {
	color: white;
	text-decoration: none;
}

td.header a:visited {
	color: white;
	text-decoration: none;
}
