/* ################################################################################## */
/*																                      */
/*	  		            	    	fstooltips.css 			   						  */
/*																                      */
/* ################################################################################## */

.fstooltips {
	border: 1px solid #006891;
	width: 100px;
	position: relative;
}

.tipheader {
	background-color: #CACAFF;
	color: #006891;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	padding: 5px;

}

.tipcontent {
	background-color: #CACAFF;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	padding: 5px;
	color: #006891;

}

/* ################################################################################## */
