@charset "utf-8";
/* CSS Document */
/*********************************************/
/* TableGenBox ==> Table container for box */
/*********************************************/
#TableGenBox {
	position:absolute;
	top:0;
	left:0;
	cell-spacing:0;
	cell-padding:0;
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-top:2px;
	width:100%;
	z-index:10;
}

div ul li{
}
/**********************************************/
/* BoxContent ==> DIV container for actual text */
/*                                            */
/* Note the -ve margin to move it over the    */
/* top cell of the box (to blend background   */
/**********************************************/
div.BoxContentTop,
div.BoxContent {
	position:relative;
	margin-bottom:0px;
	font-size:10px;
	width:100%;
}

div.BoxContentTop {
	margin-top:-32px;
	xborder:1px solid #999999;
	xbackground-color:#CCCCCC;
	padding:5px;
}
/**********************************************/
/* BoxContent headings ==> specific to DIV text */
/**********************************************/
div.BoxContentTop em,
div.BoxContent em{
	color:#FF0000;
	font-weight:bold;
	font-style:normal;
}
/**********************************************/
