.Advisory {
	height: 100%;
	padding: 0px;
	color: #666;
	background-image: url('advisory_content.gif');
	background-position: left center;
	background-repeat: no-repeat;
	background-color-: #000;
	cursor: default;
	white-space: pre;
}
#AdvisorySwitcher {
	margin-bottom: 2em;
	font-size: 70%;
}
#AdvisorySwitcher a{
	margin-right: 1em;
}
a.AdvisoryLocal{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed; 
}
a.AdvisoryLocalActive{
	text-decoration: none;
	border: none;
	color: #555;
	cursor: default;
}