body {
	font-size: 11pt;
	color:     #333399;

	display: flex;
	flex-flow: column;
	min-height: 100vh;
	margin: 0px;
	overflow:hidden;
	width:100%
}

table, tr, td {
	font-size: 11pt;
	color:     #333333;
}
blockquote {
	font-size: 10pt;
	color:     #333333;
}
p {
	font-size: 11pt;
	color:     #333333;
}
div {
	font-size: 11pt;
	color:     #333333;
}
a {
	font-size: 11pt;
}

iframe#topFrame {
    background: #5263dc;
    color: #ffffff;
    height: 120px;
    width: 100%;
    overflow:hidden;
}

iframe#mainFrame {
    background: #5263dc;
    flex: 1;
    width: 100%;
    overflow:hidden;
}

iframe#bottomFrame {
    background: #5263dc;
    color: #ffffff;
    height: 55px;
    width: 100%;
    overflow:hidden;
}

table.headerTable {
	background: #5263dc;
	color: #ffffff;
	width: 100%;
	border: 0;
	padding: 0;
	border-spacing: 0;
}

table.footerTable {
	background: #5263dc;
	color: #ffffff;
	width: 100%;
	border: 0;
	padding: 0;
	border-spacing: 0;
}

tr.footerLineTr {
	background: #7F82F1;
}

font.small {
	font-size: 90%;
}
