/* Style Cobalt */

/* Body */

    body { color: #FAAE19; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;}
    
    a:visited       { color: #CCCCCC; }
    a:link          { color: #FAAE19; }
    a:active        { color: #FAAE19; }


/* Backgrounds Colors */
    
    .bg_main              {
	background-color: #FFFFFF;
	color: #161745;
}
    .bg_header            {
	background-color: #FFFFFF;
	color: #2B489E;
} 
    .bg_search_box        {
	background-color: #DDDDDD;
	color: #BD212B;
}

    .bg_nav_left_header   {
	background-color: #336699;
	color: #FAAE19;
} 
    .bg_nav_left          {
	background-color: #EEEEEE;
	color: #FAAE19;
} 
    .bg_nav_left_selected {
	background-color: #DDDDDD;
	color: #D58B04;
} 
    .bg_nav_right_header  {
	background-color: #336699;
	color: #2B489E;
} 
    .bg_nav_right         {
	background-color: #EEEEEE;
	color: #161745;
} 
    


/* Common Styles */

    .header_category_name           { color: #FAAE19; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 20px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb              { color: #FAAE19; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 18px; font-weight: bold; text-transform: uppercase; }
    .header_breadcrumb a            { color: #FFFFFF!important; text-decoration: none; }
    .header_breadcrumb a:hover      { color: #FFFFFF!important; text-decoration: none; }

    .logo_text                      { font-family: Arial, Helvetica, sans-serif; font-size: 30px;  font-weight: bold; letter-spacing: -0.05em  }
    .logo_sub                       { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px;  font-weight: bold; letter-spacing: -0.05em  }

    .image_caption                    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    .more_headlines                 { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .global_updated                 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

    .general_text                   { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; }


/* Left Navigation (Category List) */

    .nav_left_header_text           { color: #161745; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; }
    .nav_left_header_text a         { color: #161745!important; }

    .category_link_depth1 a         {
	color: #161745!important;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
    .category_link_depth2 a         {
	color: #000066 !important;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
    .category_link_depth3 a         {
	color: #000066 !important;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

    .advancedsearch_link   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #161745;
}



/* Right Navigation (Headlines) */


    .nav_right_header               { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; }
    .nav_right_category_header      { color: #FFFFFF; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; font-weight: regular; text-transform: uppercase; }
    .nav_right_headlines            { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: regular;  }

    .nav_right_category_name        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }


/* Article Summaries */

    .summary_title                  { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .summary                        { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
    .summary_date                   { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
    
    .summary_breadcrumb            { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
    .summary_breadcrumb a          { color: #161745!important; text-decoration: none; }
    .summary_breadcrumb a:hover    { color: #999999 !important; text-decoration: underline; }


/* Article Pages */

    .article_title                  { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; font-weight: bold; }
    .article_text                   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
    
    .bg_printer_page                { background-color: #FFFFFF; }
    
