body {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
}

table {
	border-collapse: collapse; // 'cellspacing' equivalent
}

table td, table th {
	padding: 0; // 'cellpadding' equivalent
}

img.link {
	border: 0;
}

/*
 * header.
 */

div.header_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 64px;
	display: table;
}

div.header_content {
	display: table-cell;
	text-align: center;
	font-family: monospace;
	font-size: 18pt;
	font-weight: bold;
	vertical-align: middle;
}

/*
 * footer.
 */

div.footer_wrapper {
	position: absolute;
	left: 0px;
	bottom: -0px;
	width: 100%;
	height: 64px;
	display: table;
}

div.footer_content {
	display: table-cell;
	text-align: center;
	font-family: monospace;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: middle;
}

/*
 * content full.
 */

div.content_full_width {
	position: absolute;
	width: 100%;
	top: 64px;
	bottom: 64px;
}

/*
 * left border
 */

div.content_border_left {
	position: absolute;
	left: 0px;
	width: 64px;
	top: 0px;
	bottom: 0px;
	vertical-align: top;
}

/*
 * right border.
 */

div.content_border_right {
	position: absolute;
	right: -0px;
	width: 64px;
	top: 0px;
	bottom: 0px;
	vertical-align: top;
}

/*
 * content.
 */

div.content {
	position: absolute;
	left: 64px;
	right: 64px;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	font-family: monospace;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: top;
	color: #6C5EB5;
}

a.borderlightblue:link, a.borderlightblue:active, a.borderlightblue:visited {
	color: #352879;
	background-color: #6C5EB5;
	text-decoration: underline;
}

a.borderlightblue:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}

a.contentblue:link, a.contentblue:active, a.contentblue:visited {
	color: #FFFFFF;
	background-color: #352879;
	text-decoration: underline;
}

a.contentblue:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}

a.image:link, a.image:active, a.image:visited, a.image:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #352879;
	text-decoration: underline;
}

input {
	font-family: monospace;
	font-size: 14pt;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #6C5EB5;
}

table.list {
	margin-left: 8px;
}

th.list {
	border: 1px solid #6C5EB5;
	padding: 8px;
}

td.list {
	border: 1px solid #6C5EB5;
	padding: 8px;
}
