@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
	
}
#info_area a {
	text-decoration: none;
	color: #000099;
}
#text_area  a {
	text-decoration: none;
	color: #000099;
}
#press_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent h1 {
	padding-right: 20pt;
	padding-left: 20pt;
}
#info_area li {
	font-size: 12px;
	list-style-type: none;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#info_area {
	padding-top: 20px;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#mainContent  {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}



#text_area {
	padding-right: 20pt;
	padding-left: 20pt;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
}
#trade {
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_info {
	font-size: 10pt;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 17px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#address a {
	color: #999999;
	text-decoration: none;
}
#menubar {
	height: 49px;
	background-color: #fff;
	background-image: url(../nav_images/news-nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
}
#menubar #printmenu {
	list-style-type: none;
	padding: 0;
	width: 400px;
	margin-top: 1px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#menubar #printmenu li {
	display: inline;
}
#menubar #printmenu a {
	background-position: left top;
	height: 29px;
	width: 66px;
	margin-right: 10px;
	display: block;
	float: left;
	margin-top: 0px;
	background-repeat: no-repeat;
	text-indent: -9000px;
	padding: 0px;
}

#menubar #printmenu .print_btn a  {
	background-image: url(../nav_images/nav/print_btn.gif);
	
}

#menubar #printmenu .home_btn a  {
	background-image: url(../nav_images/nav/home_btn.gif);

}
#menubar #printmenu .news_btn a  {
	background-image: url(../nav_images/nav/news_btn.gif);

}
#menubar #printmenu .next_btn a  {
	background-image: url(../nav_images/nav/next_btn.gif);

}
#menubar #printmenu .next_btn_off {
	background-image: url(../nav_images/nav/next_btn_off.gif);

}
#menubar #printmenu .prev_btn a  {
	background-image: url(../nav_images/nav/prev_btn.gif);

}
#menubar #printmenu .prev_btn_off a {
	background-image: url(../nav_images/nav/prev_btn_off.gif);

}
#menubar #printmenu a:hover {
	background-position: right top;
}#menubar #searchbox {
	width: 170px;
	position: absolute;
	right: 5pt;
	top: 2pt;
	background-image: url(../nav_images/nav/search-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5pt;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menubar #searchbox input {
	font-size: 11px;
	width: 150px;
	float: right;
	color: #666666;
	background-color: #CCCCCC;
}
#menubar #newslogo {
	background-image: url(../nav_images/nav/newsroom-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 142px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-indent: -9000px;
}
