﻿html, body {
	background-color: #446699;
	color: #8E8E8E;
	font-family: Arial,Helvetica,sans-serif;
	height: 100%;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.br {
	padding: 0 0 20px 0;
	text-align: justify;
	vertical-align: top;
}

div.text {
	color: #595959;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: justify;
}

.wrapper {
	border: solid 2px #99aacc;
	margin: 10px auto 0px auto;
	text-align: center;
	width: 950px;
}

.content {
	background-color: #fff;
	display: block;
	margin: 5px;
	padding: 10px;
	text-align: left;
	top: 50px;
	width: 920px;
}

.content-footer {
	background-color: Transparent;
	height: 25px;
	vertical-align: middle;
}

div.header {
	height: 103px;
	width: 950px;
}

.floatimgleft {
	color: #8E8E8E;
	float: left;
	font-family: Arial;
	font-size: 8pt;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.floatimgright {
	color: #8E8E8E;
	float: right;
	font-family: Arial;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}

a.sans_ul { text-decoration: none; }
a img { border: 0; }

.fixed-width-table {
	table-layout: fixed;
}

.table_center {
	margin-left: auto;
	margin-right: auto;
}

ul.non_menu {
	margin: 0px;
	padding: 5px;
	text-indent: .25em;
}

li.non_menu {
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 5px;
}