P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

TR  {background-color:silver}

BODY  {font-family: "garamond","Times","Serif"
		font-size:12pt;
	background-color: silver;
	color:black;
 	margin : 20;

}

.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;
	text-align:center;
	color:black;
	font-weight:bold;}
