/*stylesDefault - Layout styles for Standard and e-Update Templates content editing - Rel. 4.0 2008-02-26 - Updated 2009-01-28*/
/*Editable layout styles for Standard.dwt, e-Update TBD*/
/*DEFAULT COLOR - THA-RED cc3300*/

/*underlined blue link with orange hover*/
a:link			{color: #0000ff; text-decoration: underline;}
a:visited		{color: #0000ff; text-decoration: underline;}
a:active		{color: #0000ff; text-decoration: underline;}
a:hover			{color: #cc3300; text-decoration: underline;}

/*DEFAULT HEADING STYLES*/
h1	 			{color: #cc3300; font-size: 16pt; font-weight: bold; margin-top:  5px; margin-bottom:  2px; margin-left:  5px; margin-right:  5px; padding-top:  5px; padding-bottom:  2px; padding-left:  5px; padding-right:  5px;}
h2	 			{color: #cc3300; font-size: 14pt; font-weight: bold; margin-top:  5px; margin-bottom:  2px; margin-left:  5px; margin-right: 10px; padding-top:  5px; padding-bottom:  2px; padding-left:  5px; padding-right: 10px;}
h3	 			{color: #000000; font-size: 12pt; font-weight: bold; margin-top:  5px; margin-bottom:  0px; margin-left: 10px; margin-right: 10px; padding-top:  5px; padding-bottom:  0px; padding-left: 10px; padding-right: 10px;}
h4				{color: #cc3300; font-size: 12pt; font-weight: bold; margin-top:  5px; margin-bottom:  0px; margin-left: 10px; margin-right: 10px; padding-top:  5px; padding-bottom:  0px; padding-left: 10px; padding-right: 10px; margin-bottom: 2px; border: 0.03in solid #cc3300; border-top-width: 0.00in; border-bottom-width: 0.03in; border-left-width: 0.00in; border-right-width: 0.00in;}
h5	 			{color: #cc3300; font-size: 10pt; font-weight: bold; margin-top:  5px; margin-bottom:  2px; margin-left:  5px; margin-right: 10px; padding-top:  5px; padding-bottom:  2px; padding-left:  5px; padding-right: 10px;}
h6	 			{color: #cc3300; font-size:  9pt; font-weight: bold; margin-top:  5px; margin-bottom:  2px; margin-left:  5px; margin-right: 10px; padding-top:  5px; padding-bottom:  2px; padding-left:  5px; padding-right: 10px;}

/*CUSTOM LINK STYLES*/

/*HEADER 1 LINK WITH NO UNDERLINE*/
a.H1Link:link			{color: #cc3300; font-size: 16pt; font-weight: bold; text-decoration: none;}
a.H1Link:visited		{color: #cc3300; font-size: 16pt; font-weight: bold; text-decoration: none;}
a.H1Link:active			{color: #cc3300; font-size: 16pt; font-weight: bold; text-decoration: none;}
a.H1Link:hover			{color: #0000ff; text-decoration: underline;}

a.H2Link:link			{color: #cc3300; font-size: 14pt; font-weight: bold; text-decoration: none;}
a.H2Link:visited		{color: #cc3300; font-size: 14pt; font-weight: bold; text-decoration: none;}
a.H2Link:active			{color: #cc3300; font-size: 14pt; font-weight: bold; text-decoration: none;}
a.H2Link:hover			{color: #0000ff; text-decoration: underline;}

a.H3Link:link			{color: #000000; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.H3Link:visited		{color: #000000; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.H3Link:active			{color: #000000; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.H3Link:hover			{color: #cc3300; text-decoration: underline;}

/*RED UNDERLINED LINK*/			
a:linkRed:link			{color: #cc3300; text-decoration: underline;}
a.linkRed:visited		{color: #cc3300; text-decoration: underline;}
a.linkRed:active		{color: #cc3300; text-decoration: underline;}
a.linkRed:hover			{color: #0000ff; text-decoration: underline;}

/*FULL-WIDTH IMAGE WITH NO MARGIN*/
p.Banner				{margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px;}

/*TIER 4 SUBNAV*/
p.subnav				{font-size: 8pt; font-weight: bold; text-align: center;}
a.subnav:link			{font-size: 8pt; font-weight: bold; color: #000000;}
a.subnav:visited		{font-size: 8pt; font-weight: bold; color: #000000;}
a.subnav:active			{font-size: 8pt; font-weight: bold; color: #000000;}
a.subnav:hover			{text-decoration: underline; color: #0000ff;}

/*BOLD STYLES*/
strong.boldRed 			{color: #cc3300;}
strong.boldBlue 		{color: #000066;}
strong.boldGreen 		{color: #009933;}
strong.boldYellow		{color: #ffffcc;}


/*CUSTOM STYLES FOR QUARTERLY REPORT NEWSLETTER (MOVED FROM stylesDefault in TEST 1/18/2009*/
p.newsQRHeadline		{color: #ffffcc; font-size: 10pt; font-family: 'arial','helvetica','sans-serif'; font-weight: bold; text-align: center; margin-top: 0%; margin-bottom: 0%; margin-left: 0%; margin-right: 0%;}
p.newsQRProjects		{color: #ffffff; font-size:  9pt; font-family: 'arial','helvetica','sans-serif'; text-align: left; margin-top: 0%; margin-bottom: 0%; margin-left: 0%; margin-right: 0%;}

