/* ################################################################################## */
/*																                      */
/*	  		            	    	fstooltips.css 			   						  */
/*																                      */
/* ################################################################################## */

.fstooltips {

border: 1px solid #0000A0;
width: 300;

}

.tipheader {

background-color: #333333;
color: #F3B627;
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;

}

.tipcontent {

background-color: #FFFF66;
color: #333333;
FONT-WEIGHT: normal;
FONT-SIZE: 11px;
FONT-FAMILY: Arial, Helvetica, sans-serif;

}

/* ################################################################################## */