.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#ticker 
{
	height: 		21px;
	width: 			116px;
	background: 	url('images/ticker.gif');
	position: 		absolute;
	text-indent:	-1000em;
	top: 			7px;
	left: 			660px;
}



/*
 * Quotes Table
 */
#quotesTable
{
	border:	 		0px;
	width: 350px;
	margin: 10px;
}

#quotesTable td
{
	padding:	 	2px;
}

#quotesTable #top
{
	background: #ffffff;
	color: Gray;
}

#quotesTable .altrow
{
	background: white;
}

#quotesTable #changeUp
{
	color: green;
	font-weight: bold;
}

