#stacks_in_4 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

#toggleWrapper_stacks_in_105 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_105 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_105:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_105 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_105 a:link:after,
	#toggleTrigger_stacks_in_105 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_105 {
		display: block !important;
	}
}

#stacks_in_105 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_64 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_64 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_64 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_64 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_64 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_64 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_64 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_64 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_64 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_64 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_64 {
	background: transparent;
}

.static-bg1stacks_in_64 {
	background: #333333;
}

.static-bg2stacks_in_64 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_64 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_64 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_64 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_250 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_250 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_250:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_250 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_250 a:link:after,
	#toggleTrigger_stacks_in_250 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_250 {
		display: block !important;
	}
}

#stacks_in_250 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_254 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_254 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_254 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_254 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_254 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_254 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_254 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_254 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_254 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_254 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_254 {
	background: transparent;
}

.static-bg1stacks_in_254 {
	background: #333333;
}

.static-bg2stacks_in_254 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_254 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_254 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_254 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_142 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_142 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_142:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_142 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_142 a:link:after,
	#toggleTrigger_stacks_in_142 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_142 {
		display: block !important;
	}
}

#stacks_in_142 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_146 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_146 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_146 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_146 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_146 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_146 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_146 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_146 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_146 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_146 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_146 {
	background: transparent;
}

.static-bg1stacks_in_146 {
	background: #333333;
}

.static-bg2stacks_in_146 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_146 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_146 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_146 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_110 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_110 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_110:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_110 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_110 a:link:after,
	#toggleTrigger_stacks_in_110 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_110 {
		display: block !important;
	}
}

#stacks_in_110 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_76 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_76 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_76 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_76 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_76 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_76 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_76 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_76 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_76 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_76 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_76 {
	background: transparent;
}

.static-bg1stacks_in_76 {
	background: #333333;
}

.static-bg2stacks_in_76 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_76 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_76 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_76 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_92 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_92 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_92:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_92 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_92 a:link:after,
	#toggleTrigger_stacks_in_92 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_92 {
		display: block !important;
	}
}

#stacks_in_92 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_37 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_37 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_37 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_37 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_37 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_37 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_37 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_37 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_37 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_37 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_37 {
	background: transparent;
}

.static-bg1stacks_in_37 {
	background: #333333;
}

.static-bg2stacks_in_37 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_37 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_37 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_37 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_115 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_115 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_115:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_115 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_115 a:link:after,
	#toggleTrigger_stacks_in_115 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_115 {
		display: block !important;
	}
}

#stacks_in_115 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_41 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_41 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_41 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_41 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_41 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_41 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_41 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_41 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_41 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_41 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_41 {
	background: transparent;
}

.static-bg1stacks_in_41 {
	background: #333333;
}

.static-bg2stacks_in_41 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_41 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_41 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_41 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_268 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_268 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_268:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_268 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_268 a:link:after,
	#toggleTrigger_stacks_in_268 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_268 {
		display: block !important;
	}
}

#stacks_in_268 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_272 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_272 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_272 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_272 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_272 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_272 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_272 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_272 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_272 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_272 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_272 {
	background: transparent;
}

.static-bg1stacks_in_272 {
	background: #333333;
}

.static-bg2stacks_in_272 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_272 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_272 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_272 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_259 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_259 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_259:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_259 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_259 a:link:after,
	#toggleTrigger_stacks_in_259 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_259 {
		display: block !important;
	}
}

#stacks_in_259 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_263 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_263 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_263 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_263 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_263 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_263 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_263 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_263 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_263 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_263 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_263 {
	background: transparent;
}

.static-bg1stacks_in_263 {
	background: #333333;
}

.static-bg2stacks_in_263 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_263 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_263 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_263 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}


#stacks_in_266 {
	font-size: 99%;
}
#toggleWrapper_stacks_in_304 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_304 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_304:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_304 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_304 a:link:after,
	#toggleTrigger_stacks_in_304 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_304 {
		display: block !important;
	}
}

#stacks_in_304 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_308 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_308 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_308 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_308 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_308 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_308 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_308 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_308 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_308 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_308 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_308 {
	background: transparent;
}

.static-bg1stacks_in_308 {
	background: #333333;
}

.static-bg2stacks_in_308 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_308 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_308 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_308 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_295 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_295 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_295:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_295 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_295 a:link:after,
	#toggleTrigger_stacks_in_295 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_295 {
		display: block !important;
	}
}

#stacks_in_295 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_299 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_299 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_299 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_299 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_299 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_299 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_299 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_299 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_299 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_299 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_299 {
	background: transparent;
}

.static-bg1stacks_in_299 {
	background: #333333;
}

.static-bg2stacks_in_299 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_299 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_299 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_299 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}


#stacks_in_302 {
	font-size: 99%;
}
#stacks_in_28 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_28 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

#toggleWrapper_stacks_in_160 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_160 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_160:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_160 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_160 a:link:after,
	#toggleTrigger_stacks_in_160 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_160 {
		display: block !important;
	}
}

#stacks_in_160 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_56 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_56 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_56 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_56 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_56 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_56 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_56 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_56 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_56 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_56 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_56 {
	background: transparent;
}

.static-bg1stacks_in_56 {
	background: #333333;
}

.static-bg2stacks_in_56 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_56 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_56 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_56 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_178 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_178 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_178:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_178 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_178 a:link:after,
	#toggleTrigger_stacks_in_178 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_178 {
		display: block !important;
	}
}

#stacks_in_178 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_72 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_72 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_72 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_72 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_72 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_72 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_72 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_72 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_72 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_72 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_72 {
	background: transparent;
}

.static-bg1stacks_in_72 {
	background: #333333;
}

.static-bg2stacks_in_72 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_72 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_72 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_72 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_151 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_151 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_151:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_151 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_151 a:link:after,
	#toggleTrigger_stacks_in_151 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_151 {
		display: block !important;
	}
}

#stacks_in_151 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_60 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_60 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_60 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_60 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_60 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_60 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_60 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_60 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_60 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_60 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_60 {
	background: transparent;
}

.static-bg1stacks_in_60 {
	background: #333333;
}

.static-bg2stacks_in_60 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_60 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_60 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_60 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_187 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_187 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_187:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_187 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_187 a:link:after,
	#toggleTrigger_stacks_in_187 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_187 {
		display: block !important;
	}
}

#stacks_in_187 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_20 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_20 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_20 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_20 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_20 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_20 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_20 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_20 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_20 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_20 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_20 {
	background: transparent;
}

.static-bg1stacks_in_20 {
	background: #333333;
}

.static-bg2stacks_in_20 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_20 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_20 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_20 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_196 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_196 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_196:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_196 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_196 a:link:after,
	#toggleTrigger_stacks_in_196 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_196 {
		display: block !important;
	}
}

#stacks_in_196 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_29 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_29 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_29 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_29 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_29 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_29 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_29 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_29 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_29 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_29 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_29 {
	background: transparent;
}

.static-bg1stacks_in_29 {
	background: #333333;
}

.static-bg2stacks_in_29 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_29 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_29 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_29 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#stacks_in_10 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_10 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

#toggleWrapper_stacks_in_241 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_241 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_241:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_241 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_241 a:link:after,
	#toggleTrigger_stacks_in_241 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_241 {
		display: block !important;
	}
}

#stacks_in_241 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_68 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_68 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_68 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_68 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_68 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_68 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_68 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_68 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_68 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_68 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_68 {
	background: transparent;
}

.static-bg1stacks_in_68 {
	background: #333333;
}

.static-bg2stacks_in_68 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_68 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_68 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_68 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_277 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_277 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_277:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_277 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_277 a:link:after,
	#toggleTrigger_stacks_in_277 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_277 {
		display: block !important;
	}
}

#stacks_in_277 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_281 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_281 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_281 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_281 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_281 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_281 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_281 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_281 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_281 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_281 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_281 {
	background: transparent;
}

.static-bg1stacks_in_281 {
	background: #333333;
}

.static-bg2stacks_in_281 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_281 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_281 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_281 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_205 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_205 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_205:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_205 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_205 a:link:after,
	#toggleTrigger_stacks_in_205 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_205 {
		display: block !important;
	}
}

#stacks_in_205 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_80 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_80 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_80 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_80 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_80 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_80 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_80 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_80 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_80 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_80 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_80 {
	background: transparent;
}

.static-bg1stacks_in_80 {
	background: #333333;
}

.static-bg2stacks_in_80 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_80 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_80 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_80 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_214 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_214 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_214:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_214 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_214 a:link:after,
	#toggleTrigger_stacks_in_214 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_214 {
		display: block !important;
	}
}

#stacks_in_214 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_46 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_46 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_46 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_46 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_46 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_46 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_46 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_46 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_46 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_46 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_46 {
	background: transparent;
}

.static-bg1stacks_in_46 {
	background: #333333;
}

.static-bg2stacks_in_46 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_46 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_46 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_46 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_223 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_223 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_223:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_223 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_223 a:link:after,
	#toggleTrigger_stacks_in_223 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_223 {
		display: block !important;
	}
}

#stacks_in_223 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_52 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_52 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_52 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_52 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_52 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_52 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_52 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_52 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_52 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_52 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_52 {
	background: transparent;
}

.static-bg1stacks_in_52 {
	background: #333333;
}

.static-bg2stacks_in_52 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_52 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_52 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_52 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_286 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_286 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_286:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_286 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_286 a:link:after,
	#toggleTrigger_stacks_in_286 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_286 {
		display: block !important;
	}
}

#stacks_in_286 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_290 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_290 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_290 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_290 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_290 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_290 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_290 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_290 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_290 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_290 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_290 {
	background: transparent;
}

.static-bg1stacks_in_290 {
	background: #333333;
}

.static-bg2stacks_in_290 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_290 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_290 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_290 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#toggleWrapper_stacks_in_232 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_232 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_232:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_232 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media print {
	#toggleTrigger_stacks_in_232 a:link:after,
	#toggleTrigger_stacks_in_232 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_232 {
		display: block !important;
	}
}

#stacks_in_232 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* NoteThing by RapidWeaver Central  — Inspired by Mrs RapidWeaver Central but based on a snippet by Thibaut Courouble */

/*
 * Copyright (c) 2012 Thibaut Courouble
 * http://www.webinterfacelab.com
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

#stacks_in_84 .notepad, .notepad:before, .notepad:after {
	background-color: white;
	background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
	background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
	background-size: 1px 1px, 1px 1px, 23px 23px;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: 22px 0, 24px 0, 0 50px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_84 .notepad {
	position: relative;
	margin: 15px auto;
	padding: 0 23px 14px 35px;
	width: 300px;
	line-height: 23px;
	font-size: 11px;
	color: #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_84 .notepad p {
	margin-bottom: 23px;
}

#stacks_in_84 .notepad :last-child {
	margin-bottom: 0;
}

#stacks_in_84 .notepad:before, .notepad:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 3px;
	right: 3px;
	margin-top: -2px;
	height: 4px;
	background-size: 1px 1px, 1px 1px, 0 0;
}

#stacks_in_84 .notepad:before {
	z-index: -2;
	left: 6px;
	right: 6px;
	height: 6px;
	background-color: #eee;
}

/* Heading */

#stacks_in_84 .notepad-heading {
	position: relative;
	margin: 0 -23px 14px -35px;
	height: auto;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		 -moz-border-radius-topleft: 3px;
	     -moz-border-radius-topright:3px;
				  border-top-radius: 3px;
}

#stacks_in_84 .notepad-heading  {
	line-height: auto;
	padding: 6px;
	font-size: 16px;
	color: #BB0000;		
	text-align: center;
}

#stacks_in_84 .notepad-heading:before, .notepad-heading:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	right: 1px;
	height: 0;
	border-top:  1px dashed;
	border-color: #000000;
}

#stacks_in_84 .notepad-heading:after {
	bottom: 3px;
	border-color: #071c2c;
	border-color: rgba(0, 0, 0, 0.5);
}

/* Background */

.static-bg0stacks_in_84 {
	background: transparent;
}

.static-bg1stacks_in_84 {
	background: #333333;
}

.static-bg2stacks_in_84 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_84 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_84 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_84 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#stacks_in_45 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_45 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:1px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}

