.tab {
	width:auto;
	font-size: 9pt;
	border-style:none;
	border-width:0px;
	/*
		 It might be nicer to add a display:none here, but that'll rule 
		 out Opera users
	*/
}

.tab p {color:#000}

.tablink {
	display:inline; /*mandatory*/
	font-family:arial,verdana,helvetica,sans-serif;
	margin-right:  .5em;
	padding-left:  1em;
	padding-right: 1em;
	padding-top: 4px;
	padding-bottom: 2px;
	text-decoration:none;
	font-weight:bold;
}
.backtotop {
	display:none; /*mandatory*/
}
