<!--

body {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	text-align: center;
	background: #F2F2F2;
}

.header {
	font-weight: bold;
	font-size: 15pt;
	color: white;
}

.subheader {
	color: #84AAFD;
	font-weight: bold;
}


a.menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	color: #EEEEEE;
}

h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFFFFF;
	background: #EEEEEE;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 3px 0 3px 20px;
	background: #96A4D5;
}


td {
	font-size: 8pt;
	border: 0;
}

th a {
	color: white;
}

td.frmsubmit {
	border-top: 1px solid #CCCCCC;
	background: #C2CBE7;
	text-align: center;
}

table.frm {
	border: 1px solid #CCCCCC;
	margin: 10px;
}

table.frm td {
	color: #444444;
}

table.frm th {
	padding: 4px;
	background: #EEEEEE;
	font-size: 11px;
	color: #444444;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid white;
}

table.lst {
	background: white;
	border: 1px solid #CCCCCC;
}

table.lst th {
	background: #4258A6;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
	border-bottom: 1px solid #EEEEEE;
}

table.lst th.subth {
	background: #000095;
}

table.lst td {
	font-size: 9pt;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.lst th.light {
	background: #7B8DCD;
}

table.lst tr.row0 {
	background: #F4F4F4;
}

table.lst tr.row1 {
	background: #FFFFFF;
}

table.lst tr.rowfoot {
	background: #000066;
	color: white;
	font-weight: bold;
}

table.lst tr.rowplus {
	background: #F8FFF8;
}

table.lst tr.rowminus {
	background: #FFF8F8;
}

table.lst tr.rowfootplus {
	background: green;
	color: white;
	font-weight: bold;
}

table.lst tr.rowfootminus {
	background: red;
	color: white;
	font-weight: bold;
}

table.nobrdr td {
	border: 0;
}

.frminput {
	color: #000000;
	background: #F7F7F7;
	font-family: Arial;
	font-size: 8pt; 
    border: 1px solid #000066;
	padding-left: 3px;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

div.msg_err {
	background: red;
	color: white;
	border: solid 1px red;
	font-weight: bold;
	padding:3px;
	margin: 5px;
}

div.msg_ok {
	background: green;
	color: white;
	border: solid 1px green;
	font-weight: bold;
	padding:3px;
	margin: 5px;
}

a {
	font-weight: bold;
	font-size: 9pt;
	color: #384B8D;
	text-decoration: none;
}

a.spec {
	color: red;
}

a:hover {
	color: #6699FF;
	font-weight: bold;
}


a.pglink {
	font-size: 12px;
}

.pgnum {
	font-weight: bold;
	color: #888888;
	font-size: 12px;
}

a.white {
	color: #FFFFFF;
}

a.small {
	font: bold 10px Arial, Helvetica, sans-serif;
}

.hr {
	border-bottom: 1px solid #888888;
	margin-bottom: 4px;
}

table.details {
	border: 1px solid #CCCCCC;
	margin: 10px;
}

table.details th {
	background: #EEEEEE;
	font-size: 8pt;
	color: #000066;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid white;
}

table.details td {
	border-bottom: 1px solid #EEEEEE;
}


div.details {
	background: #FEFEFE;
	padding: 0;
	border: 1px solid #333399;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	padding-bottom: 7px;
}


h1 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #277599;
	padding-left: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	margin-top: 3px;
}




.brdr {
	border: 1px solid #666666
}

li {
	margin-top: 10px;
}


ul {
	padding-left: 20px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

-->