/*Example CSS for the two demo tickers*/

#domticker{
	width: 160px;
	height: 78px;
	border: 1px solid #CCCCCC;
	background-color: #FFCC99;
	text-align: justify;
	padding: 15px 10px 5px 19px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;





}

#domticker div{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;



}

#domticker a:link, a:hover, a:active{
	font-weight: normal;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;


}

#domticker2{
	width: 350px;
	height: 1.2em;
	border: 1px solid black;
	padding: 3px;

}

#domticker2 a{
	text-decoration: none;

}

.someclass{

//class to apply to your scroller(s) if desired
}
#domticker h1 {
	color: #990000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;



}
.hg {
	background-image: url(../news/hg.gif);
	background-repeat: repeat;
	width: 400px;
	text-align: center;
	margin-left: 30px;
	font-size: 10pt;
}
.hglinks {
	font-size: 10pt;
	background-image: url(../news/hg.gif);
	background-repeat: repeat;
	width: 380px;
	margin-left: 30px;
	padding-left: 20px;
}

