body {
	background-color: #1d646c;
	color: #07454d;
}

body.printable {
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	font: bold 11pt Sans-serif;
/*	color: #1a6a6a; */
	text-align:left;
	margin-top:20px;
	margin-bottom:15px;
}

h2 {
	font: bold 8pt Sans-serif;
	color: #bf6700;
	text-align:left;
	margin-bottom:0px;
}

h3 {
	font: bold 8pt Sans-serif;
/*	color: #bf6700; */
	text-align: left
	}

p {
	font: 8pt Sans-serif;
}

p.tiny {
	font-size: 7pt;
}

p.small {
	font-size: 8pt;
}

p.big {
	font: 10pt Sans-serif;
}

b {
/*	 color: #bf6700; */
}

ul {
	font: 8pt Sans-serif;
/*	color: #000000; */
	line-height: 17px;
}

ul.small {
	font: 7pt Sans-serif;
	line-height: 17px;
}

a:link {
	color: #07454d
}

a:visited {
	color: #07454d
}

a:hover {
	color: gray
}

a.footer:link {
	color: #FFFFFF;
	background: #045761;
	text-decoration: underline
}

a.footer:hover {
	color: #FFFFFF;
	background: #045761;
	text-decoration: underline
}

a.footer:visited {
	color: #FFFFFF;
	background: #045761;
	text-decoration: underline
}

a.help:link {
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}

a.help:hover {
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}

a.help:visited {
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}

select {
	font: 8pt Sans-serif;
	color: #07454d
}

input {
	font: 8pt Sans-serif;
	color: #07454d
}

textarea {
	font-size: 8pt;
	color: #07454d
}

img {
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto
}


/* tables */

div.marginwindow {
	margin: auto;
	font:8pt Sans-serif;
	background-color: EBEBEB;
	border: 1px solid #017582;
	border-top: none;
	border-right: none;
	border-left: none;
	width:98px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 21px;
}

div.marginwindowright {
	margin: auto;
	font:8pt Sans-serif;
	background-color: EBEBEB;
	border: 1px solid #017582;
	border-top: none;
	border-left: none;
	border-right: none;
	width:98px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 21px;
}

table {
	font: 8pt Sans-serif;
	border-collapse: collapse;
	margin: 0px auto;
	text-align: left;
}

td {
	padding: 0px;
}

th {
	padding: 0px;
}

table.statuswindow {
	font-size: 8pt;
}

table.data {
	width: 100%;
	border-bottom: 1px solid #005263;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.data th {
	border-top:1px solid #005263;
	border-bottom:1px solid #005263;
	background-color: #ff8d0a;
/*	background-color: #0a8dff; */
	color: #ffffff;
	height: 16pt;
	font-size: 8pt;
}

table.data td {
	font-size: 8pt;
	padding: 0px;
	height: 16pt;
}

table.data td.summary {
	padding-top: 7px;
	border-bottom: 1px solid #005263;
/*	font-weight: bold; */
}

table.display {
	width: 100%;
}

table.display th {
/*	color: #bf6700; */
	height: 20px;
	vertical-align:top;
}

table.display td {
	font-size: 8pt;
	height: 20px;
	vertical-align:top;
}

table.form {
	width: 100%;
}

table.form th {
	padding-top: 20px;
	padding-bottom: 5px;
/*	color: #bf6700; */
}

table.form td {
	font-size: 8pt;
	height: 25px;
}

table.form td.note {
	font-style: italic;
}

table.asl td {
	padding: 10px
}

form.form {
	font-size: 8pt;
/*	padding-bottom: 15px; */
/*	padding-top: 0px; */
/*	border-top: 1px dashed #FF8C42;
	border-bottom: 1px dashed #FF8C42; */
}

.floatimgright {
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

.captcha {
}
	
div.navbar {margin-top:30px}
/*
DT {font:bold 8pt Sans-serif; color:#000000}
DD {font:8pt Sans-serif; color:#000000}
DIV.toc {font:8pt Sans-serif; color:#000000}
TH {font:bold 8pt Sans-serif; color:#000000}
*/
