.tab {
	background-color:#FFFFFF;
	color:#5286BB;
	font-family: "Century Gothic", Times, serif;
	padding:2px 2px 0 2px;
	font-size: 13px;
	cursor:pointer;
	font-style: normal;
	font-weight: bold;
}
.tab_selected {
	background-color:#FFFFFF;
	color:#FF9900;
	font-family: "Century Gothic", Times, serif;
	font-weight: normal;
	padding:2px 2px 0 2px;
	border: thin solid #5286BB;
	font-size: 14px;
	font-weight: bold;
}
.box{ 
	background-color:#FFFFFF;
	color:#112852;
	font-family: Century Gothic, Times, serif;
	padding:2px 2px 0 2px;
	border: thin solid #5286BB;
}

