/*
----------------------------------------------------------
 H1
 Used for Page/Document Titles
----------------------------------------------------------
*/

H1		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:17pt;
		color:#9E1A45;
		}


/*
----------------------------------------------------------
 H2
 Used for Page/Document Section Titles
----------------------------------------------------------
*/

H2		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:15pt;
		color:#000000;
		}

/*
----------------------------------------------------------
 H3
 Used for Page/Document Section Headings
----------------------------------------------------------
*/

H3		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:13pt;
		color:#9E1A45;
		}


/*
----------------------------------------------------------
 H4
 Used for Page/Document Sub-Section Headings
----------------------------------------------------------
*/

H4		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:13pt;
		color:#000000;
		}



/*
----------------------------------------------------------
 H5
 Used for Mid Page/Document Headings
----------------------------------------------------------
*/

H5		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:12pt;
		color:#000000;
		}



/*
----------------------------------------------------------
 H6
 Used for Breadcrumbs on the Page/Document
----------------------------------------------------------
*/

H6		{
		font-family:Arial,Helvetica;
		font-weight:normal;
		font-size:8pt;
		color:#1E569F;
		}


/*
----------------------------------------------------------
 BODY
 Used for Page/Document 
----------------------------------------------------------
*/

BODY		{
		font-family:Arial,Helvetica;
		font-size:10pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 P
 Used for text in paragraphs 
----------------------------------------------------------
*/

P		{
		font-family:Arial,Helvetica;
		font-size:10pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 B
 Bold used for emphasis on text (NORMAL FONT SIZE)
----------------------------------------------------------
*/

B		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:10pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .Bsmall
 Bold class used for emphasis on text  (SMALL FONT SIZE)
----------------------------------------------------------
*/

.Bsmall		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:8pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .Blarge
 Bold class used for emphasis on text (LARGE FONT SIZE)
----------------------------------------------------------
*/

.Blarge		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:12pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 I
 Italics used for emphasis on text (NORMAL FONT SIZE)
----------------------------------------------------------
*/

I		{
		font-family:Arial,Helvetica;
		font-style:italic;
		font-size:10pt;
		color:#000000;
		}



/*
----------------------------------------------------------
 .Ismall
 Italics class used for emphasis on text (SMALL FONT SIZE)
----------------------------------------------------------
*/

.Ismall		{
		font-family:Arial,Helvetica;
		font-style:italic;
		font-size:8pt;
		color:#000000;
		}




/*
----------------------------------------------------------
.Ilarge
 Italics class used for emphasis on text (LARE FONT SIZE)
----------------------------------------------------------
*/

.Ilarge	{
		font-family:Arial,Helvetica;
		font-style:italic;
		font-size:12pt;
		color:#000000;
		}





/*
----------------------------------------------------------
 UL
 Used for Unordered Lists 
----------------------------------------------------------
*/
UL		{
		font-family:Arial,Helvetica;
		font-size:10pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .ULnest
 Class used for Nested Unordered Lists 
----------------------------------------------------------
*/
.ULnest	{
		font-family:Arial,Helvetica;
		font-size:10pt;
		color:#000000;
		}
		

/*
----------------------------------------------------------
 TD
 Used for Table Date Cells (NORMAL FONT SIZE)
----------------------------------------------------------
*/
TD		{
		font-family:Arial,Helvetica;
		font-size:10pt;
		color:#000000;
		}

/*
----------------------------------------------------------
 .TDsmall
 Class used for Table Date Cells (SMALL FONT SIZE)
----------------------------------------------------------
*/
.TDsmall		{
		font-family:Arial,Helvetica;
		font-size:8pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .TDlarge
 Class used for Table Date Cells (LARGE FONT SIZE) 
----------------------------------------------------------
*/
.TDlarge		{
		font-family:Arial,Helvetica;
		font-size:12pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .homeMenu
 Class used for Copyright details on bottom of Page/Document
----------------------------------------------------------
*/
.homeMenu	
		{
		font-family:Arial,Sans-Serif;
		font-weight:bold;
		font-size:10pt;
		color:#1E569F;
		}


/*
----------------------------------------------------------
 .homeSubMenu
 Class used for Copyright details on bottom of Page/Document
----------------------------------------------------------
*/
.homeSubMenu	
		{
		font-family:Arial,Sans-Serif;
		font-weight:normal;
		font-size:7pt;
		color:#1E569F;
		}


/*
----------------------------------------------------------
 .copyright
 Class used for Copyright details on bottom of Page/Document
----------------------------------------------------------
*/
.copyright	
		{
		font-family:Arial,Helvetica;
		font-weight:normal;
		font-size:7pt;
		color:#000000;
		}


/*
----------------------------------------------------------
SUP
Used for Service Marks in Page/Document text
----------------------------------------------------------
*/
SUP		{
		font-family:Arial,Helvetica;
		font-size:6pt;
		vertical-align:super;
		}



/*
----------------------------------------------------------
.SUPH1
Used for Service Marks in Page/Document text
----------------------------------------------------------
*/
.SUPH1		{
		font-family:Arial,Helvetica;
		font-size:10pt;
		vertical-align:super;
		}



/*
----------------------------------------------------------
.SUPH2
Used for Service Marks in Page/Document text
----------------------------------------------------------
*/
.SUPH2		{
		font-family:Arial,Helvetica;
		font-size:9pt;
		vertical-align:super;
		}



/*
----------------------------------------------------------
.SUPH3
Used for Service Marks in Page/Document text
----------------------------------------------------------
*/
.SUPH3		{
		font-family:Arial,Helvetica;
		font-size:8pt;
		vertical-align:super;
		}



/*
----------------------------------------------------------
BLOCKQUOTE
Used for indenting lists and address details
----------------------------------------------------------
*/
BLOCKQUOTE		{
		font-family:Arial,Helvetica;
		font-size:10pt;
		color:#000000;
		}



/*
----------------------------------------------------------
ADDRESS
Used for address details
----------------------------------------------------------
*/
ADDRESS		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:8pt;
		color:#1E569F;
		}


/*
----------------------------------------------------------
 .FAQanswer
 Class used for FAQ documents. (FAQ ANSWER FONT) 
----------------------------------------------------------
*/
.FAQanswer	{
		font-family:Arial,Helvetica;
		font-weight:normal;
		font-size:10pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .FAQquestionRed
 Class used for FAQ documents. (FAQ ANSWER FONT) 
----------------------------------------------------------
*/
.FAQquestionRed	{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:11pt;
		color:#9E1A45;
		}


/*
----------------------------------------------------------
 .FAQquestion
 Class used for FAQ documents (FAQ QUESTION FONT) 
----------------------------------------------------------
*/
.FAQquestion	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:11pt;
		color:#1E569F;
		}


/*
----------------------------------------------------------
 .textMenu
 Class used for text alternative menu at base of each Page/Document
----------------------------------------------------------
*/
.textMenu	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:8pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 .formRequired
 Class used for text alternative menu at base of each Page/Document
----------------------------------------------------------
*/
.formRequired	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-style:italic;
		font-size:10pt;
		color:#9E1A45;
		}



/*
----------------------------------------------------------
 .reference
 Class used for document cross-reference notes on some whitepapers
----------------------------------------------------------
*/
.reference	
		{
		font-family:Arial,Helvetica;
		font-weight:normal;
		font-size:7pt;
		color:#000000;
		}

/*
----------------------------------------------------------
 .mid
 Class used for document cross-reference notes on some whitepapers
----------------------------------------------------------
*/
.mid	
		{
		font-family:Arial,Helvetica;
		font-weight:normal;
		font-size:8pt;
		color:#9E1A45;
		}

/*
----------------------------------------------------------
 .code
 Class identifying typed code or user process instructions
----------------------------------------------------------
*/
.code	
		{
		font-family:Courier;
		font-weight:normal;
		font-size:10pt;
		color:#000000;
		}


/*
----------------------------------------------------------
 A.homepage
 Used for links from the homepage text boxes
----------------------------------------------------------
*/

A.homepage:link  {
		font-family:Helvetica,sans-serif;
		font-weight:bold;
		font-size:8.8pt;
		color:#0033CC;
		line-height:125%;
		text-decoration: none;
}
A.homepage:visited  {
		font-family:Helvetica,sans-serif;
		font-weight:bold;
		font-size:8.8pt;
		color:#666666;
		line-height:125%; 
		text-decoration: none;
}
A.homepage:hover  {
		font-family:Helvetica,sans-serif;
		font-weight:bold;
		font-size:8.8pt;
		color:"#9E1A45";
		line-height:125%; 
		text-decoration: none;
}

A.newsBox:link  {
		font-family:Helvetica,sans-serif;
		font-weight:normal;
		font-size:8.5pt;
		color:#000000;
		text-decoration: none;
}
A.newsBox:visited  {
		font-family:Helvetica,sans-serif;
		font-weight:normal;
		font-size:8.5pt;
		color:#666666;
		text-decoration: none;
}
A.newsBox:hover  {
		font-family:Helvetica,sans-serif;
		font-weight:normal;
		font-size:8.5pt;
		color:"#9E1A45";
		text-decoration: none;
}


/*
----------------------------------------------------------
 .searchBox
 Used to format the Homepage's search textbox
----------------------------------------------------------
*/

.searchBox	{
		font-family:Arial,Helvetica,sans-serif;
		font-size:8pt;
		color:#000000;
		}

A.textBox:link  {
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-size:9.2pt;
		color:#194885;
		line-height:140%;
		text-decoration: none;
}
A.textBox:visited  {
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-size:9.2pt;
		color:#666666;
		line-height:140%;
		text-decoration: none;
}
A.textBox:hover  {
		font-family:Arial,Helvetica,sans-serif;
		font-weight:normal;
		font-size:9.2pt;
		line-height:140%;
		color:"#194885";
		text-decoration: underline;
}



P.newbox
		{
		font-family:Arial,Helvetica;
		font-weight:normal;
		font-size:7.5pt;
		color:#FFFFFF;
		}


A.newbox:link  {
		font-size:7.5pt;
		color:#FFFFFF;
}
A.newbox:visited  {
		font-size:7.5pt;
		color:#FFFFFF;
}


/*
----------------------------------------------------------
 .redH2
 Used for Page/Document Section Titles (Red)
----------------------------------------------------------
*/

.redH2	{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:16pt;
		color:#9E1A45;
		}

/*
----------------------------------------------------------
 .redSidebar
 Used for headings in navigation sidebars (Red)
----------------------------------------------------------
*/

.redSidebar {
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:9pt;
		color:#9E1A45;
		}


.listPointB8	{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:8pt;
		color:#000000;
		line-height:185%;
		}



.whiteHeading1	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:16pt;
		color:#FFFFFF;
		}

.whiteHeading2	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:13pt;
		color:#FFFFFF;
		}

.whiteHeading3	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:11pt;
		color:#FFFFFF;
		}

.whiteHeading3lotus	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:9.5pt;
		color:#FFFFFF;
		}

.whiteHeading4	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:10pt;
		color:#FFFFFF;
		}

.whiteHeading4_i	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-style: italic;
		font-size:10pt;
		color:#FFFFFF;
		}

.whiteHeading5	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:9pt;
		color:#FFFFFF;
		}

.blackHeading1	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:16pt;
		color:#000000;
		}

.blackHeading2	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:13pt;
		color:#000000;
		}

.blackHeading3	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:11pt;
		color:#000000;
		}

.blackHeading4	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:10pt;
		color:#000000;
		}

.blackHeading5	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:9pt;
		color:#000000;
		}

.redHeading1	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:16pt;
		color:#9E1A45;
		}

.redHeading2	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:13pt;
		color:#9E1A45;
		}

.redHeading3	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:11pt;
		color:#9E1A45;
		}

.redHeading4	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:10pt;
		color:#9E1A45;
		}

.redHeading5	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:9pt;
		color:#9E1A45;
		}

.blueHeading1	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:16pt;
		color:#1E569F;
		}

.blueHeading2	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:13pt;
		color:#1E569F;
		}

.blueHeading3	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:11pt;
		color:#1E569F;
		}

.blueHeading4	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:10pt;
		color:#1E569F;
		}

.blueHeading5	
		{
		font-family:Arial,Helvetica;
		font-weight:bold;
		font-size:9pt;
		color:#1E569F;
		}
