* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	color: #02569b;
	}
a  {
	outline: none;
	}
a:link, a:visited {
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px dotted #d7d7d5;
	outline: none;
	}
a:hover {
	color: #326ea1;
	border-bottom: 1px solid #235a8b;
	outline: none;
	}
#newsticker {
	width: 905px;
	height: 78px;
	background: url(../img/headline.jpg) no-repeat;
	}
#tickers {
	height: 72px;
	text-align: left;
	display: table;
	}
#newsticker ul {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	}
#newsticker ul li {
	padding: 0px 12px 0px 220px;
	line-height: 1.5em;
	}
#newsticker #togglenewsticker {
	text-indent: -5000px;
	visibility: none;
	position: absolute;
	top: 400;
	}
