/* CSS Document */

.infotext
	 { color: #000000; font-size: 12px;
          font-family: Arial, Helvetica, Univers, "Zurich BT";
          text-decoration: none; 
          text-align: justify;
          padding: 20px;
          position: absolute;
          top: auto;
          left: 5px;
          width: 650px;
          background-color:#eaeef1;
          border: #000000 1px solid;}

*[class="infotext"]
	 { color: #0033cc; font-size: 12px; font-family: Arial, Helvetica, Univers, "Zurich BT"; text-decoration: none; text-align: justify; padding: 20px; left: 10px; width: 610px; }


 .infotext h1
	{
  color: #000000;
  font-size : 12px;
  font-weight : bold;
  font-family: Arial,Helvetica,Univers,Zurich BT;
	}

.infotext p
	{
	font-family: Arial,Helvetica,Univers,Zurich BT;
  text-decoration: none;
  color: #000000; 
  font-size: 12px;
  text-align: justify;
	}
