body {
	background-color: #E0E0E0;
        background-image:url("bg.jpg");
	font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
	font-size: 100%;
	padding 0px 0px 0px 0px; 
	margin-top:0px;
	margin-bottom:0px;
	margin-right:9px;
	margin-left:9px;
        }

TABLE {background-color: white;

	  }	

TABLE.internal { width:700px;
  }	
TH {
	background-color: #99CCFF;
	font-weight: bold;
	font-style:normal;
	color: black;
	text-align:left;
	}
TD.data {
	padding 0px 0px 0px 0px; 
	margin 0px 0px 0px 0px;
	border-width:1px;
	border-style:solid;
	border-color:#663366;
	font-style:normal;
	color: black
	}
TD.text {
	padding 0px 0px 0px 0px; 
	margin 0px 0px 0px 0px;
	border: none;
	background-color: #DDDDDD;
	font-style:normal;
	color: black;
	font-size: 80%;
	font-weight:normal;
	height:0.8em;
	}
TD.title2 {
	background-color: #c0c0f0;
	font-style:normal;
	color: black;
	text-align:center;
	}

TD.title1  {
	background-color:#2b6fae;
	color:white;
	text-align:center;
	font-size: 120%;
	font-weight:bold;
	height:1.2em;
	}
TD.expl  {
	background-color:#2b6fae;
	color:white;
	text-align:center;
	font-size: 60%;
	font-weight:normal;
	height:0.6em;
	}

