html, body, p, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #323A42;
	background: #fff url(../images/bg.gif) 20px 0 repeat-y;
}
img {
	border: none;
}
a {
	text-decoration: none;
	-moz-outline: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 16px 0;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 14px 0;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 12px 0;
	color: #999;
}
th, td {
	text-align: left;
}
strong {
	color: #000;
	font-weight: bold;
}
em {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.small {
	font-size: 10px;
	line-height: 16px;
}

#container {
	margin: 0 20px;
	min-width: 900px;
	background: url(../images/bg.gif) right 0 repeat-y;
}

#header {
	color: #fff;
	background-color: #76A3B3;
}
#header h1 {
	display: block;
	float: left;
	margin: 0;
	width: 600px;
	height: 150px;
	text-indent: -999em;
	background: url(../images/issuer_update.gif) no-repeat;
}
#header h2 {
	display: block;
	margin: 0;
	height: 150px;
	text-indent: -999em;
	background: url(../images/tsx.gif) top right no-repeat;
}

#main {
	padding: 0 20px 0 50px;
}

#nav {
	float: left;
	color: #fff;
	width: 240px;
}
#nav a {
	color: #fff;
}
#nav ul {
}
#nav li {
	border-bottom: 1px solid #ccc;
}
#nav li a {
	display: block;
	width: 232px !important;
	width: 240px; /*For IE<7*/
	padding: 3px 8px 4px 0;
	background-color: #76A3B3; /*For IE: li as a button*/
}
#nav li.current a {
	width: 224px !important;
	width: 240px; /*For IE<7*/
	padding-left: 8px;
	color: #598fa2;
	background-color: #fff;
}
#nav li.current a:hover {
	text-decoration: none;
}
#secNav {
	font-size: 11px;
	line-height: 14px;
}
#articleNav {
	font-weight: bold;
}
#nav h1 {
	display:block;
	width: 220px;
	height: 36px !important;
	height: 40px; /*For IE<7*/
	padding-top: 4px;
	margin: 24px 0 12px;
	text-align: center;
	background: url(../images/this_edition.gif) no-repeat;
}

#content{
	margin-left: 240px;
	padding: 20px 50px 50px 50px;
	background-color: #fff;
}
#content p,
#content ul {
	margin: 20px 0;
}
#content a {
	color: #EE4A3F;
}
#content h2 a {
	color: #598fa2;
}
#content li {
	padding-left: 2px;
	list-style: square;
	margin: 6px 0 6px 40px;
}
#content .more {
	text-align: right;
}
#content .more a {
	padding-right: 20px;
	background: url(../images/arrow.gif) top right no-repeat;
}
#content .print a {
	display: block;
	float: right;
	text-indent: -999em;
	width: 14px;
	height: 12px;
	background: url(../images/print.gif) no-repeat;
}
#content table {
	font-size: 11px;
	line-height: 15px;
	border-collapse: collapse;
}
#content table th,
#content table td {
	border: 1px solid #dae0e5;
	padding: 6px 2px 6px 6px;
}
#content table .center{
	text-align: center;
}

#content table.article th,
#content table.article td {
	border: 0px;
	padding: 0px;
}
#content table.article td.middle {
	border-left: 1px solid #dae0e5;
	border-right: 1px solid #dae0e5;
	padding: 6px 2px 6px 6px;
}


#footer {
	clear: both;
	padding: 0 20px 30px 290px;
	background-color: #76A3B3;
}
#footer p {
	color: #fff;
	display: block;
	padding: 16px 50px;
	font-size: 10px;
	line-height: 16px;
	background-color: #50808d;
	text-align: center;
}