/* ================================================== */
/* =============== Invesco Stylesheet =============== */
/* =========== Copyright Invesco Ltd 2008 =========== */
/* ================================================== */


/* Controls the font style, size, colour, margins & background colours for the site */
body {
	font-family: verdana;
	color: #000000;
	font-size: 74%; 
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

	.header			{font-size: 9pt; font-family: arial; color: #FFFFFF} /** NEW**/
	.small			{font-size: 8pt; font-family: arial; color: #000000} /** NEW**/
	.title			{font-size: 12pt; font-family: arial; color: #FF6600; font-weight: bold;} /** NEW**/
	.banner 		{background-color: #89A5C7; color: white;} /*REVISED light blue*/
	
/* Begin link styles */
/* Controls the appearance of links in their various states */
a {
	color: #006699;
}
#ctrContent {padding:0 15px 20px;}
table.fundTable th a:link {
	color: #666;
	text-decoration:none;
}
table.fundTable th a:hover {
	color: #006699;
	text-decoration:underline;
}
table.fundTable th.coloured {
    background-color: #fcfcf5;
    border-top: 1px solid #b4b4b4;
    color: #666;
    font-size: 11px;
    f/ont-weight: bold;
    padding: 4px 5px;
    t/ext-align: left;
}

table.fundTable td.coloured {
    background-color: #ffffff;
    border-top: 1px dotted #b4b4b4;
    font-size: 11px;
    padding: 5px;
}

table.fundTable td.subhead-coloured {
    background-color: #e5e8f2;
    border-top: 1px dotted #b4b4b4;
    font-size: 11px;
    padding: 5px;
}

a:link {
	color: #003399;
	text-decoration: none;
}


a:visited {
	color: #003399;
	text-decoration: none;
}


a:active {
	/*color: #006699;*/
	color: #003399;
	text-decoration: underline;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}
/* End link styles */


/* Begin standard styles */
h1 {
	color: #000;
	font-family: arial;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 12px;
	b/order-top: 1px solid #000000;
}


h2 {
	color: #333;
	font-family: arial;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 5px;
	b/order-top: 1px solid #000000;
}


h3 {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 12.5pt;
	margin-top: 1px;
	margin-bottom: 8px;
}


h4 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em; 
	margin-top: 8px;
	text-decoration: underline;
	margin-bottom: 8px;
}

/*not working yet - cm*/
h5 {
	color: #000000;
	font-family: arial;
	font-size: 1.2em;
	margin-top: 1px;
	margin-bottom: 8px;
}



p {
	margin-top: 2pt;
	font-size: 9pt;
}

/* smallprint class for warnings & contact details etc */
p.smallprint {
	font-size: 0.8em;
}


ul {
	list-style-type: square;
	padding-left: 16px;
	margin: 0px;
}


li {
	margin: 0px;
	padding: 1px 0px 5px 0px;
}


ol {
	margin: 0px;
	padding: 1px 0px 5px 25px;
}


form {
	color: #000000;
	text-decoration: none;
	font-family: verdana, arial, helvetica;
	font-size: 1em;
	margin: 0pt;
}	


hr {
	height: 1px;
	color: #b4b4b4;
}


blockquote {
	color: #0078bc;
	margin-left: 1em;
	margin-right: 0.2em;
}


caption	{
	color: #000000;
	text-align: left;
	padding: 0px 0px 30px 0px;
}


select {
	font-size: 1em;
	font-family: verdana, arial, helvetica;
	background-color:#fcfcf5;
}


input {
	font-size: 1em;
	font-family: verdana, arial, helvetica;
}

/* End standard styles */


/* Begin table styles */
/* NB as the site layout uses tables, table styles will apply to all text */


table {
	font-size: 1.1em;
	color: #000000;
	border-spacing: 0px;
}


td {
	font-size: 0.91em;
	font-family: verdana;
	color: #000000;
}


th {
	font-size: 0.91em;
	font-family: verdana;
	text-align: left;
}


/* Table class="coloured" styles */
/*
th.coloured {
	background-color: #e6e7e8;
	color: #000000;
	border-top: 1px solid #000000;
	padding: 4px 0px 4px 0px;
	text-align: left;
	font-weight: bold;
}


td.coloured {
	background-color: #e6e7e8;
	border-top: 1px solid #ffffff;
	padding: 3px;
}
*/

td.coloured a {
	color: #003399;
}


td.coloured a:hover {
	color: #000000;
}

	tr.coloured2	{background-color: #fff4d5}  /**NEW**/
	td.coloured_topmenu {background-color: #B3DC20} /**NEW**/
	td.coloured_logo    {background-color: #333366} /**NEW**/
	tr.coloured_header	{background-color: #333366} /**NEW**/

/* End table class="coloured" styles */


table.fundTable	{
	border-color: #e0e0e0;
	border-width: 0pt;
}


/* Begin literature download table styles */
table.coloured2 {
	b/ackground-color: #e6e7e8;
	padding:10px;
}


th.coloured2 {
	background-color: #acc2d2;
	color: #333;
	border-top: 1px solid #666;
	padding:6px 5px;
}


td.coloured2 {
	b/ackground-color: #e6e7e8;
	border-top: 1px dotted #b4b4b4;
	padding:6px 5px;
}

/* End literature download table styles */


th.highlight {
	background-color: #ffffff;
	border-top: 1px dotted #000000;
	text-align: left;
}


td.highlight {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid #000000;
}


th.coloured3 {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px dotted #000000;
	text-align: left;
}


select.coloured {
	background-color: #E6EFFA;
}

/* End table styles */

	th.fundNumberStyle		{white-space:normal;text-align:right;}

/* ===================================== */
/* ====== Begin navigation styles ====== */
/* ===================================== */

/* Begin housekeeping navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
td.hkSelected {
	color: #787878;
	height: 18px;
	text-align: center;
	background: none;
}


td.hkUnselected	{
	color: #787878;
	height: 18px;
	text-align: center;
	background: none;
}


a.hkSelected {
	position: relative;
	left: 200px;
	font-size: 11px;
	color: #787878;
	width: 100%; 
	text-decoration: none;
	padding: 4px;
	h/eight: 24px;
	z-index: 200;
}


a.hkUnselected {
	position: relative;
	left: 200px;
	font-size: 11px;
	color: #787878;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	h/eight: 24px;
	z-index: 200;
}


a:visited.hkSelected {
	position: relative;
	left: 200px;
	color: #787878;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	h/eight: 24px;
	z-index: 200;
}


a:visited.hkUnselected {
	position: relative;
	left: 200px;
	color: #787878;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	h/eight: 24px;
	z-index: 200;
}


a:hover.hkSelected {
	position: relative;
	left: 200px;
	color: #003399;
	text-align: center; 
	text-decoration: underline;
	h/eight: 24px;
	z-index: 200;
}


a:hover.hkUnselected {
	position: relative;
	left: 200px;
	color: #003399;
	text-align: center;
	text-decoration: underline;
	h/eight: 24px;
	z-index: 200;
}


a.hkUnselected {
	position: relative;
	left: 200px;
	color: #787878;
	width: 100%;
	text-decoration: none;
	padding: 4px;
	h/eight: 24px;
	z-index: 200;
}
/* End housekeeping navigation styles */



/* Begin level 1 navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */

tr.level1 {
	position: relative;
	left: 0px;
	top: -5px;
}

td.levelOneSelected {
	background-color: #ffffff;
	color: #787878;
	border-left: 1px solid #9699ac;
	border-bottom: none;
	height:41px;
}

td a.levelOneSelected {
	font-size: 11px;
	color: #787878;
	text-decoration: none;
	text-align: center;
	}

td a:link.levelOneSelected {
	font-size: 11px;
	color: #787878;
	text-decoration:none;
}

td a:visited.levelOneSelected {
	color: #787878;
	text-decoration:none;
}

td a:hover.levelOneSelected{
	color: #ffffff;
	background-color:#7C7C7C;
	text-decoration: none; 
	font-size: 11px;
	display:block;
	width:100%;
	padding: 14px 0;
}

td a:active.levelOneSelected {
	color: #787878;
	background-color:#ffffff;
	text-decoration: none; 
	font-size: 11px;
	display:block;
	width:100%;
}

td.levelOneUnselected {
	background-color: #E6E6E6;
	color: #787878;
	border-left: 1px solid #9699ac;
	border-bottom: 1px solid #9699ac;
	height:41px;
}

td a.levelOneUnselected {
    font-size: 11px;
	color: #787878;
	text-decoration: none;
	text-align: center;
}

td a:link.levelOneUnselected {
	font-size: 11px;
	color: #787878;
	text-decoration:none;
}

td a:visited.levelOneUnselected {
	background-color: #E6E6E6;
	color: #787878;
	}

td a:hover.levelOneUnselected {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:100%;
	background-color:#7C7C7C;
}

td a:active.levelOneUnselected {
	color: #787878;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:100%;
}

/* End level 1 navigation styles */


/* Begin level 2 navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */

td.levelTwoUnselected {
	background-color: #E6E6E6;
	border: 1px solid #9699ac;
	height: 25px;
}

td a.levelTwoUnselected {
	font-size: 11px;
	color: #787878;
	background-color: #E6E6E6;
	text-decoration: none;
	text-align: center;
}


td a:link.levelTwoUnselected {
	color: #787878;
	text-decoration:none;
}


td a:visited.levelTwoUnselected {
	color: #787878;
	text-decoration:none;
}

td a:active.levelTwoUnselected {
	font-size: 11px;
	color: #787878;
	text-decoration: none; 
	background-color:#ffffff;
}

td a:hover.levelTwoUnselected {
	color: #ffffff;
	text-decoration: none; 
	display: block;
	width:100%;
	background-color:#7C7C7C;
}

td.levelTwoSelected {
	background-color: #ffffff;
	text-align: center;
	border-bottom: none;
	height:25px;
}
td a.levelTwoSelected {
	font-size: 11px;
	color: #787878;
	text-decoration: none;
	text-align: center;
	f/ont-weight: bold;
}


td a:link.levelTwoSelected {
	color: #787878;
	text-decoration:none;
}


td a:visited.levelTwoSelected {
	color: #787878;
	text-decoration:none;
}


td a:hover.levelTwoSelected {
	color: #ffffff;
	text-decoration: none; 
	display: block;
	background-color:#7C7C7C;
	width:100%;
}



/* End level 2 navigation styles */


/* Begin level 3 navigation styles */
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
table.level3 {
	border-color: #ffffff;
	border-width: 0pt;
}


td.level3Selected {
	color: #000000;
	background-color: #acc2d2;
	padding: 8px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
	border: none;
	border-top: 0px solid #000000;
}


td.level3Unselected {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px 1px 8px 1px;
}


a.level3Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a.level3Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:link.level3Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a:link.level3Unselected	{
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:visited.level3Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a:visited.level3Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;	
	padding: 2pt;
}


a:hover.level3Selected {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


a:hover.level3Unselected {
	color: #000000;
	text-decoration: underline;
}

/*End level 3 navigation*/


/* Begin level 4 navigation styles*/
/* Use td selectors to modify appearance of background */
/* Use a selectors to modify appearance of text (links) */
td.level4Selected {
	color: #000000;
	background-color: #acc2d2;
	text-align: left;
	font-weight: bold;
	padding-left: 0px;
	border: 1px solid white;
	padding: 8px 1px 8px 1px;
}


td.level4Unselected {
	color: #000000;
	background-color: #e6e7e8;
	text-align: left;
	border-width: 2pt;
	padding-left: 0px;
	padding: 7px 1px 7px 1px;
	border: 1px solid white;
}


a.level4Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a.level4Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:link.level4Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;	
	font-weight: bold;
}


a:link.level4Unselected	{
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:visited.level4Selected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
	font-weight: bold;
}


a:visited.level4Unselected {
	font-size: 0.95em;
	color: #000000;
	width: 100%;
	text-decoration: none;
	padding: 2pt;
}


a:hover.level4Selected {
	color: #000000;
	text-decoration: underline;
}


a:hover.level4Unselected {
	color: #000000;
	text-decoration: underline;
}
/* End level 4 navigation styles */


/* =================================== */
/* ====== End navigation styles ====== */
/* =================================== */



/* Begin advert tile styles */
td.advertTile {
	font-size: 9pt;
	margin-bottom: 10px;
	color: #000000;
	border-bottom: 0px solid #9699ac;
	vertical-align: top;
	margin-top: 15px;
	}
	
td.advertTiletext {
	font-size: 9pt;
	color: #000000;
	border-bottom: 0px solid #9699ac;
	}

td.advertTile h3 {
	margin: 0px;
	padding-bottom: 2px;
	vertical-align: top;
	margin-top: 15px;
}

html>body td.advertTile h3 {
	position: relative;
	top: -6px;
	padding: 0px;
}


	
a.advertTile {
	color: #003399;
	width: 100%;
	padding: 2px;
	text-decoration: none;
}


a:visited.advertTile {
	color: #003399;
	width: 100%;
	text-decoration: none;
	padding: 2px;
}


a:hover.advertTile {
	color: #000000;
	text-decoration: undeline;
}


hr.advertTile {
	color: #ffffff;
}

#advertTile {
	border-top: solid 1px #ccc;
	padding: 4px 0px;
}


#advertTilehome1 {
	border-top: solid 1px #000000;
	padding: 5px 2px 5px 1px;
}


#advertTilecareers {
	border-top: solid 1px #000000;
	padding: 4px 0px;
	background-color: #FFF6E8;
}


#advertTilehome1 h2 {
	border-bottom: solid 1px #000000;
	border-top: none;
	margin: 0px 0px 10px;
}


#advertTilehome2 {
	border-top: solid 1px #000000;
	padding: 7px 0px 10px 1px;
}

#rightCol table td.advertTile{height:200px;padding:0 10px;border-left:1px dotted #ccc;border-bottom:1px dotted #ccc;border-right:1px dotted #ccc;}
#rightCol table td hr.adTileDivLine {display:none;}
table td#rightCol{p/adding-right:10px;border-top:1px dotted #ccc;}
#rightCol table {width:210px;}

/* End advert tile styles */


/* Begin questionnaire styles */
/* Each selector below is specific to one questionnaire. */ 
/* To style a new questionnaire, you will need to add a new selector */
/* Copy the pair of selectors below and modify the questionnaire instance number */
#pagequestionnairequestions32632207 {
	background-color: #ffffff;
}


#pagequestionnairequestions32632207Div {
	background-color: #a7a9ac;
}


#pagequestionnairequestions32628999 {
	background-color: #ffffff;
}


#pagequestionnairequestions32628999Div {
	background-color: #a7a9ac;
}


#pagequestionnairequestionsnolevel332628999 {
	background-color: #ffffff;
}


#pagequestionnairequestionsnolevel332628999Div {
	background-color: #a7a9ac;
}


#pagequestionnairequestionsnolevel336010825 {
	background-color: #ffffff;
}


#pagequestionnairequestionsnolevel336010825Div {
	background-color: #a7a9ac;
}
/* End questionnaire styles */




/* ================================ */
/* ===== Miscellaneous styles ===== */
/* ================================ */


/* Begin banner controls */
/* Controls background color, visibility etc of banner area */
/* Change the image URL here to modify top portion of banner image (behind housekeeping nav) */
table.banner {
	height: 22px;
}

.banner {
	background-color: #ffffff;
	color: #ffffff;
}

/*IE hack*/
#bannerImage {
	position: relative;
	left: 0px;
	top: -28px;
	z-index: 100;
}

html>body #bannerImage {
	position: relative;
	left: 0px;
	top: -25px;
	z-index: 100;
}
/*End IE hack*/

#bannerSeparator {
	visibility: hidden;
}
/* End banner controls */


.match a:link, .match a:visited, .match a:active {
	color: #ffffff;
	text-decoration: underline;
}


.match a:hover {
	color: yellow;
	text-decoration: underline;
}


#leftDivider {
	visibility: hidden;
}


#rightDivider {
	visibility: hidden;
}


#hkBottomDivider {
	display: none;
}


HR.adTileDivLine {
	visibility: hidden;
}


#wealthWarning {
	background-color: #ffffff;
}


#level34BaseLine {
	visibility: hidden;
}


#regionSelectorSpan {
	display:none;
	b/ackground-color: #acc2d2;
	b/order-top: 2px solid #000000;
	p/adding: 6px 239px 6px 20px;
}


#regionSelectorP {
	text-align: left;
	line-height: 25px;
}


td.noLevel3Body {
	padding-left: 10px;
}


#csvDownloadDiv {
	text-align: right;
}


table.histPriceChoice {
	background-color: #acc2d2;
	border-top: 1px solid #666;
	padding: 10px;
}

table.histPriceChoice  tr {height:30px;}

acronym, .helpText {
	border: 1px dashed #1b0069;
	color: #000000;
	cursor: help;
}


#symbolKey {
	visibility: hidden;
}


/* Begin styles for DIV boxes */
/* adjacent navigation boxes on home page*/
.navbox1 a {
	display: block;
	width: 5.5em;
	height: 1.5em;
	line-height: 1.5em;
	border:0.25em #296DC1;
	border-style: double;
	background: #E6EFFA;
}


.navbox1 ul {
	list-style: none;
	margin: 0em 0em 0em 2em;
	padding: 0em 0em 0em 3em;
} 


.navbox1 li {
	float: left;	
	margin: 0.5em 2em 1em 2em;
	display: inline;
}


.navbox1 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}


.navbox1 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold; 
	text-align: center;
}


.navbox1 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}


.navbox1 a:hover {
	color: #E6EFFA;
	text-decoration: none;
	background: #000000;
	font-weight: bold;
	text-align: center;
}


.box1 {
	float: left;
	border: 0.3em #296DC1;
	border-style: outset;
	background: #E6EFFA;
	margin: 1em 1em 1em 1em; 
	padding: 0.2em 0.4em 0.4em 0.5em; 
	width: 23.5em;
	width:17.5em;
}

/* IE5 Hack */
html>body .box1 {
	width: 17.5em;
}
/* End IE5 Hack */


.box2 {
	float: right;
	border: 0.3em #296DC1;
	border-style: inset;
	background: #E6EFFA;
	margin: 1em 1em 1em 1em;
	padding: 0.2em 0.4em 0.4em 0.5em;
	width: 23.5em;
	width:17.5em;
}

/* IE5 Hack */
html>body .box2 {
	width: 17.5em;
}
/* End IE5 Hack */

.box1 h2 {
	margin: 0;
	font-size: 1.2em;
	color: #888600;
	font-weight: bold;
}


.box2 h2 {
	margin: 0;
	font-size: 1.2em;
	color: #888600;
	font-weight: bold;
}


.box2 body {
	margin:  0; color: black;
}


.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* bottom of splash front page navigation buttons */
#navadditional {
	text-align: left;
}


#navadditional ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	width: 39em;
}


#navadditional li {
	float: left;
	margin: 0 0.2em;
}


#navadditional a {
	display: block;
	width: 9em;
	border-top: 0.1em solid #000000;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	text-align: left;
	float: left;
}


/* IE5 Mac hack \*/
#navadditional a {
	float: none;
}
/* End hack */



/* Begin primary coloured DIV */
/* Note selector names are left the same to ensure compatibility with existing sites */
/* HEX codes can be amended as per brand guidelines */
/* tl, tr, bl & br selectors are left in to allow positioning of a background image to those corners if required */
/* Adjust width with style="width: XXpx;" in HTML */
#container {
	width: 95%;
}


.box p {
}


.box {
	width: 100%;
	float: none;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-top: solid 1px #000000;
	background-color: #acc2d2;
}


.box h2 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em;
	border-top: none;
	border-bottom: none;
	background-color: #acc2d2;
	margin: 0px;
	padding: 0px;
}


.tl {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}


.tr {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}


.bl {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}


.br {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	padding: 3px;
}


.box a:link, h2.box a:link {
	color: #000000;
	text-decoration: underline;
}


.box a:visited, h2.box a:visited {
	color: #000000;
	text-decoration: underline;
}


.box a:active, h2.box a:active {
	color: #000000;
	text-decoration: underline;
}


.box a:hover, h2.box a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: inherit;
}
/* End primary coloured DIV */


/* Begin secondary coloured DIV */
/* Note selector names are left the same to ensure compatibility with existing sites */
/* HEX codes can be amended as per brand guidelines */
/* tl, tr, bl & br selectors are left in to allow positioning of a background image to those corners if required */
/* Adjust width with style="width: XXpx;" in HTML */

#containergrey {
	width: 95%;
}


.boxgrey {
	width: 100%;
	float: none;
	margin: 2px;
	border-top: solid 1px #000000;
	background-color: #e6e7e8;
}


.boxgrey h2 {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 1em;
	border-top: none;
	border-bottom: none;
	background-color: #e6e7e8;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}


.tlgrey {
	background-image: none;
	background-repeat: no-repeat;

	background-position: top left;
	position: relative;
}


.trgrey {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}


.blgrey {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}


.brgrey {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	padding: 3px;
}


.boxgrey a:link, h2.boxgrey a:link {
	color: #003399;
	text-decoration: underline;
}


.boxgrey a:visited, h2.boxgrey a:visited {
	color: #000000;
	text-decoration: underline;
}


.boxgrey a:active, h2.boxgrey a:active {
	color: #000000;
	text-decoration: underline;
}


.boxgrey a:hover, h2.boxgrey a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: inherit;
}
/* End secondary coloured DIV */

/*revised and new classes for 2011 redesign*/

#wrapper {
background-color: #D6D6D6; 
b/ackground-image: url('/CE/styles/images/wrapper-bg2.jpg'); 
background-repeat: repeat-y;}
#globalnav {background-color:none;}
#footer {
	background-color: #E6E6E6;
    border-bottom: 5px solid #999999;
    border-top: 1px solid #999999;
	bottom:0;
    font-size: 11px;
    padding-bottom: 60px;
    padding-top: 12px;
	position:relative;
    text-align: left;
}

#footer p {
    color: #666666;
    padding-left: 25px;
    vertical-align: top;
}
#bodyFooter {
    margin: 0 auto 0;
    position: relative;
    width: 1000px;
}

#body {background-color:#ffffff;}
#body #globalnav {color: #787878;left: 215px;position: absolute;}
*html #body #globalnav {left:167px;}

table.outer {
background-color: #D6D6D6; 
b/ackground-image: url('/CE/styles/images/wrapper-bg2.jpg'); 
background-repeat: repeat-y;}
table.above {background-color:none;}
table.bottom {background-color:#E6E6E6;}
table.inner {background-color:#ffffff;}


/*CM 2011 redesign - Start Homepage links */
a.home {
	color: #003399;
	text-decoration: none;
}


a.home:link {
	color: #003399;
	text-decoration: none;
}


a.home:visited {
	color: #003399;
	text-decoration: none;
}


a.home:active {
	color: #003399;
	text-decoration: underline;
}


a.home:hover {
	color: #000000;
	text-decoration: underline;
}

ul.qlhome{
list-style-type: none;
padding-left: 0px;
margin: 0px;

}

li.qlhome{
margin: 0px;
padding: 3px 0px 5px 0px;
}

p.home {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 8px;
	font-weight: bold;
}

/* HOMEPAGE DIVs - NOT CURRENTLY IN USE
div#section2{
margin-top: 0px;
margin-left: 0px;
padding: 5px 5px 5px 0px;
border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
width: 210px;
height: 399px;
}

div#section3{
margin-top: 0px;
margin-left: 0px;
padding: 5px 5px 5px 10px;
border-right: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
width: 210px;
height: 201px;
}

div#section4{
margin-top: 0px;
margin-left: 0px;
padding: 5px 5px 5px 10px;
border-right: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
width: 210px;
height: 201px;
}

div#section5{
margin-top: 0px;
margin-left: 0px;
padding: 5px 5px 5px 10px;
border-bottom: #cccccc 1px solid;
width: 210px;
height: 201px;
}

div#section6{
margin-top: 0px;
margin-left: 0px;
padding: 5px 5px 5px 10px;
border-right: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
width: 210px;
height: 201px;
} */

.sumTable {
font-family: invesco interstate, verdana, arial, sans-serif;
b/ackground: #e5e8f2;
}


.sumTable tr td {
f/ont-family: invesco interstate, verdana, arial, sans-serif;
b/ackground: #e5e8f2;
border-bottom: 1px dotted #b4b4b4;
f/ont-size: 11px;
}

.sumTable .tr-head td {
f/ont-family: invesco interstate, verdana, arial, sans-serif;
f/ont-size: 12px;
background: #e3e3e3;
font-weight: bold;
}

.sumTable .tr-subhead td {
f/ont-family: invesco interstate, verdana, arial, sans-serif;
f/ont-size: 11px;
background: #fcfcf5;
font-weight: bold;
}

.leftborder{
border-left: 1px solid #b4b4b4;
}

.bottomborder{
border-bottom: 1px solid #b4b4b4;
}

ul.sumTable{
margin-left: 15px;
}

.padright {
padding-right: 10px;
}


.padleft{
padding-left: 10px;
}

.bordleft{
border-left: 1px solid #e6e6e6;
}

.bordright{
border-right: 1px solid #e6e6e6;
}

.bordtop{
border-top: 1px solid #e6e6e6;
}

.bordbott{
border-bottom: 1px solid #e6e6e6;
}

div#midsection {
width: 600px;	
}
.o{padding-top:30px;padding-bottom:150px;}
/*CM 2011 redesign - End Homepage links */

.tenets_header{margin:0;background:url('/CE/Germany/2011-InvescoLtd/tenets_header.jpg') no-repeat;width:741px;height:171px} 
.tenets_under{margin-top:0;background:url('/CE/Germany/2011-InvescoLtd/tenets_under_header.jpg') no-repeat top center;width:741px;height:370px} 
.tenets_links{padding:0;margin:0;width:741px;background:url('/CE/Germany/2011-InvescoLtd/tenets_links.jpg') no-repeat; height:48px} 
.content {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;letter-spacing: -0.5px;line-height:16px;} 
p.title{margin-left:30px} div#tenets_wrap{margin-left:185px} 
.footnote {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;letter-spacing: -0.5px;}
.footnoteregular {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;letter-spacing: -0.5px; font-weight:bold;}
p.tenet-tbl-titles {color: #636363;font-size: 11px;font-weight: bold;margin-top: 6px;text-align: left;padding:5px 10px;}

/*end revised and new classes for 2011 redesign*/

/* ====================================================== */
/* =============== End Invesco Stylesheet =============== */
/* ============= Copyright Invesco Ltd 2008 ============= */
/* ====================================================== */
