/*General Elements*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}


/*Headings*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
h1,
h2
{
	font-size: 30px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 0;
	color: #004D8D;
    color: #005CAB;
}

h1 .ReportTitle
{
    color: #333;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
	font-style: italic;
    text-transform: uppercase;
	float: right;
}

h3
{
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	font-style: normal;
}
.QuoteBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #005cab;
	line-height: 32px;
}

h4
{
	font-size: 21px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

h4.ChartHead
{
	margin: 35px 0 0 0;
}

h5
{
	font-size: 14px;
	line-height: 18px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

.CorpInfo h5
{
	color: #000;
	margin: 15px 0;
	font-size: 16px;
}

.FiveYearReturn h4,
.FiveYearReturn h5
{
    color: #005CAB;
}

h5.FinCharts
{
	margin: 0 0 25px 0;
}


/*Paragraphs*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
p
{
}

p.Footnote,
ol.Footnote li
{
	font-style: italic;
	font-size: 12px;
    line-height: 15px;
    margin: 8px 0;
	color: #999;
}

.CorpInfo strong,
.CorpInfo em
{
	color: #333;
}

.SmallText p
{
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0;
	font-style: italic;
}

/*Links*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
a:link, 
a:visited
{
	text-decoration: underline;
	color: #004B8B;
	outline: none;
}

a:active
{
	text-decoration: underline;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

a img,
a:link img,
a:hover img,
a:visited img,
a:active img
{
	outline: none;
	border: none;
}


/* General Custom/Misc */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
.Hidden
{
	visibility: hidden; 
	height: 0;
	margin: 0;
	padding: 0;
}

.Hidden li,
ol.Footnote .Hidden li
{
	visibility: hidden; 
	height: 0;
	margin: 0;
	padding: 0;
}


/* Tables */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
table
{
	margin: 0;
}

table td
{
	padding: 8px;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	vertical-align: middle;
}

table.PrincipalProperties td
{
	vertical-align: top;
	border-bottom: solid 1px #CCC;
}

.PrincipalProperties h4,
.PrincipalProperties p
{
	margin: 0;
}

.CountryHeader td
{
	font-size: 14px;
	line-height: 18px;
	color: #004D8D;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	border-bottom: solid 1px #999;
	padding-top: 25px;
}

.CellBottomBorder td
{
	border-bottom: solid 1px #999;
	font-style: italic;
    color: #005CAB;
	color: #004D8D;
}

.Indent
{
	padding-left: 25px;
	/*padding-left: 0;*/
}

.LeftPad
{
	padding-left: 10px;
}

.LeftPad strong
{
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

.RightPad
{
	padding-right: 10px;
}

.Blue td
{
	background: #ede8d5;
}

.BlueHead td
{
	background: #005CAB;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	border: none;
}

.BlueHead td a
{
	color: #E1F5FF;
	font-weight: bold;
	font-style: italic;
}

.BlueHead td span
{
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	color: #E1F5FF;
}

.BlueHeadPositive td
{
	color: #005CAB;
	font-style: italic;
	font-size: 14px;
}

.BorderBottom td
{
	border-bottom: solid 1px #999;
}

.BoldItal
{
	font-weight: bold;
	font-style: italic;
}

.NoPad td
{
	padding: 0 3px;
}

table.Board td
{
	padding: 0 8px 0 0;
	vertical-align: top;
}

table.Board h5
{
	font-size: 12px;
	margin: 5px 0;
    color: #005CAB;
}

table.Board p
{
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0;
	font-style: italic;
}
