
/******** Begin Home Page Title Styles ********/
.PageHeader {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background: url(/investment/common/assets/images/headerbottom_bg.gif) repeat-x left 27px;
	_height: 33px; /* required IE 6 Hack */
	min-height: 33px;
}

.PageHeader h1 {
	margin: -3px 0px 0px 0px;
	padding: 0;
	font-size: 11pt;
	float: left;
	background: url(/investment/common/assets/images/investment_masthead.gif) no-repeat top left;
	height: 33px;
	width: 218px;
}

.PageHeader h1 a {
	display: block;
	height: 27px;
}

.PageHeader h1 span {
	display: none;
}

.PageHeader .TagContainer {
	text-align: right;
	white-space: nowrap;
	float: right;
	padding-top: 13px; 
}

.PageHeader .TagContainer .MainTag {
	font-weight: bold;
	font-style: italic;
}

.InnerPageHeader {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background: url(/investment/common/assets/images/headerbottom_bg.gif) repeat-x left 26px;
	_height: 33px;  /* required IE 6 Hack */
	min-height: 33px;
}

.InnerPageHeader h1 {
	margin: 0px;
	font-size: 11pt;
	background: url(/investment/common/assets/images/h1headerbgstretch.gif) repeat-x right top;
	color: #ffffff;
	float: left;
	padding: 4px 95px 4px 15px;
}

.InnerPageHeader .TagContainer {
	float: right;
	text-align: right;
	margin-top: -4px;
/*	overflow: auto;  required IE 7 Bug fix */
}

.InnerPageHeader .MainTag {
	font-weight: bold;
	font-style: italic;
	padding-top: 3px;
	*padding-top: 1px;
}

.InnerPageHeader img {
	border: none;
}
/******** End Home Page Title Styles ********/


