
div#ticker {
	width: 100%;
	background-color: #ccc;
	height: 25px;
	line-height: 25px;
}

table#footerTable h1 {
	color: #ffffff;
	font-weight: normal;
	font-size: 24px;
}

table#footerTable td {
}
table#footerTable td p {
	margin: 0px 0px 0px 10px;
	color: #000000;
	font-size: 15px;
	line-height: 25px;
}
table#footerTable .cell1 { background-color: #737373; }
table#footerTable .cell2 { background-color: #454545; }
table#footerTable .cell3 { background-color: #1a1a1a; }
table#footerTable td a, table#footerTable td a:hover { color: #000000; text-decoration: none; }
table#footerTable .cell3 a { color: #d4d4d4; }
table#footerTable .cell3 a:hover { color: #ffffff; }
table#footerTable .cell3 p {
	margin: 0px 0px 0px 10px;
	color: #000000;
	font-size: 12px;
}


/* TICKER */
#so_oTickerContainer {
	width:700px;
	margin:auto;
/*	font:1.0em Arial, Verdana;*/
	font:bold 0.8em arial,verdana;
	background-color: #cccccc;
	color: #333333;
}

#so_oTickerContainer h1 {
	font:bold 0.9em Arial,arial, Verdana;
	margin:0;
	padding:0;
}
	
.so_tickerContainer {
	position:relative;
	margin:auto;
	width:700px;
	background-color: #cccccc;
}

#so_tickerAnchor, #so_oTickerContainer a {
	text-decoration:none;
	color:black;
	font:bold 0.8em arial,verdana;
	border-right:1px solid #000;
	padding-right:2px;
}

#so_oTickerContainer a {
	border-style:none;
}

#so_oTickerContainer ul {
	margin-top:5px;
}

#so_tickerDiv {
	display:inline;
	margin-left:5px;
}

#so_tickerH1 {
	color: #666666;
	font:bold 1.0em arial,verdana;
	display:inline;
}

#so_tickerH1 a {
	text-decoration:none;
	color:#000;
	padding-right:2px;
}

#so_tickerH1 a img {
	border-style:none;
}



