h3{
	font-family: arial; font-size: 14px;
}
.indentmenu{
	font-size: 16px;
	font-weight: bold;
	width: 350px;
	background: url('/images/indentbg.gif') no-repeat;
	height: 24px;
}
.indentmenu ul{
	margin: 0;
	padding-left: 15px;
	float: left;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background: #f46308 url('/cimg/cfocus_04.gif') center center repeat-x;
	border-right: 1px solid #ed4506;
	border-left: 1px solid #ed4506;
}



.tabBorder{
	border: 1px solid #ed4506;
	min-height: 150px; 

}

.tabcontent{
	display: none;
	color: #1a306c;
	font-size: 13px;
	font-family: Arial;
	padding: 10px;
	width: 470px;
	margin-bottom: 1em;
}

.tabcontent a {
	text-decoration: none;
	color: #1a306c;
	font-size: 12px;
}


.tabcontent a.txt {
	text-decoration: none;
	color: #1a306c;
	font-size: 11px;
}

.tabcontent li {
	font-size: 13px;
	list-style-image: url('/images/kropka_03.gif');
}

.tabcontent li a {
	text-decoration: none;
	font-weight: bold;
	color: #1a306c;
	padding-left:5px;
	font-size: 11px;
}

.tabbox {
	border: 0px;
	width: 494px; 
	padding: 0px; 
	min-height: 150px; 
	background-color: #F8F8F8;
}

@media print {
.tabcontent {
	display:block !important;
}
}