﻿a 
{
color: #000099;
}

.FinancialTableTitle a 
{
color: #ffffff;
text-decoration: none;
}

.FinancialTableTitle {
	position:relative;
	width:auto;
	padding:0px;
}

.FinancialChartCaption2{
	background-image:url(/SiteImages/caption-background_mid.gif);
	background-repeat:repeat;
	text-decoration:none;
    font-size:0.6em;
    font-weight:bold;
    color:#ffffff;
    padding:4px 10px 4px 5px;
}

.chartRTShadow{
	width:9px;
	height:8px;
	background-image:url(/SiteImages/table-shadow-right-fade_top.gif);
}
.chartRMShadow{
	width:9px;
	background-image:url(/SiteImages/table-shadow-right-fade_mid.gif);
	background-repeat:repeat-y;
}
.chartRBShadow{
	width:9px;
	height:212px;
	background-image:url(/SiteImages/table-shadow-right-fade_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.chartTBLShadow{
	width:23px;
	height:8px;
	background-image:url(/SiteImages/table-bottom-shadow_left.gif);
}
.chartTBMShadow{
	height:8px;
	background-image:url(/SiteImages/table-bottom-shadow_mid.gif);
}
.chartTBRShadow{
	width:9px;
	height:8px;
	background-image:url(/SiteImages/table-bottom-shadow_right.gif);
}
.chartCBL{
	background-image:url(/SiteImages/caption-background_left.gif);
}
.chartCBM{
	background-image:url(/SiteImages/caption-background_mid.gif);
}
.chartCBR{
	background-image:url(/SiteImages/caption-background_right.gif);
}
.chartBL{
	width:23px;
	height:9px;
	background-image:url(/SiteImages/table-green-bottom_left.gif);
}
.chartBM{
	height:9px;
	background-image:url(/SiteImages/table-green-bottom_mid.gif);
}
.chartBR{
	width:9px;
	height:9px;
	background-image:url(/SiteImages/table-green-bottom_right.gif);
}





@media print 
{
	
.FinancialTableTitle a 
{
color: #000000;
text-decoration: none;
}
.enlargeImage{
	display:none;
}
}