.tabpage{
	width: 100%;
	clear: both;
}

.lowtabs{
	padding:0;
	margin: 0 !important;
	width:100%;
	border-top:2px solid #cd0c40;
	voice-family:"\"}\"";
	voice-family:inherit;
}

.lowtabs ul{
	margin:0 0 0 10px;
	padding:0;
	list-style: none;
}

.lowtabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}

.lowtabs a{
	float:left;
	display:block;
	font:bold 11px arial, helvetica, sans-serif;
	color:#fff !important;
	text-decoration:none !important;
	margin:0 1px 0 0;
	padding:5px 10px;
	background-color:#333;
	border-top:1px solid white;
}

.lowtabs a:hover{
	background:#4b81d4;
	color:#fff;
}

/*active*/
.lowtabs a.selected{
	background:#cd0c40;
	border-top:1px solid #cd0c40;
	color:#fff;
}

.high{
	margin:5px 0 0 0;
	padding:10px;
	min-height:120px;
	border:1px solid #cecece;
	background:#d6dee1;
}

.tabcontent{
	display:none;
}

.tabcontent ul {
	margin:0 0 0 20px !important;
}

.tabcontent ul li{
	color:#333333;
	font-size:1.1em;
	line-height:1.5em;
	list-style-position: outside;
}

.tabcontent p{
	color:#333333;
	font-size:1.1em;
	line-height:1.5em;
}

.tabcontent a, .tabcontent a:visited{
	color:#333;
	text-decoration:none;
	/*padding:10px 0 5px 20px;
	background:url(http://www.tru-vue.com/build/pdflink.png) 0 50% no-repeat;*/
} 

.tabcontent a:hover{
	color:#406b86;
	text-decoration:underline;
} 

.tabcontent2{
	display:none;
}

.tabcontent2 ul {
	margin:0 0 0 20px;
}

.tabcontent2 ul li{
	color:#333333;
	font-size:1.1em;
	line-height:1.5em;
	list-style-position: outside;
}

.tabcontent2 a, .tabcontent2 a:visited{
	color:#333;
font-weight:bold;
	text-decoration:none;
	padding:10px 0 5px 0;
} 

.tabcontent2 a:hover{
	color:#406b86;
  font-weight:bold;
	text-decoration:underline;
} 
