@charset "utf-8";
/* CSS Document */



.tickerstyle{
	width:100%;
	overflow:visible;
	text-align: center;
	height: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 85%;
}

.messagediv{
	display: none;

}

.Quote {
	font-size: 100%;
	line-height: 150%;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}
.QuoteSource {
	font-size: 90%;
	font-style: italic;
	color: #F60;
	text-align: center;
}
#container #main_content #prod_tbl1 tr td p a {
	color: #00F;
	text-decoration: underline;
}
.float-left {
	float: left;
}
.clr-both {
	clear: both;
}

