/*   FVI Demo ticker & chart styling- for fortunasilver.com
*     1/20/2010
*	Goldalert.com	-GR
*/

body {
	font-family:Arial;
	}
#tickers {
	float:left;
	width:215px;
	margin-top:20px;
	padding:2px;
	font:bold 12px/18px Arial;
	color:#333333;
	border: 1px solid #DADADA;
} 

#tickers #labels {
	float:left;
	width:80px;
} 
#select_charts {
	margin-top:-25px;
	color:#FFFFFF;
	font-size:0.8em;
}

#attribution{
	float:left;
	clear:both;
	width:215px;
	font-size:0.8em;
}
#attribution a {
	color:#3E64B8;
}
