/* ----------------------------------------------------------------------------- global */

/*Moved article body color style parameter to ArticleContent.css file
 Removed text decoration:none property*/
.articleBody
{
    font-family: Arial, sans-serif;
    text-align: left;
    font-weight: normal;
}

/*Added CSS Class to display link style */
.articleBody a
{
     text-decoration:underline;
     color:#0000FF;
}

.articleBody a:link
{
    text-decoration:underline;
     color:#0000FF;
}



/* ----------------------------------------------------------------------------- headings */

/* Rules formatting */
.rule-initial
{
    margin-bottom: 12px;
}
.rule-slim
{
    margin: 0;
    padding: 0;
}
.rule-intrapar
{
    margin-top: 12px;
    margin-bottom: 12px;
}
.rule-table
{
    margin-bottom: 2px;
}
#rule-iframe
{
    width: 210px;
    height: 1px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #1e60a9;
}
/* Paragraph color and weight */

.white-bold
{
    color: #fff;
    font-weight: bold;
}
.white-ital
{
    color: #fff;
    font-style: italic;
}
.white-bold-ital
{
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.dark-blue
{
    color: #0c165b;
}
.dark-blue-bold
{
    color: #0c165b;
    font-weight: bold;
}
.dark-blue-ital
{
    color: #0c165b;
    font-style: italic;
}
.dark-blue-bold-ital
{
    color: #0c165b;
    font-weight: bold;
    font-style: italic;
}

.elec-blue
{
    color: #002f9b;
}
.elec-blue-bold
{
    color: #002f9b;
    font-weight: bold;
}
.elec-blue-ital
{
    color: #002f9b;
    font-style: italic;
}
.elec-blue-bold-ital
{
    color: #002f9b;
    font-weight: bold;
    font-style: italic;
}

.green
{
    color: #265741;
}
.green-bold
{
    color: #265741;
    font-weight: bold;
}
.green-ital
{
    color: #265741;
    font-style: italic;
}
.green-bold-ital
{
    color: #265741;
    font-weight: bold;
    font-style: italic;
}

/* Small paragraphs and text formatting */
.small-white
{
    font-size: 10px;
    line-height: 13px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    margin: 3px 0 0 0;
}
.small-blue
{
    font-size: 10px;
    line-height: 13px;
    padding: 0;
    color: #000c24;
    font-weight: normal;
    letter-spacing: 0;
    margin: 3px 0 0 0;
}
.small-dark-blue
{
    font-size: 10px;
    line-height: 13px;
    padding: 0;
    color: #0c165b;
    font-weight: normal;
    letter-spacing: 0;
    margin: 3px 0 0 0;
}
.legend
{
    font-size: 10px;
    line-height: 13px;
    padding: 0;
}
/* Internal page headings */
.Header1darkblue
{
    color: #0f1e89;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 0 2px 0;
}
.h1
{
    color: #027fc7;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

.h1_white
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

.h1_blue
{
    color: #000c24;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}
/* Index and Sidebar headings */
.h2
{
    font-size: 14px;
    color: #4289b5;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}
/* Index grayed out type - both headings and links */
.h2_inactive
{
    color: #999999;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

.h2_white
{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

/* Index section headings */
.h2_elec-blue
{
    color: #0f1e89;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.h2_elec-blue_a:hover
{
    color: #0c165b;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial, sans-serif;
}


.h2_blue
{
    color: #000c24;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

/* Internal sidebar heading links */
.h2_dark-blue
{
    color: #0f1e89;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

.h2_green
{
    color: #54856f;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}



.h2_LightBlue
{
    color: #4289b5;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

.a
{
    color: #4289b5;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
}

.h2_green_a:hover
{
    color: #001f34;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}

/* Tagline */
.h3_normal
{
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    margin: 2px 0 0 0;
    padding: 0;
    color: #027fc7;
    font-family: Arial, sans-serif;
}

.h3_emphasis
{
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    margin: 2px 0 0 0;
    padding: 0;
    color: #ff6600;
    font-family: Arial, sans-serif;
}

.h4
{
    font-size: 13px;
    color: #0f1e89;
    line-height: 15px;
    margin: 12px 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}
.h4_green
{
    font-size: 13px;
    color: #54856f;
    line-height: 15px;
    margin: 12px 0 0 0;
    padding: 0 0 2px 0;
    font-family: Arial, sans-serif;
}
/* Internal Nav */
.h5
{
    font: 12px Arial, sans-serif;
    font-weight: bold;
    text-align: left; /* letter-spacing: .01em; */
    margin: 2px 0 0 0;
    padding: 0;
}
/* iframe headings on home page */
/* -----------------------------------------------------------------------------  iframes */
.colo-blue
{
    color: #1e60a9;
    margin: 0;
    padding: 0;
}
.h6
{
    display: block; /* keeps border bottom away from scrollbar */
    width: 90%;
    height: auto; /* underlines heads above scroll areas */
    border-bottom: 1px solid #1e60a9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #4289b5;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.blue-dash
{
    width: 90%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #91beef;
    font-family: Arial, sans-serif;
}

/* I-Frame HTML document parent divs */
.news-parent-left
{
    width: 222px;
    height: 90px;
    margin: 0;
    padding: 0 10px 0 0;
    overflow-y: scroll;
    font-family: Arial, sans-serif;
}

.news-parent-right
{
    width: 241px;
    height: 90px;
    margin: 0;
    padding: 0 10px 0 0;
    overflow-y: scroll;
    font-family: Arial, sans-serif;
}
/* I-Frame Text */
.p_medium-dark-blue
{
    font-family: Arial, Geneva, sans-serif;
    font-size: 10px;
    line-height: 13px;
    padding: 0;
    color: #0c165b;
    margin: 5px 0 0 0;
}

/* News Section Lists
body > ol.news-item
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0 12px 8px;
	padding: 0 0 0 8px;
	}
ol_news-item li
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #0c165b;
	margin-bottom: 6px;
	padding: 0;
	}
/* add ul formatting here */

/* -----------------------------------------------------------------------------  links */
/* Links - main */

.select
{
    color: #002f9b;
    text-decoration: underline;
    font-family: Arial, sans-serif;
}
/* Grayed out text */
.inactive
{
    color: #999;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
/* Index section heading links */

/* -----------------------------------------------------------------------------  tables */
/* Tables - internal */
.td_dark-blue
{
    font-family: Arial, sans-serif;
    color: #0c165b;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 0 8px 0;
    padding: 0; /*letter-spacing: .01em;*/
}
.td_dark-blue-small
{
    font-family: Arial, sans-serif;
    color: #0c165b;
    font-size: 11px;
    line-height: 13px;
    margin: 4px 0 8px 0;
    padding: 0;
}

/* -----------------------------------------------------------------------------  paragraphs */


/* NEW SUPERSCRIPT FORMATTING */
.sub
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 85%;
    vertical-align: -0.6ex;
}
.sup
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 85%;
    vertical-align: 0.7ex;
}

/* Footer formatting */
.p_small-dark-blue
{
    color: #0c165b;
    font-weight: bold;
    letter-spacing: 0;
    margin: 3px 0 0 0;
    font-family: Arial, sans-serif;
}
.p_small-dark-blue a
{
    font-size: 10px;
    font-family: Arial, sans-serif;
}
/* Figure legend formatting */
.p_legend
{
    color: #0c165b;
    font-weight: bold;
    letter-spacing: .025em;
    margin: 3px 0 12px 0;
    font-family: Arial, sans-serif;
}

/* -----------------------------------------------------------------------------  lists */

