	a {
	  font-family: monospace;
	  font-size: 12pt;
	  font-style: normal;
	  white-space: pre;	  
	  cursor: pointer;
	}

	a.BodyText {
	  color: black;
	  font-weight: medium; 	  
	  background-color: #E2E581;
	}

	a.BodyText:hover {
   	  color: red;	  	  
	  background-color: #E2E7FF;
	}

	a.HeaderText {
	  color: black;
  	  font-weight: bold;
	  background-color: #ADD8E6;
	}

	a.HeaderText:hover {
	   color: red;
	   background-color: #F2E7F5;
	}

	a.ObsDataText {
	  color: blue;
  	  font-weight: medium;
	  background-color: #FFD700;
	}

	a.ObsDataText:hover {
	   color: red;
	   background-color: #F2E7F5;
	}

	a.FirstHeaderText {
	  color: black;
  	  font-weight: bold;
	  background-color: #FFD700;
	}

	a.FirstHeaderText:hover {
	   color: red;
	   background-color: #F2E7F5;
	}

	a.ObsDataText2 {
	  color: blue;
  	  font-weight: medium;
	  background-color: #9ACD32;
	}

	a.ObsDataText2:hover {
	   color: red;
	   background-color: #F2E7F5;
	}

	a.SecondHeaderText {
	  color: black;
  	  font-weight: bold;
	  background-color: #9ACD32;
	}

	a.SecondHeaderText:hover {
	   color: red;
	   background-color: #9ACD32;
	}

	a.ObsDataText3 {
	  color: blue;
  	  font-weight: medium;
	  background-color: #FF6347;
	}

	a.ObsDataText3:hover {
	   color: red;
	   background-color: #F2E7F5;
	}

	a.ThirdHeaderText {
	  color: black;
  	  font-weight: bold;
	  background-color: #FF6347;
	}

	a.ThirdHeaderText:hover {
	   color: red;
	   background-color: #F2E7F5;
	}

	a.ObsDataText4 {
	  color: blue;
  	  font-weight: medium;
	  background-color: #D6D6D6;
	}

	a.ObsDataText4:hover {
	   color: red;
	   background-color: #CCFFFF;
	}
	
	a.FourthHeaderText {
	  color: black;
  	  font-weight: bold;
	  background-color: #D6D6D6;
	}

	a.FourthHeaderText:hover {
	   color: red;
	   background-color: #CCFFFF;
	}

	a.TooltipTitle {
	  font-family: Verdana,Geneva,sans-serif;
	  font-style: normal;
  	  font-weight: bold;
	  font-size: 14pt;
	  color: #000044;
	}

	/* Welcome Text */
	#WelcomeText {
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size: 13pt;
	  font-style: normal;
	  text-align:justify;      	  
	}

	/* Legal Text */
	#LegalText {
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  font-style: normal;
	  text-align: center;      	  
	}

	/* Generic Table */
	#FilesTable {
	  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
     	  width:100%;
	  border-collapse:collapse;
	  text-align:center;
	  frame: void;
	  rules:groups;
	  cellpadding:5;
	}

	/* Table Header */
	#FilesTable th  {
  	  font-size:1.1em;
	  text-align:center;
	  border:1px solid #98bf21;
	  padding:5px 7px 4px 7px;
	  background-color:#A7C942;
	  color:#ffffff;
	}

	/* Table Data */
	#FilesTable td {
	  font-size:1em;
	  border:1px solid #98bf21;
	  padding:3px 7px 2px 7px;
	  text-align:center;
	}

	/* Table SpecialData */
	#FilesTable tr.alt td 
	{
	  color:#000000;
	  background-color:#EAF2D3;
	  text-align:center;
	}
