p, li, td, h1, h3, h5, a, th {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
hr {
	color:#000000;
	height:1px;
}
h1, h3, h5 {
	color: navy;
}
body {
	margin-right: 20%;
	min-width: 400px;
	font-size: 12px;
}
p, li, td, th {
	color: black;
	font-size: 12px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-style: oblique;
	font-weight: 600;
}
ol, ul {
	padding-left: 25px;
}
a:visited {
	color: gray;
}
a:link {
	color: blue;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
iframe {
	border: 0;
	margin: 0px, 0px, 0px, 0px;
	padding: 0;
}
iframe.header {
	display: block;
	width: 100%;
	height: 18%;
	min-width: 800px;
	min-height: 80px;
}
body.newsheader, body.briefheader {
	margin: 0px;
}
body.menu {
	min-width: 80px;
	width: 75%;
}
body.layout {
	min-width: 800px;
	width: 100%;
}
#menu p {
	font-size: 13px
}
body.menu {
	background-color: #DCDCDC;
}
td.newsheader, body.newsheader {
	background-color: #006699;
	overflow: hidden;
}
td.briefheader, body.briefheader {
	background-color: #000099;
	overflow: hidden;
}
h1.header {
	font-size: 35px;
	margin: 20px 0px 0px 15px;
}
p.header {
	margin: 5px 0px 15px 15px;
}
h1.header, p.header {
	color: #FFFFFF;
}
iframe, div, img, body.layout {
	border: 0px, 0px, 0px, 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
iframe.menu {
	float: left;
	width: 22%;
	height: 86%;
}
iframe.content {
	float: right;
	min-width: 100px;
	width: 75%;
	height: 86%;
}
table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
td.data, th.data, td.colheading, td.cdata, td.rdata {
	border-width: 1px;
	border-color: Black;
	border-collapse: separate;
	border-style: outset;
}
td.data {
	text-align: left;
}
td.rdata {
	text-align: right;
}
td.colheading {
	font-weight: bold;
}
td.cdata, td.colheading {
	text-align: center;
}
#disclaimer h1 {
	font-size: 11px;
	margin-bottom: 0px;
}
#disclaimer p {
	font-size: 10px;
	color: #AAAAAA;
	margin-top: 0px;
}
p.disclaimer {
	font-size: 10px;
	color: #AAAAAA;
	margin-top: 0px;
}
#comment p, #comment h3 {
	font-style: italic;
}
#comment table {
	margin: 15px;
	border: 0px;
}
table.leftintext {
	float: left;
	margin:3px 15px 3px 5px;
}
img {
	float: right;
	margin: 5px 0px 5px 5px;
	border: 0px;
}
img.header {
	margin: 0px;
}
table.header, td.header {
	margin: 0;
	padding: 0;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
#bordered h5 {
	margin-top: 0px
}
#bordered p {
	margin-top: 0px
}
div.bordered {
	border: solid 1px black;
	padding-right: 3px;
	padding-left: 3px;
	margin: 3px;
}

