body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #fff;
}

a:link {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	color: #red !important;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#ticker {
	float: left;
	margin: 0;
	padding: 0;
	width: 165px;
	height: 45px;
	text-align: right;
	font-size: 11px;
	line-height:11px;
	color: #666;
}


/* ticker \*/

.tickerstyle{width:155px; height:22px; border:1px solid #ccc; background:#fff;padding:3px;overflow:hidden}

.messagediv{display: none;background:#fff}