@charset "UTF-8";

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	background-color: #000000;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFFFF;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
	color: #990000;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	color: #990000;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: thin;
}

.TabbedPanelsTab a {
	color: #993300;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.TabbedPanelsContent {
	padding: 4px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.TabbedPanelsContentVisible {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

