.tabholder .tabs {
	color: #006699;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	width:684px;
	}

.tabholder .tabs li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	background: #fff;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 20px;
	}

.tabholder .tabs a, .tabholder a.active {
	color: #999;
	margin: 0px;
	padding: 6px 12px 5px 12px;
	text-decoration: none;
	}
.tabholder .tabs a.tab-active {
	background: #fff no-repeat;
	color: #003366;
	padding: 4px 12px 4px 12px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #666;
	border-left: 1px solid #e1e1e1;
	position: relative;
	}

.tabholder .tabs a:hover, .tabholder .tabs .tab-active { text-decoration: none; color: #3399cc; }
.tabholder .tabs a:hover { text-decoration: none; color: #cc9900; }

.tabholder .agendapanes {
	/*width: 259px;*/
	/*border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;*/
	border: 1px solid #e1e1e1;
	padding: 22px 12px;
	}

.tabholder .tabcontent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}
.tabholder .tabcontent ul li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	background: transparent url('/images/dividers/dotted_blue.gif') no-repeat bottom left;
	}
.tabholder .tabcontent ul li a {
	display: block;
	padding-left: 10px;
	background: transparent url('/images/bullets/grey_arrow.gif') no-repeat 0px 9px;
	color: #003366;
	text-decoration: none;
	}
.tabholder .tabcontent ul li a:hover { color: #cc9900; text-decoration: underline; }

.tabholder .tabcontent ul #last { background: none; }

.tabholder .tabcontent h1 {
	margin-top: 0px;
	}

.tabholder .tabcontent h2 {
	margin-top: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #cb8952;
	font-weight: normal;
	}
.tabholder .tabcontent p { line-height: 18px; }