@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #1b2e75; /* ccccff */
	margin-top:0px;
	margin-bottom:0px;
	
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}
.style1 {color: #999999}

h2 {
	color:#0066CC;
}
#ajaxticker1{
width: 500px;
height: 35px;
border: 1px ridge #009;
padding: 5px;
background-color: #F0F0F0;
text-align:center;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #F0F0F0;
}