.TabbedPanels {
	margin: 10px 5px 10px 5px;
	padding: 0px;
	float: left;
	clear: none;
	height:230px;
	width: 685px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}.TabbedPanels1 {
	margin: 5px 7px 0px 5px;
	padding: 0px;
	float: left;
	clear: none;
	height:230px;
	width: 685px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}.TabbedPanels2 {
	margin: 10px 9px 0px 10px;
	padding: 0px;
	float: left;
	clear: none;
	height:230px;
	width: 675px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}.TabbedPanelsTabGroup {
	margin: 0px;
	padding:0px;
	height: 25px;
}.TabbedPanelsTab {
	position: relative;
	background-image:url(../images/tab-bg.jpg);
	background-repeat:repeat-x;
	height:22px;
	background-color:#eefed5;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 2px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	list-style: none;
	border: solid 1px #97b769;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}.TabbedPanelsTabHover {
	background-color: #dfffb5;
}.TabbedPanelsTabSelected {
	background-image:url(../images/tab-bg-h.jpg);
	background-repeat:repeat-x;
	height:22px;
	background-color: #eefed5;
	border-bottom: 1px solid #eefed5;
	border-left:1px solid #396000;
	border-right:1px solid #396000;
	border-top:1px solid #396000;
	color:#004f00;
}.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #97b769;
	background-color: #eefed5;
	height:200px;
	margin:0px;
	padding:0px;
}.TabbedPanelsContent {
	padding: 4px;
}.TabbedPanelsContentVisible {
}
