html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
}

h1 {
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
}

h2, h3 {
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
}


table {
	border-collapse: collapse;
	border: double 2pt blue;
	empty-cells: show;
}


td {
	padding: 4pt;
	border: double 2pt blue;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

table.borderless {
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}

table.borderless th {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border: none;
	vertical-align: middle;
}

table.borderless td {
	font-family: Arial;
	font-size: 9pt;
	border: none;
	vertical-align: top;
}

table#listing {
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}

table#listing td {
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
	border: none;
	padding: 0px;
	padding-top: 2px;
	vertical-align: top;
}

table#listing th {
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
	border: none;
	padding-top: 2px;
	padding-bottom: 0px;
	vertical-align: top;
}

table#listing th.header {
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	border: none;
	color: white;
	background: #010298;
	height: 20px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

.left {
	padding-left: 5px;
}

.blue {
	color: blue;
}

.align-right {
	text-align: right;
}


.button {
	font-size: 12pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #010298;
	color: white;
	text-decoration: none;
	border: solid 2px #9030ff;
	width: 120px;
	text-align: center;
}

th {
	padding: 2pt;
	font-family: Arial;
	font-size: 10pt;
}

th.column {
	color: white;
	background: blue;
	border: solid 1pt white;
	border-top: double 2pt blue;
	vertical-align: bottom;
	text-align: center;
}

th.column a {
	color: white;
	text-decoration: none;
}

th.column.right {
	border: none;
}

th.column.left {
	border: none;
}

th.row {
	color: black;
	background: white;
	border: double 2pt blue;
	vertical-align: top;
	text-align: left;
} 

th.header {
	font-size: 12pt;
	color: white;
	background: blue;
	border: solid 1pt white;
	border-top: double 2pt blue;
	vertical-align: top;
	text-align: center;
}

th.subheader {
	font-size: 10pt;
	color: blue;
	background: white;
	border: double 2pt blue;
	vertical-align: top;
	text-align: center;
}

th.footer {
	font-size: 10pt;
	color: black;
	background: #ffffcc;
	border: solid 1pt white;
	border-top: double 2pt blue;
	vertical-align: top;
	text-align: center;
}


table.notes, table.layout_table {
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}

table.notes td, table.layout_table td {
	padding: 4pt;
	border: none;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

table.layout_table th.column {
	color: black;
	background: white;
	border: none;
	vertical-align: top;
	text-align: center;
}

table.layout_table th.row {
	color: black;
	background: white;
	border: none;
	vertical-align: top;
	text-align: left;
}

input {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: normal;
    
}
textarea {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

select {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

button {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

/* this positions the footer at the bottom of the page viewport */


#footer {
/*	position: fixed; */
/*	bottom: 0 !important; */
/*	bottom: -1px;     /* For Certain IE widths */
	width: 100%;
	height: 40px;
	font-family: Arial;
	font-style: italic;
  	font-size: 9pt;
	text-align: center;
	margin-bottom: 10px;
	margin-top: .25in;
}

.page_title {
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	padding: 10.5px 5px;
	border-bottom: solid 1px #010298
}