/* Supplemental CSS Document */
	
.floatright
	{
	float: right;
	margin-left: 10px;
	}
	
.padright
	{
	margin-right: 20px;
	}

.spacer
	{
	display: block;
	height: 25px;
	clear: both;
	}
	
.dottedhr
	{
	background: url(/images/layout/dotted.gif) top left repeat-x;
	height: 3px;
	width: 571px;
	margin: 25px 0 0 0;
	clear: both;
	}
	
.note
	{
	font-size: smaller;
	}
	
.centered
	{
	text-align: center;
	}
	
/****************************************/
/* Styles for printmenu                 */
/****************************************/
	
#spa_menu
	{
	margin: 0px auto;
	width: 210px;
	border: 1px solid #8b9c41;
	}
	
#spa_menu a
	{
	color: #f3d97a;
	font-weight: bold;
	}
	
#spa_menu a:hover
	{
	color: #b7bd84;
	}
	
#spa_menu p
	{
	margin: 3px;
	padding: 5px;
	background-color: #1f4304;
	text-align: center;
	}