.infotext
	{
	display: none;
	}
#infotext
	{
     color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	width: 300px;
    margin-top: 20px;
    margin-left: 0px;
    }
*html .infotext
	{
     color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	width: 350px;
    margin-top: -16px;
   }
 .infotext2
	{
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
    text-decoration: none;
    color: #DE0000;
    }
*html .infotext2
	{
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
    margin-top: 0px;
    text-decoration: none;
    color: #DE0000;
	}
.infotext h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
.infotext a:link
	{
	color: #DE0000;
	text-decoration: none;
	}
.infotext a:visited
	{
	color: #DE0000;
	text-decoration: none;
	}

.infotext a:hover
	{
	color: blue;
	text-decoration: underline;
	}
.infotext a:active
	{
	color: blue;
	text-decoration: underline;
	}	
	.infotext2 a:hover
	{
	color: blue;
	text-decoration: underline;
	}
	
