        .style1
        {
         width: 40px;
         height: 15px;
            }
        .style2
        {
         text-align: center;
         height: 15px;
        }
        .style3
        {
         width: 15px;
         height: 15px;
         text-align: center;
         text-decoration: none
         font-size: x-small;
         font-color: #D60808;
	font-weight: bold;
        }

        .style100per
        {
        width: 100%;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style1000
        {
        width: 1000px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style900
        {
        width: 900px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style800
        {
        width: 800px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style780
        {
        width: 800px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style760
        {
        width: 760px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style700
        {
        width: 700px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style650
        {
        width: 650px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style590
        {
        width: 590px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style468
        {
        width: 468px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style400
        {
        width: 400px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        }
        .style350
        {
        width: 350px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style300
        {
        width: 300px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style250
        {
        width: 250px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style160
        {
        width: 160px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }
        .style120
        {
        width: 120px;
        height: 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        }

#MPcontainer { /* all banner: width, height, color and border */
	padding: 0px;
	width: 100%; 
	height: 30px; /* must also send the height with the javascript height parameter */
	direction: rtl;
	border: 0px 
	}

#MPcontainer p.p1 { /* even messages 2, 4, 6...: color, font, height and padding */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66cc00;
	display: inline;
	margin-left: 0px;
	line-height: 30px;
	padding: 3px;
	}
	
#MPcontainer p.p2 { /* odd messages 1, 3, 5...: color, font, height and padding */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3366cc;
	display: inline;
	margin-left: 0px;
	line-height: 30px;
	padding: 3px; 
	}

#MPcontainer a.link1 { /* even link messages 2, 4, 6...: color, font, height and padding */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66cc00;
	display: inline;
	margin: 0px;
	line-height: 30px;
	padding: 0px;
	text-decoration: none; 
	}
	
#MPcontainer a.link2 { /* odd link messages 1, 3, 5...: color, font, height and padding */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3366cc;
	display: inline;
	margin: 0px;
	line-height: 30px;
	padding: 0px; 
	text-decoration: none; 
	}
	
#MPcontainer a:hover, #MPcontainer a:active {
	text-decoration: underline;
	}
