/**  * basic styles  **/h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; margin-top: 8px; margin-bottom: 4px}h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 15px; font-weight: bold; margin-top: 6px; margin-bottom: 2px}h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 13px; font-weight: bold; margin-top: 6px; margin-bottom: 2px}h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: normal; margin-top: 6px; margin-bottom: 0px}p {   font-family: Arial, Helvetica, sans-serif; font-size:12px; margin-bottom: 6; margin-top: 0} blockquote  { font-family: Arial, Helvetica, sans-serif; font-size: 12px} blockquote  { margin-bottom: 6; margin-top: 0} ul {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 6; margin-top: 0} dl {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 6px; margin-top: 0}ol {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 6px; margin-top: 0}li {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 6px}/**  * seed standard styles  **//*   Note:  In your page html code, reference this style sheet file first and your local style sheet second.This way, you can override this global style sheet if necessary    *//*   GLOBAL (DEFAULT) STYLES   */a, a:link, a:active, a:hover, a:visited  {	color: #003366;}/* ------------------------------------- left column navigation -----------------------------------*/.nav {	font-size: 12px; 	font-family: arial, helvetica, sans-serif; 	color: #333333; 	font-weight: bold; 	text-decoration: none;}.nav a, .nav a:link, .nav a:active, .nav a:visited, .nav a:hover {	font-size: 12px; 	font-family: arial, helvetica, sans-serif; 	color: #333333; 	font-weight: bold; 	text-decoration: none;}.nav2, .nav2 a, .nav2 a:link, .nav2 a:active, .nav2 a:visited {	font-size:10px;	font-family: arial, helvetica, sans-serif; 	color: #333333; 	font-weight: normal; 	text-decoration: none;}.nav2 a:hover {	font-size:10px;	font-family: arial, helvetica, sans-serif; 	color: #333333; 	font-weight: normal; 	text-decoration: underline;}/* ------------------------------------- content area  -----------------------------------------*//*   STANDARD TEXT   *//*  Standard Body Text (gray or black) - e.g. Article text, generic text, not left nav links  */.bodytext-gray {	font-family : Arial, Helvetica, sans-serif;	font-size:  12px;	font-weight: normal;	color: #333333;}.graytext12 {      font-family: Arial, Helvetica, sans-serif;     font-size: 12px;    color: #666666   }   .bodytext-black {	font-family : Arial, Helvetica, sans-serif;	font-size:  12px;	font-weight: normal;	color: #000000;}.bodytext-green {   font-family : Arial, Helvetica, sans-serif;	font-size:  12px;	color: #009933;}.bodytext-red {   font-family : Arial, Helvetica, sans-serif;	font-size:  12px;	color: #990000;}.bodytext-white {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;}.bodytext-whitebold {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #FFFFFF;}/*  Standard Body Text 2 (smaller) - e.g. tables, sidebars  */.bodytext2-gray {	font-family : Arial, Helvetica, sans-serif;	font-size:  11px;	color: #333333;	font-weight: normal;}.bodytext2-black {	font-family : Arial, Helvetica, sans-serif;	font-size:  11px;	color: #000000;	font-weight: normal;}.bodytext2-blue { 	font-family : Arial, Helvetica, sans-serif; 	font-size: 11px; 	color: #003366; 	font-weight: normal; 	margin: 6 0 6 0; }	.bodytext2-white { 	font-family : Arial, Helvetica, sans-serif; 	font-size: 11px; 	color: #FFFFFF; 	font-weight: 500; 	margin: 6 0 6 0; }	.bodytext2-purple { 	font-family : Arial, Helvetica, sans-serif; 	font-size: 11px; 	color: #990066; 	font-weight: normal; 	margin: 6 0 6 0; }.bodytext2-gold {  	font-family : Arial, Helvetica, sans-serif;  	font-size: 11px;  	color: #cc9900;  	font-weight: normal;  	margin: 6 0 6 0;  }/*  Small text1 - e.g. date, footer, blurbs  */.small1 {	font-family : Verdana, sans-serif;	font-size:  10px;	font-weight: normal;	color: #333333;}/*  Footer - e.g. footer */.footer {	font-family : Verdana, sans-serif;	font-size:  10px;	font-weight: normal;	color: #666666;}/* Blurb: e.g. descriptive text  */.blurb {	font-family : Verdana, sans-serif;	font-size:  10px;	font-weight: normal;	color: #333333;	font-style: italic;}/*  highlight text, indents, misc.  */.descitalicgray { 	color : #666666; 	font : bold italic 10px Arial, Helvetica, sans-serif;}	.readmore {  	font-size: 12px; 	font-family: arial, helvetica, sans-serif; 	color: #003366; 	font-weight: bold; 	text-decoration: none; 	font-style: italic	}.indent {margin-left:10px}.gray { color:#666666}.blue {  color: #003366}.gold {  color: cc9900}.green {  color: 009933}.green-italic {	color: 009933;	font-style: italic;}.italic {	font-style: italic;}/*  table headings  */.table-head { 	font-size: 12px; font-weight: bold; 	font-variant: normal; 	font-family: Arial, Helvetica, sans-serif; 	margin-top: 6px; 	margin-bottom: 2px }	.table-head2 { 	font-family: Arial, Helvetica, sans-serif; 	font-size: 11px; 	font-weight: bold; 	font-variant: normal; 	margin-top: 6px; 	margin-bottom: 2px ; color: #003366}	/*   TITLE & SUBTITLE TEXT   */.page-title {	font-family : Arial, Helvetica, sans-serif;	font-size: 20px;	font-weight: 500;	color: #003366;	font-variant: normal;}.subtitle {	font-family : Arial, Helvetica, sans-serif;	font-size:  15px;	font-weight: bold;	color: #666666;	text-decoration: none;}.subtitle-underhead {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #999999;	text-decoration: none;	font-style: italic;}/*   HEADER TEXT   *//*------------------------*//*   Header Level 1  - e.g. for primary titles within content area */.header1-green {     font-family: Arial, Helvetica, sans-serif;     font-size: 18px;    color: #009933;    font-weight: bold    }.header1-blue {      font-family: Arial, Helvetica, sans-serif;     font-size: 18px;    color: #003366;     font-weight: bold   }   /*------------------------*//*   Header Level 2  - e.g. for graphic formatting of highlight text such as pullquotes */    .header2-headline {      color: #003366;     font-family: Georgia, "Times New Roman";     font-size: 16px;     font-weight: normal   }   .header2-pullquote {	color: #003366;	font-family: Georgia, "Times New Roman";	font-size: 16px;	font-weight: normal;	font-style: italic;   }   .header2-pullquote-white {	color: #FFFFFF;	font-family: Georgia, "Times New Roman";	font-size: 16px;	font-weight: normal;	font-style: italic;   }   /*------------------------*//*   Header Level 3  *//* If Header3 or Header4 are linked, they appear as same color with underline text decoration */.header3-black, a.header3-black, a.header3-black:link, a.header3-black:visited, a.header3-black:active, a.header3-black:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  16px;	font-weight: bold;	color: #000000;}.header3-gray, a.header3-gray, a.header3-gray:link, a.header3-gray:visited, a.header3-gray:active, a.header3-gray:hover  {	font-family : Arial, Helvetica, sans-serif;	font-size:  16px;	font-weight: bold;	color: #666666;}.header3-blue, a.header3-blue, a.header3-blue:link, a.header3-blue:visited, a.header3-blue:active, a.header3-blue:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  16px;	font-weight: bold;	color: #003366;}.header3-green, a.header3-green, a.header3-green:link, a.header3-green:visited, a.header3-green:active, a.header3-green:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  16px;	font-weight: bold;	color: #009933;}.header3-orange, a.header3-orange, a.header3-orange:link, a.header3-orange:visited, a.header3-orange:active, a.header3-orange:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  16px;	font-weight: bold;	color: #CC6600;}/*------------------------*//*   Header Level 4  *//* If Header3 or Header4 are linked, they appear as same color with underline text decoration */.header4-black, a.header4-black, a.header4-black:link, a.header4-black:visited, a.header4-black:active, a.header4-black:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #000000;}.header4-gray, a.header4-gray, a.header4-gray:link, a.header4-gray:visited, a.header4-gray:active, a.header4-gray:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #666666;}.header4-blue, a.header4-blue, a.header4-blue:link, a.header4-blue:visited, a.header4-blue:active, a.header4-blue:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #003366;}.header4-green, a.header4-green, a.header4-green:link, a.header4-green:visited, a.header4-green:active, a.header4-green:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #009933;}.header4-red, a.header4-red, a.header4-red:link, a.header4-red:visited, a.header4-red:active, a.header4-red:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #990000;}.header4-orange, a.header4-orange, a.header4-orange:link, a.header4-orange:visited, a.header4-orange:active, a.header4-orange:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: bold;	color: #CC6600;}/*------------------------*//*  voices styles */.articletitle { 	font-family : Georgia, "Times New Roman", Times, serif; 	font-size: 20px; 	font-weight: bold; 	color: #CC6600; }	.articletitle2orange { 	font-family : Georgia, "Times New Roman", Times, serif; 	font-size: 16px; 	font-weight: bolder; 	color: #CC6600; }.articletitle3 { 	font-family : Georgia, "Times New Roman", Times, serif; 	font-size: 12px; 	font-weight: bold; color: #999999; }	.articletitle3orange { 	font-family : Georgia, "Times New Roman", Times, serif; 	font-size: 12px; 	font-weight: bold; 	color: #CC6600; }.articletitle3green {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	color: #009933;}.articletitle3white {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-style: normal;	font-weight: bold;	color: #FFFFFF;}	.byline {	font-family : Georgia, "Times New Roman", Times, serif; 	font-size: 14px; 	font-weight: normal; 	color: #003366; ; 	font-style: italic; 	line-height: 18px; margin-top: 8px; 	margin-bottom: 8px; 	padding-bottom: 0px}	.more_topic { 	font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; 	color: #003366; 	text-decoration: none; 	font-style: italic}	.more_article { 	font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; 	color: #003366; 	text-decoration: none; 	font-style: italic }	.descitalicgold {	color : #CC9900; 	font : italic bold 10px Arial, Helvetica, sans-serif;}.indextopic {}.articletitle2green {	font-family : Georgia, "Times New Roman", Times, serif; 	font-size: 16px; 	font-weight: bolder; 	color: #009933;}.subscript {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;}