BODY {
	color: #000000;
	background-color: #EFEFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
}

A {
	color: #0000FF;
	text-decoration: none;
	font-variant: small-caps;
}

A:HOVER {
	color: #3333FF;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	text-align: left;
	font-size: 200%;
	color: #880000;
}

h2 {
	font-weight: bold;
	text-align: left;
	font-size: 150%;
	color: #880000;
}

h2 a {
	color: #880000;
}

h3 {
	font-weight: bold;
	text-align: left;
	font-size: 120%;
	color: #880000;
}

h3 a {
	color: #880000;
}

h4 {
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	font-variant: small-caps;
	color: #880000;
}

h4 a {
	color: #880000;
}


table.datatbl {
	border: 1px solid #000088;
}

table.bodytbl {
	border: 0px none;
}

input {
	font-size: 12px;
	font-family: monospace;
}
.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.banner {
	text-align: right;
	font-size: 80%;
}

a.banner {
	color: #FFFFAA;
	text-decoration: none;
	text-align: right;
}

a:hover.banner {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}

.copyright {
	font-size: 75%;
}

.footnote {
	font-size: 80%;
}

.footnotelink {
	font-size: 75%;
	vertical-align: super;
}

.indented {
	text-indent: 10px;
}

.index {
	padding-left: 0px;
}

.mailbag {
	text-decoration: none;
}

.tbltitle {
	background-color: #000088;
	color: #FFFFFF;
	text-align: center;
}

a.tbltitlelink {
	color: #E0E0FF;
}
a:hover.tbltitlelink {
	color: #FFFFFF;
}

.tblevenrow {
	text-align: center;
	background-color: #DDDDFF;
}

.tbloddrow {
	text-align: center;
}
.tblevennum {
	text-align: right;
	background-color: #DDDDFF;
}

.tbleventtl {
	text-align: left;
	background-color: #DDDDFF;
}

.tbloddnum {
	text-align: right;
}

.tbloddttl {
	text-align: left;
}

.transcript {
	margin-left: 12px;
	font-size: 90%;
	font: "Times New Roman", Times, serif;
	text-align: justify;
}
.leftbar {
	background-color: #E0E0FF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.primary {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


a.leftbar {
	font-size: 12px;
}

footnote a, footnote a:hover {
	color: Black;
	text-decoration: none;
}

.deconstruction {
	border: 2px double #000088;
	background-color: #fcfcFF;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 4px;
	padding: 4px;
}

/*
Iborder table for feed news */
.fd_bordertable { 
	background-color: #F0F0F0; 
	border-style: solid;
	border-width: 1px; 
	border-color: #000088; 
	padding: 0; 
	width: 200px;
}

/* maintable table for feed news */
.fd_maintable { 
	border-width: 0; 
	background: #F0F0FF;
}

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #F0F0FF;
	color: #880000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-align: left;
	vertical-align: top; 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #F0F0FF;
	color: black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink {
	color: blue;
	text-decoration: none;
}

.fd_itemlink:visited {
	color: blue;
	text-decoration: none;
}

.fd_itemlink:hover {
	color: #336699; 
	text-decoration: none;
}

