.invisible {
	DISPLAY: none;
}
.hidden {
	VISIBILITY: hidden;
}


DIV.tabs {
	font-size: 70%; 
	width: 100%; 
	color: #c02626;
	text-decoration:none;
	font-weight:bold;
}
DIV.tabs A {
	color: #000000;  
	text-decoration: underline;
	font-weight:normal;
}
DIV.tabs DIV {
	padding-right: 0px; 
	padding-left: 0px; 
	float: left; 
	
}


