/* CSS Document */
@font-face
{
  font-family:"Myriad Pro";
  src: url("Myriad Pro.eot")
}
body{
	background: #eef6ff;
	background-image: url(../imges/background.jpg);
	margin: 0px; 
	padding: 0px;
	font: 12px "Myriad Pro";
	color: #6e6d6d;
}
a{
	color: #6e6d6d;
	font: 12px "Myriad Pro";
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	list-style-image: url(../imges/bullet1.gif);
}
img{
	border: 0px;
}
.tickerstyle{ border:0px solid black; background:white; padding:8px; overflow:hidden;}

.messagediv{display: none;background:white}