/* FILE: ie_win.css
/* DESC: New stylesheet version for 1a redesign -  Old NMI stylesheet was stripped out and new stylesheets developed from scratch */
/* CREATED: 12/03/2002 - Jon White */


/* DEFINITIONS FOR HTML ELEMENTS */

	body
	{
	background-color: white;
	color: red; /* added color as red to make sure that all text is put inside appropriate tag - all stray content will show up red */
	}
	
	p
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	}
	
			p a
			{
			text-decoration: none;
			color: #003b6c;
			}
			
			p a:hover
			{
			text-decoration: underline;
			}
			
			p a:active
			{
			text-decoration: underline;
			}
			
			p a:visited
			{
			text-decoration: none;
			}
			
			p a:visited:hover
			{
			text-decoration: underline;
			}
		
	h3
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003b6c;
	}
	
			h3 a
			{
			text-decoration: none;
			color: #003b6c;
			}
			
			h3 a:hover
			{
			text-decoration: underline;
			}
			
			h3 a:active
			{
			text-decoration: underline;
			}
			
			h3 a:visited
			{
			text-decoration: none;
			}
			
			h3 a:visited:hover
			{
			text-decoration: underline;
			}
	
	li
	{	
	list-style-image : url("/images/generic/icon_arrow_small.gif");
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	}

			li a
			{
			text-decoration: none;
			color: #003b6c;
			}
			
			li a:hover
			{
			text-decoration: underline;
			}
			
			li a:active
			{
			text-decoration: underline;
			}
			
			li a:visited
			{
			text-decoration: none;
			}
			
			li a:visited:hover
			{
			text-decoration: underline;
			}
			
	td
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	}
	
			td a
			{
			text-decoration: none;
			color: #003b6c;
			}
			
			td a:hover
			{
			text-decoration: underline;
			}
			
			td a:active
			{
			text-decoration: underline;
			}
			
			td a:visited
			{
			text-decoration: none;
			}
			
			td a:visited:hover
			{
			text-decoration: underline;
			}
	
/* CLASSES FOR PAGE SPECIFIC ELEMENTS

/* page title */

	.pageTitle
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #8E8E91;
	}

	
/* emphasis links */

/* these are bold links that can be used within the body of the page - authors are advised to use H3 wherever possible but H3 can cause problems
in table cells and also in flowing text.  These should only be used however, when it is absolutely neccessary as they are more browser incompatible
than flat HTML styles.  When using - put the class inside the <a> tag */

	.emphasisLink
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #003b6c;
	font-weight: bold;
	text-decoration: none;
	padding: 0,0,0,0;
	}
	
			.emphasisLink a
			{
			color: #003b6c;
			text-decoration: none;
			}
			
			.emphasisLink a:hover
			{
			text-decoration: none;
			}
			
			.emphasisLink a:active
			{
			text-decoration: none;
			}
			
			.emphasisLink a:visited
			{
			text-decoration: none;
			}
			
			.emphasisLink a:visited:hover
			{
			text-decoration: none;
			}
			
	.emphasisLinkLarge
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #003b6c;
	font-weight: bold;
	text-decoration: none;
	padding: 0,0,0,0;
	}
	
			.emphasisLinkLarge a
			{
			color: #003b6c;
			text-decoration: none;
			}
			
			.emphasisLinkLarge a:hover
			{
			text-decoration: none;
			}
			
			.emphasisLinkLarge a:active
			{
			text-decoration: none;
			}
			
			.emphasisLinkLarge a:visited
			{
			text-decoration: none;
			}
			
			.emphasisLinkLarge a:visited:hover
			{
			text-decoration: none;
			}
	
	
/* breadcrumb bar */
	
	.breadcrumbText
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #2D363B;
	}
	
			.breadcrumbText a
			{
			color: #2D363B;
			text-decoration: none;
			}
			
			.breadcrumbText a:hover
			{
			text-decoration: underline;
			}
			
			.breadcrumbText a:visited
			{
			text-decoration: none;
			}
			
			.breadcrumbText a:visited:hover
			{
			text-decoration: underline;
			}

/* footer bar */
	
	.footerText
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: white;
	text-decoration: none;
	}
			
			.footerText a
			{
			color: white;
			text-decoration: none;
			}
			
			.footerText a:hover
			{
			text-decoration: none;
			}
			
			.footerText a:visited
			{
			text-decoration: none;
			}
			
			.footerText a:visited:hover
			{
			text-decoration: none;
			}
	
/* SIDE PANELS */

	.sidePanelTitle
	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	}
	
	.sidePanelTitleDark
	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	}
	
	.sidePanelTitleGray
	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
	}
			
	.sidePanelText
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: #333333;
	}
			
			.sidePanelText a:link
			{
			text-decoration: underline;
			}
			
			.sidePanelText a:hover
			{
			text-decoration: underline;
			}
			
			.sidePanelText a:visited
			{
			text-decoration: underline;
			}
			
			.sidePanelText a:active
			{
			text-decoration: underline;
			}
			
	.sidePanelText2
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	}
			
			.sidePanelText a:link
			{
			text-decoration: underline;
			}
			
			.sidePanelText a:hover
			{
			text-decoration: underline;
			}
			
			.sidePanelText a:visited
			{
			text-decoration: underline;
			}
			
			.sidePanelText a:active
			{
			text-decoration: underline;
			}

			
		.productText
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	}
			
			.productText a:link
			{
			text-decoration: underline;
			}
			
			.productText a:hover
			{
			text-decoration: underline;
			}
			
			.productText a:visited
			{
			text-decoration: underline;
			}
			
			.productText a:active
			{
			text-decoration: underline;
			}
			
	.sidePanelTextWhite
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: white;
	}
			
			.sidePanelTextWhite a:link
			{
			text-decoration: underline;
			}
			
			.sidePanelTextWhite a:hover
			{
			text-decoration: underline;
			}
			
			.sidePanelTextWhite a:visited
			{
			text-decoration: underline;
			}
			
			.sidePanelTextWhite a:active
			{
			text-decoration: underline;
			}
			
/* LEFT HAND NAV */

/* the following styles are lifted straight from the original navigation - some have been altered */

.nav_level_2 {
	font-family : verdana;
	font-size : 9px;
	margin-left: 0px;
	padding: 0px;
  	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}


.nav_level_3 {
	font-family : verdana;
	font-size : 9px;
	margin-left : 0px ;
  	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
	
	.parentNavLink
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #003b6c;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	mergin-bottom: 0px;
	margin-top: 0px;
	}
	
			.parentNavLink a:link
			{
			text-decoration: none;
			}
	
			.parentNavLink a:hover
			{
			text-decoration: none;
			}
			
			.parentNavLink a:visited
			{
			text-decoration: none;
			}
			
			.parentNavLink a:visited:hover
			{
			text-decoration: none;
			}
			
	.childnavLink
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: #003b6c;
	text-decoration: none;
	}
	
			.childnavLink a:link
			{
			text-decoration: none;
			}
	
			.childnavLink a:hover
			{
			text-decoration: none;
			}
			
			.childnavLink a:visited
			{
			text-decoration: none;
			}
			
			.childnavLink a:visited:hover
			{
			text-decoration: none;
			}

/* the rest of the nav styles below were created for the 1a redesign */

	.navTable td
	{
	text-decoration: none;
	vertical-align: middle;
	background-color: #E6E6E6;
	}
	
/* styles for drop down nav */

	.dropdown
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000090;
	text-decoration: none;
	}
	
		.dropdown a:link
		{
		color: #000090; 
		text-decoration: none;
		}
		
		.dropdown a:hover 
		{
		color: #000000; 
		text-decoration: underline;
		}		

		.dropdown a:visited 
		{
		color: #000090; 
		text-decoration: none;
		}
		
		.dropdown a:active 
		{
		color: #000090; 
		text-decoration: underline;
		}
		
		.dropdown a:visited:hover
		{
		color: #000090; 
		text-decoration: underline;
		}
	
/* special to prevent spam use of forms */


	.special
	{
	width:0px;
	display:none;
	}