.redcell { background-color: RED;
          font-size: 12pt;
         color: white;
         text-align:center;
		 font-weight:bold;}
.greencell {
	background-color: Green;
	font-size: 12pt;
	color: white;
	text-align:center;
	font-weight:bold;
}
.atgmcell {
	background-color: Green;
	font-size: 12pt;
	color: red;
	text-align:center;
	font-weight:bold;
}
.bluecell { background-color: BLUE;
          font-size: 12pt;
         color: white;
         text-align:center;
		 font-weight:bold;}
.orangecell {  background-color: #FF9900;
          font-size: 12pt;
         text-align:center;
		 color:black;
		 font-weight:bold;}
.yellowcell {  background-color: yellow;
          font-size: 12pt;
         text-align:center;
		 color:black;
		 font-weight:bold;}
.captioncell  {  background-color: silver;
		color:black;
          font-size: 12pt;
         text-align:right;
		 font-weight:bold;
	 }
.headercell  {text-align:right;
			color:black;
			border-style:none;
	 }
.notescell{font-size:8pt;
      font-weight:bold;
	  text-align:center;}
.widecell{font-size:12pt;
	text-align:center;
	color:black;
	font-weight:bold;}
.smallcell{font-size:12pt;
	border:1px solid black;
	text-align:center;
	color:black;
	font-weight:bold;}
.tright{text-align:right;}
.w10{width:10px;}
.w30{width:30px;}
.w35{width:35px;}
.w70{width:70px;}
