@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:#222222;
text-decoration:underline;

}

.someclass{ 
color:#000;

}