/* a:link,a:visited {	 color: #9EB3DC;	text-decoration: none; } */

a:link {
	color: #E14FA8;
	text-decoration: underline;
}

a:hover {
	color: #666699;
	text-decoration: underline;
}

.marquee {
	font-size: 0.925em;
	border-bottom: 1px solid #EC94BB;
	height: 1.5em;
	margin-bottom: 1em;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	/* width: 640px; */
}

#ticker .marquee {
	white-space: nowrap;
	width: 99%;
	overflow: hidden;
} 

.marquee p {
	margin: 0;
	padding: 0;
	font-size: 10px;
} 

.marquee a:link, 
.marquee a:visited {
	font-weight: bold;
	margin-right: 3em;
}

#tickerToggle {
	width: 50px;
	background: #CCC;
	margin-top: 0;
	padding-left: 6px;
	letter-spacing: -1px;
	float: left;
	white-space: nowrap;
}

#tickerToggle a#tickerLink {
	font-weight: normal;
	text-decoration: none;
	background: url(http://www.openjaw.com/newticker/image_tickerCheck.png) left 1px no-repeat;
}

#tickerToggle a#tickerLink:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background: url(http://www.openjaw.com/newticker/image_tickerX.png) left 1px no-repeat;
}

#tickerNowOff {
	overflow: hidden;
	white-space: nowrap;
	color: #911;
}

#tickerNowOff a {
	margin-right: 0 !important;
	color: #911 !important;
}
