.TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    width: 100%;
}


.TabbedPanelsTabGroup {
    padding: 0px;
    width: 370px;
    height: 58px;
    float:left;
}

.TabbedPanelsTabHover {
    color: #666;

}


.TabbedPanelsTabSelected {
    color: #999;
    font-size: 34px;
    margin-top: 0px;
    margin-bottom: 0px;

}


.TabbedPanelsTab {
    position: relative;
    float: left;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    text-align: center;
    padding-right:47px;
}
.TabbedPanelsTab a {
	height:60px;
	line-height:60px;
	width:138px;
    text-decoration: none;
    color:#bbb;
    font-size:34px;
    padding-bottom:9px;
}

.TabbedPanelsTabSelected a {
    color: #00377e;
    text-decoration: none;
    font-size:34px;
    
	
}

.titlep{
	float:right;
}

.TabbedPanelsContent ul li{
	width:490px;
	float:left;
	padding-bottom: 18.5px
}

.TabbedPanelsContent ul li a:hover{
	color: #213f73;
	font-weight:bold;
}