/* CSS Document */
/*
author: Wayne Weibel
created: Wednesday, August 13, 2008

styling for tooltip table
*/
.tooltiptitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt;
	FONT-FAMILY: arial;
	color:#FFFFFF;
	background-color:#666666;
	text-align:left;
}

.tooltipcontent {
	FONT-SIZE: 8pt; 
	FONT-FAMILY: arial;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
}

