/* Common Styles */

    .header_category_name           { 
    	color: #000000; 
    	font-family: impact, Arial, Helvetica, sans-serif; 
    	font-size: 26px; 
    	font-weight: bold; 
    	text-transform: uppercase; 
    }
    /* .header_breadcrumb              { 
    	color: #666666; 
    	font-family: impact, Arial, Helvetica, sans-serif; 
    	font-size: 22px; 
    	font-weight: bold; 
    	text-transform: uppercase;
    	margin-left:15px; 
    } */
    .header_breadcrumb a            { 
    	color: #999999 !important; 
    	text-decoration: none; 
    }
    .header_breadcrumb a:hover      { 
    	color: #999999 !important; 
    	text-decoration: underline; 
    }
    .general_text                   { 
    	/* font-family: Arial, Helvetica, sans-serif; */
    	font-size: 10px; 
    }
    .global_updated                 { 
    	/* font-family: Arial, Helvetica, sans-serif; */
    	font-size: 10px;  
    	font-weight: bold; 
    }
    img                 { 
    	padding: 10px;
    	border: 0;  
    }
    .image_caption                    { 
	    font-family: Arial, Helvetica, sans-serif; 
	    font-size: 10px; 
	    color: #ccc999;
	    margin-left: 8px;
    }
    .copyNote {
			font-size:9px;
			color:#666;
			padding:15px 0 15px 0;
			white-space: nowrap;
		}

/* Right Navigation (Headlines) */

    .bg_nav_right_header               { 
			background-color: #00248F;
			background-image: url(../images/roundedTableHead150x10.gif);
			background-repeat: no-repeat; 
    }
    .nav_right_header               { 
    	color: white;
    	/* font-family: Arial, Helvetica, sans-serif; */
    	font-size: 12px; 
    	font-weight: bold; 
    }
    .nav_right_category_header      { 
	    color: #FFFFFF; 
	    font-family: impact, Arial, Helvetica, sans-serif; 
	    font-size: 15px; 
	    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 Pages */

    .article_title                  { 
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 16px; 
    	font-weight: bold; 
    }
    .article_text                   { 
    	/* font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px;  */
    }    
    .article_author                   { 
    	/* font-family: Arial, Helvetica, sans-serif;  */
    	font-size: 10px;
    	color: #777; 
    }

/* Left Navigation (Category List) */

    .nav_left_header_text           { 
    	color: #00248F; 
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 15px; 
    	font-weight: bold; 
    }
    .nav_left_header_text a         { 
    	color: #00248F !important; 
    }

    .category_link_depth1 a         { 
    	color: #777 !important; 
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	font-weight: bold; 
    	border-top: 0px solid #777 !important;
    }
    .category_link_depth1 a:hover         {
    	color: #222488 !important;
    	font-weight: bold !important;
    }
    .category_link_depth2 a         { 
    	color: #777 !important; 
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 11px; 
    	font-weight: normal; 
    	border-top: 0px solid #777 !important;
    }
    .category_link_depth2 a:hover         { 
    	color: #222488 !important;
    }
    .category_link_depth3 a         { 
    	color: #777 !important; 
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 10px; font-weight: normal; 
    	border-top: 0px solid #777 !important;
    }
		.category_link_depth3 a:hover         { 
			color: #222488 !important;
		}
    .advancedsearch_link   { 
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 11px; 
    	font-weight: regular;  
    } 
    
/* Search */

    #nothing           { 
    	border-top: 1px solid #777;
    	border-bottom: 1px solid #777; 
    }        