/* ---------- Site COLORS --------------

Light Blue : #76D0F5;
Dark Blue (footer) : #0A5CAE;
Navy Blue : #011959;
Black : #000000;
White : #FFFFFF;
*/


BODY
{ margin: 0px;
  background-color: #011959;
  color: #000000; }

*
{ font-family: arial,verdana,helvetica,sans-serif;
  font-size: 12px; }

/* Page Headline */
H1
{ margin-top: 0px;
  font-family: georgia,palatino,times new roman,serif;
  font-size: xx-large; }

H1.with-subtitle
{ display : inline; }

/* Content Headline */
H2
{ font-family: georgia,palatino,times new roman,serif;
  font-weight: normal;
  font-size: x-large;
  margin-top: 0px; }

/* Section Headline */
H3
{ font-family: georgia,palatino,times new roman,arial,serif;
  font-size: 18pt; 
  color : #000000; 
}

/* Item Headline */
H4
{ font-family: georgia,palatino,times new roman,arial,serif;
  font-size: medium;
  display: inline; 
}

/* e-News title headings*/
H5
{   font-family : palatino,times new roman,verdana,arial;
   font-size : 14pt;
   color : #000000;
}


/* sub header with blue box */
H6 {
  font-family: arial,verdana,helvetica,sans-serif;
  font-weight: bold;
  font-size  : 10pt;
  text-align: center;
  color: #ffffff;
  background-color: #011959;
  padding:2px 4px 2px 4px; /* T R B L*/

}
/* Heading no Padding */
#headingstyle { 
  margin: 0px 0px 0px 0px;
  padding: 5px 0 0 0;
  font-family: georgia,palatino,times new roman,serif;
  font-size: xx-large;
  font-weight: bold;
  line-height: 10px;
}

/* Home footer */
div.home_footer{
   font-family : arial,verdana,helvetica,sans-serif;
   font-size : 8pt;
   font-weight : 800;
   color : #011959;
}

/* light blue e-News background*/
td.enews{
   	background-image: url(/images/left_bgimage.gif); 
        background-repeat: repeat;
}
/*e-News body*/
td.enews_body{
       font-family: arial,verdana,helvetica,sans-serif;
       font-size: 12px; 
       text-align: justify;
}

/*e-News TOC header*/
div.enews_head{
        font-family: arial,verdana,helvetica,sans-serif;
        font-size: 14px;
        font-weight: bold;
        color : #0091D4;
}

.footer{ 
  font-family : arial,verdana,helvetica,sans-serif;
  font-size : 8pt;
  font-weight : 800;
  color : #0A5CAE;
}

.class1 a:link { text-decoration: none; font-family: arial,verdana,helvetica,sans-serif; font-weight: bold; font-size: 8pt; color: #011959; } /* Applies e-news TOC links*/
.class1 a:active { text-decoration: none; font-family: arial,verdana,helvetica,sans-serif; font-weight: bold; font-size: 8pt; color: #011959; } /* Applies e-news TOC links*/
.class1 a:visited { text-decoration: none; font-family: arial,verdana,helvetica,sans-serif; font-weight: bold; font-size: 8pt; color: #011959; } /* Applies e-news TOC links*/
.class1 a:hover { text-decoration: none; font-family: arial,verdana,helvetica,sans-serif; font-weight: bold; font-size: 8pt; color: #5ec5f4; }  /* Applies e-news TOC links*/