			.box {
				border: 2px solid white; 
				width: 640px;
				margin: auto;
				padding: 8px;
			 }
			.left {
				width: 200px;
				float: left;
			 }
			.right {
				width: 420px;
				float: left;
			 }
			.clear {
				clear: both;
			}
			A:link { text-decoration: none; color: white; }
			A:visited { text-decoration: none; color: white; }
			A:active { text-decoration: none; color: white; }
			A:hover { color: white; font-style: none; text-decoration: none; }
			.TEXT { 
					font-family:"Tahoma", sans-serif; 
					font-size: 9pt;
					color : red;
			      } /* for body text */
			A.hover { color:red; }
			A.hover:hover { color: white; }
			A.red  { color: red;  }
			A.gray { color: #252525; }
			TABLE { 
					font-family:"Tahoma", sans-serif; 
					font-size: 9pt;
					color : red;
			      } /* for body text */
			TABLE.gallery  {
					border: 1px;
					width: 100%;
				}
			TABLE.gallery td {
					width: 170px;
					height: 130px;
				}

			h1, h2, h3
			      {
					font-family: "Tahoma", sans-serif;
					font-weight: bold;
					color: #ff0000; 
			      }

			.COPYRIGHT {
					font-family:"Tahoma", sans-serif;
					font-size: 6pt;
					font-weight: normal;
					color: #FF0000;
			      } /* for copyright notice */

			.TOC    {
					FONT-SIZE: 8pt;
					FONT-FAMILY:"Tahoma", sans-serif;
					color: white;
					background: transparent;

			        } /* for table of contents */

			.TOC TD {
					FONT-SIZE: 8pt;
					FONT-FAMILY: "Tahoma", sans-serif;
					color: white;
					filter:alpha(opacity=60);
					-moz-opacity:.60;
					opacity:.60;
			        } /* for table of contents opacity */
			