A {font-family: Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none; font-style: normal}
A:hover {color:#339999; text-decoration: underline; font-style: normal}
A:link {color:#339999; text-decoration: none; font-style: normal}
A:visited {color:#339999; font-style: normal}

.headline {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; color:#333333; text-decoration: none; font-weight: bold}

.green {font-family: Arial, Helvetica, sans-serif; font-style: normal; color:#99CCCC; text-decoration: none}

.breadcrumb {font-family: Arial, Helvetica, sans-serif; font-style: normal; color:#CCCCCC; text-decoration: none; background: #333333}

td {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color:#333333; text-decoration: none}
th {font-family: Arial, Helvetica, sans-serif; font-style: normal; color:#333333; text-decoration: none; BACKGROUND: #FFFFFF}

h1 {font-size: 10pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, Sans-serif; color: #333333}

h2 {font-size: 9pt; font-weight: bold; font-family: Arial, Helvetica, Sans-serif; color: #333333}

/* OFFICIAL SPRING-FILL DROPDOWN NAVBAR STYLES */

/* BEGIN MAIN HEADER LINK STYLES */
A:link.topnav-header 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal;  
	font-weight: 900;
	color: #ffffff; 
	text-decoration: none;
	}

A:visited.topnav-header
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: 900;
	color:#ffffff; 
	text-decoration: none;
	}

A:hover.topnav-header 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: 900; 
	color:#ffffff; 
	text-decoration: underline
	}

A:active.topnav-header 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal;  
	font-weight: 900;
	color: #ffffff; 
	text-decoration: none;
	}
/* END MAIN HEADER LINK STYLES */






/* ****REMAINING FILE IS FOR DROPDOWN MENUS ONLY****  */

/* BEGIN DROPDOWN MENUS FOR CRINKLE CUT SHRED */

/* BEGIN LINK STYLES FOR CRINKLE CUT HEADER LINK */
#dropdown-menu-crinkle-cut A 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 11pt; 
	font-style: normal; 
	display: block; 
	color: #ffffff;
	}

#dropdown-menu-crinkle-cut A:hover 
	{
	font-style: normal; 
	text-decoration: underline; 
	padding: 3px; 
	}

#dropdown-menu-crinkle-cut A:link 
	{
	font-style: normal; 
	display: block; 
	color: #ffffff; 
	padding: 3px;
	}
	
#dropdown-menu-crinkle-cut A:visited 
	{
	font-style: normal; 
	color: #ffffff; 
	padding: 3px; 
	}
/* END LINK STYLES FOR CRINKLE CUT HEADER LINK */

/* BEGIN LINK STYLES FOR CRINKLE CUT MENU */
#dropdown-menu-crinkle-cut li ul A 
	{
	color: #000000;
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}

#dropdown-menu-crinkle-cut li ul A:link 
	{
	color: #000000; 
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#dropdown-menu-crinkle-cut li ul A:hover
	{
	color: #000000;  
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D4E2FF;
	text-decoration: none; 	
	}
	
#dropdown-menu-crinkle-cut li ul A:visited 
	{
	color: #000000;  
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}	
/* END LINK STYLES FOR CRINKLE CUT MENU */

/* BEGIN LAYOUT FOR CRINKLE CUT MENU */
#dropdown-menu-crinkle-cut
	{ 
	padding: 0px;
	margin: 0;
	line-height: 1.25;
   display: block;
   text-align: left;
   }

#dropdown-menu-crinkle-cut ul
	{ 
	padding: 0px;
	margin: 0;
	line-height: 1.25;
   display: block;
   text-align: left;
   border: 1px solid #000000;
   }

#dropdown-menu-crinkle-cut li 
	{ /* all list items */
	float: left;
	width: 168px; /* width needed or else Opera goes nuts */
	margin: 0px;
   padding: 0;
	border: 0;
   text-align: left;
   }

#dropdown-menu-crinkle-cut li ul 
	{ /* second-level lists */
	position: absolute;
   width: 168px;
/* border-top: 1px solid #80B3DD;
   border-right: 1px solid #80B3DD;
   border-left: 1px solid #80B3DD; */
   background-color: #ffffff;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#dropdown-menu-crinkle-cut li ul ul 
	{ /* third-and-above-level lists */
   position: absolute;
   margin: -1.5em 0 0 10em;  /* False value for IE4-5.x/Win */
   margin: -1.5em 0 0 10em;	 /* Actual value for conformant browsers */
	}

#dropdown-menu-crinkle-cut li:hover ul, #dropdown-menu-crinkle-cut li li:hover ul, #dropdown-menu-crinkle-cut li.sfhover ul, #dropdown-menu-crinkle-cut li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
	}
/* END LAYOUT FOR CRINKLE CUT MENU */
/* END DROPDOWN MENUS FOR CRINKLE CUT */	




/* BEGIN DROPDOWN MENUS FOR VERYFINE CUT */
/* BEGIN LINK STYLES FOR VERYFINE CUT HEADER LINK */
#dropdown-menu-veryfine-cut A 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 11pt; 
	font-style: normal; 
	display: block; 
	color: #ffffff;
	}

#dropdown-menu-veryfine-cut A:hover 
	{
	font-style: normal; 
	text-decoration: none; 
	text-decoration: underline; 
	padding: 3px; 
	}

#dropdown-menu-veryfine-cut A:link 
	{
	font-style: normal; 
	display: block; 
	color: #ffffff; 
	padding: 3px;
	}
	
#dropdown-menu-veryfine-cut A:visited 
	{
	font-style: normal; 
	color: #ffffff; 
	padding: 3px; 
	}
/* END LINK STYLES FOR VERYFINE CUT HEADER LINK */

/* BEGIN LINK STYLES FOR VERYFINE CUT MENU */
#dropdown-menu-veryfine-cut li ul A 
	{
	color: #000000;
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}

#dropdown-menu-veryfine-cut li ul A:link 
	{
	color: #000000; 
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#dropdown-menu-veryfine-cut li ul A:hover
	{
	color: #000000;  
	font-size: 7pt; 
	padding: 1px;
	background-color: #D4E2FF;
	text-decoration: none; 
	padding-left: 5px;
	padding-right: 5px;
	}
	
#dropdown-menu-veryfine-cut li ul A:visited 
	{
	color: #000000;  
	font-size: 7pt; 
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	}
/* END LINK STYLES FOR VERYFINE CUT MENU */

/* BEGIN LAYOUT FOR VERYFINE CUT MENU */
#dropdown-menu
	{ 
	padding: 0px;
	margin: 0;
	line-height: 1.25;
   display: block;
   text-align: left;
	}

#dropdown-menu-veryfine-cut ul
	{ 
	padding: 0px;
	margin: 0;
	line-height: 1.25;
   display: block;
   text-align: left;
   border: 1px solid #000000;
	}

#dropdown-menu-veryfine-cut li 
	{ /* all list items */
	float: left;
	width: 168px; /* width needed or else Opera goes nuts */
	margin: 0px;
   padding: 0;
	border: 0;
   text-align: left;
   	}

#dropdown-menu-veryfine-cut li ul 
	{ /* second-level lists */
	position: absolute;
   width: 168px;
/* border-top: 1px solid #80B3DD;
   border-right: 1px solid #80B3DD;
   border-left: 1px solid #80B3DD; */
   background-color: #ffffff;
	left: -999em;   /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#dropdown-menu-veryfine-cut li ul ul 
	{ /* third-and-above-level lists */
   position: absolute;
   margin: -1.5em 0 0 10em;  /* False value for IE4-5.x/Win */
   margin: -1.5em 0 0 10em;	 /* Actual value for conformant browsers */
	}

#dropdown-menu-veryfine-cut li:hover ul, #dropdown-menu-veryfine-cut li li:hover ul, #dropdown-menu-veryfine-cut li.sfhover ul, #dropdown-menu-veryfine-cut li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
	}
/* END LAYOUT FOR VERYFINE CUT MENU */
/* END DROPDOWN MENUS FOR VERYFINE CUT */	
