body {
margin: 1ex;
padding: 0;
}

div#header {
	width: 485px;
	text-align: center;
}
div#header h1 a {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;

	text-decoration: none;
	background-image: url(images/etf_inspector.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 53px;
	width: 485px;
	display:block;
}
div#header h1 {
	padding: 0;
	margin: 0;
}
div#header h1 span {
	display: none;
}
div#header p
{
margin-top: .5ex;
margin-bottom: .5ex;
font-style:italic;
}
ul.navbar {
white-space: nowrap;
list-style: none;
padding: 0;
margin: 0;
display:block;
text-align:right;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
ul.navbar li {
list-style:none;
padding: 0;
margin: 0;
margin-left: 1ex;
margin-right: 1ex;
display:inline;
}
ul.navbar li.date {
	float: left;
	font-style: italic;
}
ul.navbar a {
	border:none;
}
ul.navbar a:hover {
	background-color: #CCCCCC;
}


body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}
.sc {
	font-variant: small-caps;
}
div.hr {
}
.hr {
 height: 1px;
}
.hr hr {
	background-color:#000000;
	color:#000000;
	height: 1px;
	border:none;
}

h1, h2, h3, h4
{
	font-variant: small-caps;
	font-weight: lighter;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
a:hover {
	border-bottom-style: solid;
}
.table {
	border-collapse: collapse;
}
.table th{
	padding-bottom: 0.5ex;
}
.table tbody {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
.disclaimer {
	font-size: small;
	font-style: italic;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.dt {
	text-align:right;
	font-weight: bold;
}
td.dt sup {
	font-weight: normal;
}


td.dt:after{
	content:":";
}
a.none {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ol.footnote {
	font-size: small;
}
form table {
	border: 2px groove ThreeDFace ;
}

.table tr.blue {
	background-color: #B8C4D8;
}

.right {
	text-align:right;
}
.left {
	text-align:left;
}
.right_5 {
	text-align:right;
	width: 5em;
}
.left_5 {
	text-align:left;
	width: 5em;
}

table.div_table th {
	text-align: left;
}
table.div_table td {
	width: 5em;
}

div#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 1ex;
}

.auto
{
	width:auto !important;
}
ul, ul li
{
	list-style:none;
}

.two-column {
	padding-right: 300px;
	min-width: 300px;	
	position: relative;
}
.two-column .column-left
{
	min-width: 300px;
}
.two-column .column-right
{
	position: absolute;
	width: 295px;
	top: 0;
	right: 0;
}

.two-column h3 
{
	text-align:left;
}

ul.article-list li
{
margin-bottom: 1ex;
}
ul.article-list .datetime
{
text-indent: 1em;
}

