p.discuss_first {
	text-align: left;
	font-size: 12pt;
	color: navy;
	font-weight: 700;
	}

p.discuss_tip {
	text-align: center;
	font-size: 8pt;
	color: #ffffff;
	background-color: blue;
	font-weight: 800;
	}


table.discuss
	{border-left-width: 0;
	 border-right-width: 0;
	 border-top-width: 5px;
	 border-bottom-width: 5px;
	 border-top-color: navy;
	 border-bottom-color: navy;
	 cellspacing: 4;
	 cellpadding: 4;
	 border-style: groove;
	 width: 100%;
	}
	
td.discuss_cell1 {
	vertical-align: top;
	border: 10px;
	border-style: outset;
	border-color: #00ffff;
	background-color: #ffb000;
	}

td.discuss_cell2 {
	align: center;
	vertical-align: top;
	border: 10px;
	border-style: outset;
	border-color: #00ffff;
	background-color: #ffa000;
	}

td.discuss_cell3 {
	align: center;
	border: 0px;
	background-color: #ffffff;
	}

