#tabNav .linkTab {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: inline;
	height: 20px;
	font-weight: bold;
}

#tabNav .linkTab:hover {
	text-decoration: none;
}

#tabNav .botBar {
	height: 22px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	margin-right: 3px;
}

#tabNav #tabbar {
	width: 100%;
	background-color: #FFFFFF;
}

#tabNav #content{
	clear:both;
	position: relative;
	top: -1px;
	border: 1px solid #01015C;
	padding: 20px;
}

