<!--
  A:active {text-decoration: none; color: #3B73B9}
  A:hover {text-decoration: none; color: #A9B8DF}
  INPUT    {font-family: "GE Inspira", Verdana, Arial; font-size: 9pt;}
	SELECT   {font-family: "GE Inspira", Verdana, Arial; font-size: 9pt;}
	TEXTAREA {font-family: "GE Inspira", Verdana, Arial; font-size: 9pt;}
-->

body {
	font-family: "GE Inspira", Verdana, Arial;
}

a  {
	text-decoration: underline;
}

a:hover  {
	text-decoration : underline;
}

#header  {
	font-size : 13pt;
	font-family: "GE Inspira", Verdana, Arial; 
}

#subheader  {
	font-size : 11pt;
	font-weight : bold;
	font-family: "GE Inspira", Verdana, Arial; 
}

#bold  {
	font-size : 10pt;
	font-weight : bold;
	font-family: "GE Inspira", Verdana, Arial; 
}

#text        { font-size: 9pt; font-family: "GE Inspira", Verdana, Arial;  margin-top: 0; 
               margin-bottom: 0 }
#small  {
	font-size : 8pt;
	font-family: "GE Inspira", Verdana, Arial; 
}

#smallbold  {
	font-size : 8pt;
	font-weight : bold;
	font-family: "GE Inspira", Verdana, Arial; 
}

#editorial  {
	font-size : 13px;
	line-height: 18px;
	font-family: "GE Inspira", Verdana, Arial; 
}

#bigtext  {
	font-size : 24px;
	font-weight : bold;
	font-family: "GE Inspira", Verdana, Arial; 
}

#breadCrumb {
	font-size: 10px;
 	line-height: 100%;}

#nav2 {
	line-height: 125%;
	font-size : 85%;
	color: #666;
	font-weight: normal;
	overflow: hidden;}
	
#nav2 a:link, #nav2 a:visited {
	color: #3b73b9;
	text-decoration: none;} 
	
#nav2 a:hover, #nav2 a:active {
	color: #A9B8DF;
	text-decoration: underline;}
	
#nav2 ul.breadcrumb {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;}
	
#nav2 ul.breadcrumb li  {
	font-weight: bold;
	padding: 5px 0 5px 14px;	
	border-bottom: 1px solid #ccc;
	background-image: url(images/navOpenBul.gif);
	background-position: 4px 10px; 
	background-repeat: no-repeat;}
	
#nav2 ul.breadcrumb li.selected  {
	background-position: 4px 7px; 
	background-image: url(images/navBul_selected.gif);}
	
#nav2 ul.breadcrumb li.selected a {
	color:#666;}	

#nav2 ul.navitemList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;}
	
#nav2 ul.navitemList li  {
	padding: 5px 0 5px 22px;	
	border-bottom: 1px dotted #ccc;}
	
#nav2 ul.navitemList li.hasChildren  {
	background-image: url(../images/navBul.gif);
	background-position: 14px 6px; 
	background-repeat: no-repeat;}

#nav2 ul.navitemList li.selected {
	background-image: none;}
	
#nav2 ul.navitemList li.title {
    padding-left: 14px;
    background-image: none;
    color: #999;
    border-bottom: 0;}
    
#nav2 ul.navitemList li.selected a {
	color:#666;}	
hasChildren

#nav2 img {
	display: inline;}

