@charset "UTF-8";
/* 	Default CSS
	Guinness Atkinson Funds
*/

html,
body {
  height: 100%;
}

body {
	margin: 0; 
	padding: 0;
	background-color:#e2e2e2;
	background-image:url(../images/bg_tile_01.gif);
	background-position:center;
	background-repeat:repeat-y;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

sup{
	color:#666666;
}

ol li{
	color:#990000;
}

p{

}

p.desc_01{
	margin-top:0;
	padding-left:25px;

}

p.small{
	line-height:99%;
}

a:Link,
a:Visited{
	color:#577a98;
}

a:Hover{
	color:#990000
}

#mainWrap{
	position: absolute;
	width: 100%;
}

#mainContent{ 
	width: 100%;	
}


/* HEADER */
#headerWrap{
	width: 996px;
	height:75px;
}
    	
#logoWrap{
	position:relative;
	float:left;
	top:15px;
	padding-left:15px;
}
    
#mainNavWrap{
	position:relative;
	float:left;
	top:55px;
	padding-left:25px;
	z-index:50;
}
    
#upperRightNav{
	position:relative;
	float:right;
	width:700px;
	top:-10px;
	text-align:right;
	margin-right:10px;
	color:#577a98;
}

#homebutton{
	clear:right;
	position:relative;
	float:right;
	top:18px;
	padding-right:5px;
}

#upperRightNav a:Link,
#upperRightNav a:Visited{
	font-size:11px;
	color:#577a98;
	text-decoration:none;
	
}
#upperRightNav a:Hover{
	color:#990000;
	
}
#upperRightNav a:Active{
	color:#990000;
	
}


/* CENTER CONTENT WRAPPERS*/
#contentWrap{ 
	position:relative;
	height:475px;
	width: 100%;
	background-color:#FFFFFF;
}

#content{ 
	position:relative;
	height:475px;
	width: 996px;
}

#leftConentNav{
	position:absolute;
	height:400px;
	width:110px;
	top:5px;
	left:5px;
	/*border: 1px solid #FF0000;*/
	padding:5px;
}
#leftConentNav02{
	position:absolute;
	height:460px;
	width:110px;
	top:5px;
	left:5px;
	/*border: 1px solid #FF0000;*/
	padding:5px;
}

#centerContent_01{
	position:relative;
	top:25px;
	height:375px;
	z-index:0;
}

#centerContent_02{
	position:absolute;
	height:410px;
	width:775px;
	left:120px;
	/*border: 1px solid #FF0000;*/
}

#centerContent_03{
	position:absolute;
	height:400px;
	width:800px;
	left:125px;
	top:10px;
	background-image:url(../images/detail_bg_01.gif);
	background-repeat:no-repeat;
	text-align:left;
	/*border: 1px solid #FF0000;*/
}

#centerContent_04{
	position:absolute;
	height:400px;
	width:800px;
	left:125px;
	top:10px;
	text-align:left;
	/*border: 1px solid #FF0000;*/
}

#centerContent_05{
	position:absolute;
	height:400px;
	width:800px;
	left:125px;
	top:12px;
	background-image:url(../images/themes_bg01.gif);
	background-repeat:no-repeat;
	text-align:left;
	/*border: 1px solid #FF0000;*/
}

#centerContent_06{
	position:absolute;
	height:380px;
	width:800px;
	left:125px;
	top:12px;
	background-image:url(../images/themes_bg01.gif);
	background-repeat:no-repeat;
	text-align:left;
	/*border: 1px solid #FF0000;*/
}

#centerContent_TEMP{
	position:relative;
	top:10px;
	height:375px;
	z-index:0;
}

/* Full HUB Wrap */
#fullHubWrap{
	position:absolute;
	text-align:left;
	top:35px;
	left:5px;
	height:340px;
	width:745px;
	padding:10px;
	overflow-x: hidden;
	overflow-y: scroll;
	/*border: 1px solid #FF0000;*/
}
#fullHubWrap a[class ="pdf"]:Link,
#fullHubWrap a[class ="pdf"]:Visited {
   padding-left: 25px;
   padding-top:10px;
   padding-bottom:10px;
   line-height:30px;
   background: transparent url(../images/icon_pdf_01.gif) no-repeat center left;
   color:#577a98;
}
#fullHubWrap a[class ="pdf"]:Hover{
   color:#990000;
   
}


/* Full Wrap */

#fullWrap{
	position:absolute;
	text-align:left;
	top:35px;
	left:5px;
	height:305px;
	width:745px;
	padding:10px;
	overflow:auto;
	/*border: 1px solid #FF0000;*/
}
#fullWrap a[class ="pdf"]:Link,
#fullWrap a[class ="pdf"]:Visited {
   padding-left: 25px;
   padding-top:10px;
   padding-bottom:10px;
   line-height:30px;
   background: transparent url(../images/icon_pdf_01.gif) no-repeat center left;
   color:#577a98;
}
#fullWrap a[class ="pdf"]:Hover{
   color:#990000;
   
}


#fullWrap a[class ="samePage"]:Link,
#fullWrap a[class ="samePage"]:Visited,
#fullWrap a[class ="samePage"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/view_disclosure_down_arrow.gif) no-repeat center right;
   color:#577a98;
}
#fullWrap a[class ="samePage"]:Hover{
   color:#990000;
}

#fullWrap a[class ="back_to_top"]:Link,
#fullWrap a[class ="back_to_top"]:Visited,
#fullWrap a[class ="back_to_top"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/back_to_top_arrow.gif) no-repeat center right;
   color:#577a98;
} 
#fullWrap a[class ="back_to_top"]:Hover{
   color:#990000;
}

/* Full Wrap (With Footer) */ 
#fullWrapWithFooter{
	position:absolute;
	text-align:left;
	top:35px;
	left:5px;
	height:235px;
	width:745px;
	padding:10px;
	overflow:auto;
	/*border: 1px solid #FF0000;*/
}

#fullWrapWithFooter a[class ="pdf"]:Link,
#fullWrapWithFooter a[class ="pdf"]:Visited {
   padding-left: 25px;
   padding-top:10px;
   padding-bottom:10px;
   line-height:30px;
   background: transparent url(../images/icon_pdf_01.gif) no-repeat center left;
   color:#577a98;
   
   
}
#fullWrapWithFooter a[class ="pdf"]:Hover{
   color:#990000;
   
}

#fullWrapWithFooter a[class ="pdf2"]:Link,
#fullWrapWithFooter a[class ="pdf2"]:Visited {
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/icon_pdf_02.gif) no-repeat center right;
   color:#577a98;
}
#fullWrapWithFooter a[class ="pdf2"]:Hover{
   color:#990000;
   
}

/* FUNDS HUB*/

#topDetailWrap{
	position:absolute;
	text-align:left;
	width:100%;
	height:85px;
	/*border: 1px solid #FF0000;*/
}
td.fundsHubTitle{
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
}
#bottomDetailWrap{
	position:absolute;
	text-align:left;
	width:100%;
	height:305px;
	top:90px;
	overflow:auto;
	/*border: 1px solid #FF0000;*/
}


#bottomDetailWrap td.fundsHubReportTitle{
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	color:#333333;
	font-size:10px;
	background: url(../images/report_bg_tile_01.gif) repeat-x center;
}
#bottomDetailWrap td.fundsHubReportTitle2{
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	color:#333333;
	font-size:10px;
}

#bottomDetailWrap td.fund_td_header01{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:9px;
	color:#46647D;
	border-bottom:1px #CCCCCC solid;
}

#bottomDetailWrap td.fund_td_header02{
	padding-top:5px;
	padding-bottom:5px;
	font-size:9px;
	color:#46647D;
	border-bottom:1px #CCCCCC solid;
	
}
#bottomDetailWrap td.fund_td_content01{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	border-bottom:1px #CCCCCC solid;
}
#bottomDetailWrap td.fund_td_content02{
	padding: 5px 0;
	font-size:10px;
	border-bottom:1px #CCCCCC solid;
}

.iDate{
	font-size:9px;
}

#bottomDetailWrap a[class ="pdf"]:Link,
#bottomDetailWrap a[class ="pdf"]:Visited,
#bottomDetailWrap a[class ="pdf"]:Active{
   padding-right: 18px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/icon_pdf_02.gif) no-repeat center right;
   color:#577a98;
}
#bottomDetailWrap a[class ="pdf"]:Hover{
   color:#990000;
}

#bottomDetailWrap a[class ="view_disclosure"]:Link,
#bottomDetailWrap a[class ="view_disclosure"]:Visited,
#bottomDetailWrap a[class ="view_disclosure"]:Active{
   padding-left: 15px;
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/view_disclosure_down_arrow.gif) no-repeat center right;
   color:#577a98;
}
#bottomDetailWrap a[class ="view_disclosure"]:Hover{
   color:#990000;
}


#bottomDetailWrap a[class ="back_to_top"]:Link,
#bottomDetailWrap a[class ="back_to_top"]:Visited,
#bottomDetailWrap a[class ="back_to_top"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/back_to_top_arrow.gif) no-repeat center right;
   color:#577a98;
} 
#bottomDetailWrap a[class ="back_to_top"]:Hover{
   color:#990000;
}

.fundsHub_back_to_top{
	text-align:right;
	padding-right:25px;
	padding-bottom:10px;
}

.fundsHub_disclosures{
	width:95%;
	text-align:left;
	padding-right:5px;
	padding-bottom:10px;
}

/* FUNDS */


#leftDetailWrap{
	position:absolute;
	height:350px;
	width:200px;
	left:20px;
	top:20px;
	text-align:left;
	/*border: 1px solid #FF0000;*/

}
#ld_fundImage{
position:absolute;
	left:0px;
	top:20px;
	text-align:left;
	line-height:20px;
}
#ld_currPrices{
	position:absolute;
	left:0px;
	top:190px;
	text-align:left;
	line-height:20px;
}
#ld_links{
	position:absolute;
	left:0px;
	top:235px;
	text-align:left;
}

#ld_links a[class ="pdf"]:Link,
#ld_links a[class ="pdf"]:Visited {
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:22px;
	/*background: transparent url(../images/icon_pdf_01.gif) no-repeat center left;*/
	color:#577a98;
   
   
}
#ld_links a:Link,
#ld_links a:Visited {
	padding-left: 0px;
	line-height:22px;
	color:#577a98;
}
#ld_links a[class ="pdf"]:Hover,
#ld_links a:Hover {
   color:#990000;
   
}

#rightDetailWrap{
	position:absolute;
	height:350px;
	width:535px;
	left:230px;
	top:20px;
	text-align:left;
	/*border: 1px solid #FF0000;*/
}


#rightDetailScroll{
	position:absolute;
	height:260px;
	width:535px;
	top:20px;
	text-align:left;
	/*border: 1px solid #FF0000;*/
	overflow:auto;
	padding-right:5px;
}

#rightDetailScroll a:Link,
#rightDetailScroll a:Visited{
	color:#333333;
}

#rightDetailScroll a:Hover{
	color:#990000;
}

#rightDetailScroll a[class ="pdf"]:Link,
#rightDetailScroll a[class ="pdf"]:Visited {
   padding-left: 25px;
   padding-top:10px;
   padding-bottom:10px;
   line-height:30px;
   background: transparent url(../../images/icon_pdf_01.gif) no-repeat center left;
   color:#577a98;
}
#rightDetailScroll a[class ="pdf"]:Hover{
   color:#990000;
   
}

#rightDetailScroll a[class ="pdf2"]:Link,
#rightDetailScroll a[class ="pdf2"]:Visited {
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/icon_pdf_02.gif) no-repeat center right;
   color:#577a98;
}
#rightDetailScroll a[class ="pdf2"]:Hover{
   color:#990000;
   
}

.rd_01{
	/*font-weight:bold;*/
}

.rd_02{
	padding: 0;
	line-height:15px;
}

.rd_03{
	line-height:15px;
}

.rd_04{
	line-height:12px;
	border-top: 1px solid #cccccc;
	padding-top:25px;
}

.rd_note_01{
	padding: 0;
	font-size:9px;
	color:#666666;
}

.rd_disclosures{
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

.rd_back_to_top{
	text-align:right;
}

.rd_back_to_top2{
	padding-top: -50px;
	text-align:right;
	padding-right:25px;
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
	
}

#rightDetailScroll a[class ="view_disclosure"]:Link,
#rightDetailScroll a[class ="view_disclosure"]:Visited,
#rightDetailScroll a[class ="view_disclosure"]:Active{
   padding-left: 10px;
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/view_disclosure_down_arrow.gif) no-repeat center right;
   color:#577a98;
}
#rightDetailScroll a[class ="view_disclosure"]:Hover{
   color:#990000;
}


#rightDetailScroll a[class ="back_to_top"]:Link,
#rightDetailScroll a[class ="back_to_top"]:Visited,
#rightDetailScroll a[class ="back_to_top"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/back_to_top_arrow.gif) no-repeat center right;
   color:#577a98;
} 
#rightDetailScroll a[class ="back_to_top"]:Hover{
   color:#990000;
}

#rightDetailScroll a[class ="samePage"]:Link,
#rightDetailScroll a[class ="samePage"]:Visited,
#rightDetailScroll a[class ="samePage"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
   background: transparent url(../images/view_disclosure_down_arrow.gif) no-repeat center right;
   color:#577a98;
}
#rightDetailScroll a[class ="samePage"]:Hover{
   color:#990000;
}

li.rd_li_01{
	list-style: square;
	color:#990000;
}

#rightDetailNav{
	position:absolute;
	height:75px;
	width:535px;
	top:280px;
	/*border: 1px solid #FF0000;*/
}


#rightContentNav{
	position:absolute;
	height:460px;
	width:100px;
	left:896px;
	/*border: 1px solid #FF0000;*/
}


#rightDetailScroll td.fund_td_header{
	padding-top:5px;
	padding-bottom:5px;
	font-size:9px;
	color:#46647D;
	border-bottom:1px #CCCCCC solid;
	
}

#rightDetailScroll td.fund_td_content{
	padding: 5px 0;
	font-size:10px;
	border-bottom:1px #CCCCCC solid;
}


/* FUND THEMES */

#themeTitle{
	position:absolute;
	top:5px;
	left:10px;
	height: 25px;
	width:500px;
	/*border: 1px solid #FF0000;*/
}
.ref_01{
	padding: 0;
	font-size:9px;
	color:#666666;
}


#topThemeWrap{
	position:absolute;
	text-align:left;
	width:735px;
	height:270px;
	top:35px;
	left:10px;
	padding-left:10px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	overflow:auto;
	/*border: 1px solid #FF0000;*/
}
#bottomThemeWrap{
	position:absolute;
	text-align:center;
	width:760px;
	height:70px;
	top:350px;
	left:10px;
	font-size:11px;
	font-weight:bold;
	/*border: 1px solid #FF0000;*/
}

#bottomThemeWrap a:Link,
#bottomThemeWrap a:Visited{
	color:#577a98;
}

#bottomThemeWrap a:Hover{
	color:#990000
}

#bottomThemeWrap2{
	position:absolute;
	text-align:center;
	width:760px;
	height:70px;
	top:300px;
	left:10px;
	font-size:11px;
	font-weight:bold;
	/*border: 1px solid #FF0000;*/
}

/* ABOUT US */

#aboutUsTitle{
	position:absolute;
	top:5px;
	left:10px;
	height: 25px;
	width:500px;
	/*border: 1px solid #FF0000;*/
}

#leftTeamWrap01{
	position:absolute;
	text-align:left;
	width:420px;
	height:255px;
	top:35px;
	left:10px;
	padding: 0 5px;
	/*border: 1px solid #FF0000;*/
}
#leftTeamWrap02{
	position:absolute;
	text-align:left;
	width:740px;
	height:255px;
	top:35px;
	left:10px;
	padding: 0 5px;
	/*border: 1px solid #FF0000;*/
}
#leftTeamWrap03{
	position:absolute;
	text-align:left;
	width:200px;
	height:255px;
	top:35px;
	left:10px;
	padding: 0 5px;
	/*border: 1px solid #FF0000;*/
}
#leftTeamWrap04{
	position:absolute;
	text-align:left;
	width:760px;
	height:255px;
	top:35px;
	left:10px;
	padding: 0 5px;
	/*border: 1px solid #FF0000;*/
}


#rightTeamWrap01{
	position:absolute;
	text-align:left;
	width:325px;
	height:255px;
	top:35px;
	left:440px;
	overflow:auto;
	/*border: 1px solid #FF0000;*/
}

#rightTeamWrap02{
	position:absolute;
	text-align:left;
	width:515px;
	height:255px;
	top:35px;
	left:250px;
	overflow:auto;
	padding-right:5px;
	/*border: 1px solid #FF0000;*/
}

.bioQuote{
	color:#333333;
	font-style:italic;
	font-size:12px;
}

#rightTeamWrap01 a:Link,
#rightTeamWrap01 a:Visited{
	color:#577a98;
}

#rightTeamWrap01 a:Hover{
	color:#990000
}

#leftTeamWrap03 a[class ="bioNavPrev"]:Link,
#leftTeamWrap03 a[class ="bioNavPrev"]:Visited,
#leftTeamWrap03 a[class ="bioNavPrev"]:Active{
   padding-left: 10px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/bioNav_previous.gif) no-repeat center left;
   color:#577a98;
}
#leftTeamWrap03 a[class ="bioNavPrev"]:Hover{
   color:#990000;
}

#leftTeamWrap03 a[class ="bioNavNext"]:Link,
#leftTeamWrap03 a[class ="bioNavNext"]:Visited,
#leftTeamWrap03 a[class ="bioNavNext"]:Active{
   padding-right: 10px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/bioNav_next.gif) no-repeat center right;
   color:#577a98;
}
#leftTeamWrap03 a[class ="bioNavNext"]:Hover{
   color:#990000;
}

#leftTeamWrap03 a.bioNavAll:Link,
#leftTeamWrap03 a.bioNavAll:Visited{
	color:#577a98;
}
#leftTeamWrap03 a.bioNavAll:Hover{
	color:#990000
}

#leftTeamWrap03 a.fund:Link,
#leftTeamWrap03 a.fund:Visited{
	color:#577a98;
	line-height:20px;
}
#leftTeamWrap03 a.fund:Hover{
	color:#990000
}

#aboutUsTertiaryNav{
	position:absolute;
	height:75px;
	width:765px;
	left:120px;
	top:297px;
	/*border: 1px solid #FF0000;*/
}
#aboutUsTertiaryNav02{
	position:absolute;
	height:75px;
	width:565px;
	left:300px;
	top:297px;
	/*border: 1px solid #FF0000;*/
}

a[class ="goTo"]:Link,
a[class ="goTo"]:Visited,
a[class ="goTo"]:Active{
   padding-right: 10px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/goTo.gif) no-repeat center right;
   color:#577a98;
}
a[class ="goTo"]:Hover{
   color:#990000;
}

/* FORMS */

#formLeft{
	position:absolute;
	left:15px;
	top:50px;
	height: 300px;
	width: 250px;
	padding-right: 10px;
	border-right: #CCCCCC 1px solid;
}
#formLeft2{
	position:absolute;
	left:15px;
	top:50px;
	height: 300px;
	width: 225px;
	padding-right: 10px;
	border-right: #CCCCCC 1px solid;
}

#formRight{
	position:absolute;
	left:300px;
	top:40px;
	width: 455px;
	height: 315px;
	padding-right: 10px;
	overflow:auto;

}
#formRight2{
	position:absolute;
	left:275px;
	top:40px;
	width: 480px;
	height: 315px;
	padding-right: 10px;
	overflow:auto;

}

.note_01{
	color:#666666;
}



/* BOTTOM NAV */

#bottomNavWrap{
	position: absolute;
	left:138px;
	top:417px;
	z-index:200;
	/*border: 1px solid #FF0000;*/
}

#bottomNav_01{
	position: absolute;
	left: 0px;
	width: 181px;
	height: 50px;
	background:#ffffff;
	background-image:url(../images/bottomNav_dfp_off.gif);
}
#bottomNav_01.hover{
	position: absolute;
	width: 181px;
	height: 50px;
	background:#ffffff;
	background-image:url(../images/bottomNav_dfp_over.gif);
}

#bottomNav_02{
	position: absolute;
	left: 181px;
	width: 182px;
	height: 50px;
	background:#ffffff;
	background-image:url(../images/bottomNav_fp_off.gif);
}
#bottomNav_02.hover{
	background:#ffffff;
	background-image:url(../images/bottomNav_fp_over.gif);
}

#bottomNav_03{
	position: absolute;
	left: 363px;
	width: 182px;
	height: 50px;
	background:#ffffff;
	background-image:url(../images/bottomNav_hti_off.gif);
	background-position: top right;
}
#bottomNav_03.hover{
	background:#ffffff;
	background-image:url(../images/bottomNav_hti_over.gif);
}


#bottomNav_04{
	position: absolute;
	left: 545px;
	width: 183px;
	height: 50px;
	background:#ffffff;
	background-image:url(../images/bottomNav_ln_off.gif);
}
#bottomNav_04.hover{
	background:#ffffff;
	background-image:url(../images/bottomNav_ln_over.gif);
}


#bottomPanel_01{
	position: absolute;
	top: -150px;
	width: 263px;
	height: 150px;
	background-image:url(../images/bottomPanel_bg_01.gif);
	background-position: top right;
	text-align:left;
}

#bottomPanel_02{
	position: absolute;
	top: -150px;
	/*left: 181px;*/
	width: 250px;
	height: 150px;
	background-image:url(../images/bottomPanel_bg_02.gif);
	background-position: top right;
	text-align:left;
}

#bottomPanel_03{
	position: absolute;
	top: -150px;
	/*left: 363px;*/
	width: 250px;
	height: 150px;
	background-image:url(../images/bottomPanel_bg_01.gif);
	background-position: top right;
	text-align:left;
}


#bottomPanel_04{
	position: absolute;
	top: -200px;
	/*left: 545px;*/
	width: 185px;
	height: 200px;
	background-image:url(../images/bottomPanel_bg_02.gif);
	background-position: top right;
	text-align:left;
}


/* BOTTOM NAV - Daily Fund Prices */
.dfp_title{
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

.dfp_as_of{
	font-size:9px;
	color:#666666;
}
tr.dfp_row_0{
	border-top: 2px solid #ffffff;
	
}
tr.dfp_row_1{
	border-top: 2px solid #ffffff;
	background-image:url(../images/dfp_bg_01.gif);
	background-repeat:repeat-x;
}
td.dfp_header{
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}
td.dfp_rowDesc{
	font-size:11px;
	color:#333333;
	padding-left:5px;
	padding-bottom:5px;
	
}
td.dfp_rowDesc2{
	font-size:11px;
	color:#333333;
}
.dollar{
	font-size:11px;
}
.chgUp{
	font-size:11px;
	color:#009900;
	padding-left: 10px;
	background: transparent url(../images/chgUp_arrow.gif) no-repeat center left;
}

.chgDown{
	font-size:11px;
	color:#660000;
	padding-left: 10px;
	background: transparent url(../images/chgDown_arrow.gif) no-repeat center left;
}

a.bottomNav_funds:Link,
a.bottomNav_funds:Visited{
	font-size:10px;
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:5px;
}

a.bottomNav_funds:Hover{
	color:#990000;
	text-decoration:underline;
}



/* BOTTOM NAV - Misc*/
.bNav_title{
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

td.bNav_header{
	padding-top:5px;
	padding-left:5px;
}
td.bNav_content{
	font-size:11px;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:10px;
	
}

td.bNav_content a[class ="goTo"]:Link,
td.bNav_content a[class ="goTo"]:Visited,
td.bNav_content a[class ="goTo"]:Active{
   padding-right: 12px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/go_to_arrow.gif) no-repeat center right;
   color:#333333;
}
td.bNav_content a[class ="goTo"]:Hover{
   color:#990000;
}

td.bNav_content a[class ="external"]:Link,
td.bNav_content a[class ="external"]:Visited,
td.bNav_content a[class ="external"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/icon_external.gif) no-repeat center right;
   color:#333333;
}
td.bNav_content a[class ="external"]:Hover{
   color:#990000;
}

td.bNav_content a[class ="pdf"]:Link,
td.bNav_content a[class ="pdf"]:Visited,
td.bNav_content a[class ="pdf"]:Active{
   padding-right: 15px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:15px;
   background: transparent url(../images/icon_pdf_02.gif) no-repeat center right;
   color:#333333;
}
td.bNav_content a[class ="pdf"]:Hover{
   color:#990000;
}
td.bNav_content .small{
	color:#666666;
	font-size:9px;
}
 
/* FOOTER */
#footerWrap{
	width: 996px;
	height:100%;
}

#footerNav{
	padding-top:5px;
	padding-left:15px;
	text-align:left;
	color:#333333;
}

a.footerNav:Link,
a.footerNav:Visited{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	
}
a.footerNav:Hover{
	color:#990000;
	
}
a.footerNav:Active{
	color:#990000;
	
}

#footerLegal{
	padding: 5px 25px;
	font-size:9px;
	text-align:left;
	color:#666666;
}
