/* DS website Printable CSS v1.0*/
#jumpNav {
	display: none;
	visibility: hidden;
}
/*---- redefine tags ----*/
div, body, p, img, form {
	margin: 0ex;
	padding: 0ex;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: White;
	color:black;
}
a, a:visited {
	color:#7D9EB7;
	font-weight:normal;
	text-decoration:underline;
}
p {
	color:#000;
}
input {
	font-size: 100%;
}
img {
	border:0ex;
}
table {
	border-collapse: collapse;
}
/*---- Typography ----*/
h1 {
	font-size: 14pt;
	font-weight: bold;
	}
h2 {
	font-size: 12pt;
	font-weight: normal;
	}
h3 {
	font-size: 10pt;
	}
h4 {
	font-size: 9pt;
	font-weight: bold;
	}
h5 {
	font-size: 9pt;
	}
/*---- Div Layout ----*/
div#wrapper {
	width:100%;
}
div#topNav{
	display: none;
	visibility: hidden;
}
div#topHead{
    display: none;
	 visibility: hidden;
}
div#header{
	width:100%;
	text-align: left;
}
div#pageContainer{
}
div#SectorButtons{
	display: none;
	visibility: hidden;
}
div#BackToTop{
	display: none;
	visibility: hidden;
}	
div#GlossaryButtons{
	display: none;
	visibility: hidden;
}	
div#leftNav{
	display: none;
	visibility: hidden;
	width:1%;
}
div#content{
	width:100%;
	background-color: white;
}
div#Footer{
	display: none;
	visibility: hidden;
}
div#pageFooter{
   display: none;
	visibility: hidden;
}
div#copyright {
	font-size: 8pt;
	color:black;
}
/*---- Lists Global ----*/
ul {
	list-style-type: none;
	padding:0ex;
	margin:0ex;
}
/*---- Top Navigation ----*/

div#topNav {
	display: none;
	visibility: hidden;
}
ul.inlineNavUL li{
		display:inline;
}
ul.inlineNavUL a:hover {
	text-decoration:underline;
}
.emailLink {
	background: url("/common/images/email.gif") no-repeat left top;
	padding:0.5ex 3ex 0.5ex 5ex;
}
.emailLink a, .navLink a{
	color:#FFF;
}
.emailLink a:hover, .navLink a:hover {
	color:#FFF;
	text-decoration:underline;
}
/*---- Search ----*/
div#siteSearch {
	display: none;
	visibility: hidden;
	}
.inputSearch {
	font-size: 80%;
	width:100px;
}
/*---- Header ----*/

/*---- Left Nav ----*/
.menuHead {
	display: none;
	visibility: hidden;
}
.navLink {
}
ul.listMenu {
}

/*---- Footer ----*/
/*---- Content ----*/
#content a {
	text-decoration:underline;
}
div#innerContent{
}
/*---- Breadcrumb ----*/
div#breadCrumb {
	display: none;
	visibility: hidden;
}
.i_print {
	display: none;
	visibility: hidden;
}
#breadCrumb a {
	text-decoration:none;
}
/*---- Page Positioning ----*/
.pageImg {
	padding:1px;
	border: 1px solid #26348F;
}
/*---- Page Area Styling ----*/
.page_sub_style1{
	background-color:white;
}