@charset "utf-8";
/* CSS Document */

/*Example CSS for the two demo tickers*/

#domticker{
width: 180px;
height: 80px;
border: 0px dashed black;
padding: 5px;

}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

#domticker a{
font-weight: bold;
color:#222222;
text-decoration:underline;
}

#ContentRightPanel #domticker a{
font-weight: bold;
color:#333;
text-decoration:underline;
margin:8px 0px 8px 0px;
float:left;

}

.someclass{ 
	float:left;
	color:#333;
	line-height:110%;
	font-size:11px;
	
}
