/*   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: #003399;}/* ------------------------- 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 {	text-decoration: underline;}.nav3, .nav3 a, .nav3 a:link, .nav3 a:active, .nav3 a:visited {	font-size:10px;	font-family: arial, helvetica, sans-serif; 	color: #333333; 	font-weight: normal;	text-decoration: none;}.nav3 a:hover {	text-decoration: underline;}/* NavxPR:  These styles applies to text/nav in the left bar in the press section */.navPR a, .navPR a:link, .navPR a:active, .navPR a:visited, .navPR a:hover {	font-size: 14px; 	font-family: Arial, Helvetica, sans-serif; 	color: #003366; 	font-weight: bold; 	text-decoration: none;}.navPR a:hover {	text-decoration: none;}.nav2PR, .nav2PR a, .nav2PR a:link, .nav2PR a:active, .nav2PR a:visited {	font-size:11px;	font-family: arial, helvetica, sans-serif; 	color: #000000; 	font-weight: normal; 	text-decoration: none;}.nav2PR a:hover {	text-decoration: underline;}.nav3PR, .nav3PR a, .nav3PR a:link, .nav3PR a:active, .nav3PR a:visited {	font-size:10px;	font-family: arial, helvetica, sans-serif; 	color:#000000; 	font-weight: normal; 	text-decoration: none;}.nav3PR a:hover {	text-decoration: underline;}/* NavBar:  This style applies to text/nav in the gray bar just below the top header */.navbar, .navbar a, .navbar a:link, .navbar a:active, .navbar a:visited {	font-size: 11px; 	font-family: arial, helvetica, sans-serif; 	color: #333333; 	background-color: #ffffff;	font-weight: normal; 	text-decoration: none;}/* ------------------- content area and right column -----------------------*//*   STANDARD TEXT   *//*  Small text1 - e.g. date and update info, path, etc.  */.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 on left nav */.blurb {	font-family : Verdana, sans-serif;	font-size:  10px;	font-weight: normal;	color: #333333;	font-style: italic;}/*  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:  13px;	font-weight: normal;	color: #333333;}.bodytext-gray a {        font-size:  11px;}.bodytext-black {	font-family : Arial, Helvetica, sans-serif;	font-size:  13px;	font-weight: normal;	color: #000000;}.bodytext-black a {        font-size:  11px;}/*  Standard Body Text 2 (smaller) - e.g. right/left  links  */.bodytext2-gray {	font-family : Arial, Helvetica, sans-serif;	font-size:  11px;	color: #333333;	font-weight: normal;	margin: 6 0 6 0;}.bodytext2-black {	font-family : Arial, Helvetica, sans-serif;	font-size:  11px;	color: #000000;	font-weight: normal;	margin: 6 0 6 0;}/*   Sub-Title Light Gray: e.g. News Article Sub-Title  */.subtitle {	font-family : Arial, Helvetica, sans-serif;	font-size:  15px;	font-weight: bold;	color: #666666;	text-decoration: none;}/*   Sub-Title Dark Gray:  e.g. News Article Sub-Title */.subtitle-gray {	font-family : Arial, Helvetica, sans-serif;	font-size:  15px;	font-weight: bold;	color: #333333;	text-decoration: none;}/*   HEADER TEXT   *//* Header for horizontal banners */.header1-banner, a.header1-banner, a.header1-banner:link, a.header1-banner:visited, a.header1-banner:active, a.header1-banner:hover{	font-family : Arial, Helvetica, sans-serif;	font-size:  14px;	font-weight: bold;	color: #000000;	text-decoration: none;}/* Sub-Header for horizontal banners */ .header2-banner, a.header2-banner, a.header2-banner:link, a.header2-banner:visited, a.header2-banner:active, a.header2-banner:hover{        font-family : Arial, Helvetica, sans-serif;        font-size:  10px;        font-weight: normal;        color: #000000;        text-decoration: none;}/*-------------------------*//*   Header Level 1  */.header1-black {	font-family : Arial, Helvetica, sans-serif;	font-size:  28px;	font-weight: bold;	color: #000000;}.header1-gray {	font-family : Arial, Helvetica, sans-serif;	font-size:  28px;	font-weight: bold;	color: #666666;}.header1-red {	font-family : Arial, Helvetica, sans-serif;	font-size:  28px;	font-weight: bold;	color: #990000;}.header1-orange {	font-family : Arial, Helvetica, sans-serif;	font-size:  28px;	font-weight: bold;	color: #ff6600;}.header1-blue {	font-family : Arial, Helvetica, sans-serif;	font-size:  28px;	font-weight: bold;	color: #003399;}/*------------------------*//*   Header Level 2  */.header2-black {	font-family : Arial, Helvetica, sans-serif;	font-size:  22px;	font-weight: bold;	color: #000000;}.header2-gray {	font-family : Arial, Helvetica, sans-serif;	font-size:  22px;	font-weight: bold;	color: #666666;}.header2-red {	font-family : Arial, Helvetica, sans-serif;	font-size:  22px;	font-weight: bold;	color: #990000;}.header2-orange {	font-family : Arial, Helvetica, sans-serif;	font-size:  22px;	font-weight: bold;	color: #ff6600;}.header2-blue {	font-family : Arial, Helvetica, sans-serif;	font-size:  22px;	font-weight: bold;	color: #003399;}/*---------------------------------*//*   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:  15px;	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:  15px;	font-weight: bold;	color: #666666;}.header3-red, a.header3-red, a.header3-red:link, a.header3-red:visited, a.header3-red:active, a.header3-red:hover {	font-family : Arial, Helvetica, sans-serif;	font-size:  15px;	font-weight: bold;	color: #990000;}.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:  15px;	font-weight: bold;	color: #ff6600;}.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:  15px;	font-weight: bold;	color: #003399;}/*-------------------------*//*   News Headline 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-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: #ff6600;}.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: #003399;}/* special class for underlined links */a.ln-under, a.ln-under:link, a.ln-under:visited, a.ln-under:active, a.ln-under:hover {	text-decoration: underline;}