#MPcontainer { /* all banner: width, height, color and border */
	padding: 0px;
	width: 250px;
	height: 200px; /* must also send the height with the javascript height parameter */
	direction: rtl;
	background: #000000;
	border: 1px solid #93823c;
	}
	
#MPcontainer p.p1 { /* even messages 2, 4, 6...: color, font, height and padding */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #93823c;
	margin: 0px 2px 10px 2px;
	padding: 3px;
	line-height: 15px;
	text-align: right;
	}
	
#MPcontainer p.p2 { /* odd messages 1, 3, 5...: color, font, height and padding */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #bda02a;
	margin: 0px 2px 10px 2px;
	padding: 3px;
	line-height: 15px;
	text-align: right;
	}

#MPcontainer a.link1 { /* even link messages 2, 4, 6...: color, font, height and padding */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #3366cc;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	text-align: right;
	text-decoration: none;
	}
	
#MPcontainer a.link2 { /* odd link messages 1, 3, 5...: color, font, height and padding */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background: #33cc33;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	text-align: right;
	text-decoration: none;
	}

#MPcontainer a:hover, #MPcontainer a:active {
	text-decoration: underline;
	}
