@charset "UTF-8";
/*Print Stylesheet*/

* {
	background: none !important;
	padding: 0;
	float: none !important;
	display: block;
	visibility:visible;
}
/*typography*/
body {
	background: #FFF;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 15pt;
	color: #014a7d;
}
h2 {
	font-size: 14pt;
	color: #0098d9;
}
h3 {
	font-size: 13pt;
}
a:link, 
a:visited {
	color: #999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.content a:link:after, 
.content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
li {
	list-style:square;
	list-style-position: inside;
	color: #009de0;
	padding: 2px 0;
}
.footnote {
	font-size: 9pt;
}
/*structure*/
#wrap {
	width: 690px;
	margin: 0;
	padding: 0;
}
#page {
	width: auto;
}
#header {
	height: 56px;
	border-bottom: 1px solid #333;
}
#footer {
	border-top: 1px solid #999;
	font-size: 10pt;
	color: #999;
}

#menu,
#submenu,
#toolbar,
#anchor_top,
p#anz_url {
	display: none;
}

/*TABLE STYLES*/
table {
	width: 100%;
}
table th,
table td {
	text-align: left;
	padding: 2px 5px;
}
table th {
	color: #17456c;
}
table td {
	border-bottom: 1px solid #CCC;
}
table tr.odd td {
	color: #333;
}

hr {
	display: none;
}

	
