/*Example CSS for the two demo tickers*/
body {
font-family: Verdana;font-size: 11px;color:#FFFFFF;

}
.head {font-family: Verdana;font-size: 11px;color:#FBC403;}
.bd {font-family: Verdana;font-size: 11px;color:#FFFFFF;}

#domticker{
width: 320px;
height: 150px;
background-color: #000000;
}

#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*/
background-color: #000000;
}

#domticker a{
font-weight: bold;
}
.someclass{ //class to apply to your scroller(s) if desired
}
a:link {color:#FFFFFF;text-decoration:none;}
a:visited {color:#FFFFFF;text-decoration:none;}
a:active {color:#FFFFFF;text-decoration:none;}
a:hover {color:#FBC403;text-decoration:underline;}


.info {font-family: Verdana;font-size: 12px;color:#FFFFFF;}
.fabrics {font-family: Verdana;font-size: 11px;color:#A3A3A3;}
.whitebold {font-family: Verdana;font-size: 11px;color:#07ACCC;font-weight:bold;}
.world {font-family: Verdana;font-size: 11px;color:#FBC403;}
.head {font-family: Verdana;font-size: 11px;color:#FBC403;}

#whitelink {font-family: Verdana;font-size: 10px;color:white;}
#whitelink a:link {color:white;text-decoration:none;}
#whitelink a:visited {color:white;text-decoration:none;}
#whitelink a:hover {color:white;text-decoration:underline;}
#whitelink a:active {color:white;text-decoration:none;}


#submenu {font-family: Verdana;font-size: 11px;color:#FFFFFF;}
#submenu a:link {color:#FFFFFF;text-decoration:none;}
#submenu a:visited {color:#FFFFFF;text-decoration:none;}
#submenu a:active {color:#FFFFFF;text-decoration:none;}
#submenu a:hover {color:#FBC403;text-decoration:underline;}

#black {font-family: Verdana;font-size: 10px;color:black;}
#black a:link {color:black;text-decoration:none;}
#black a:active {color:black;text-decoration:none;}
#black a:visited {color:black;text-decoration:none;}
#black a:hover {color:black;text-decoration:underline;}
input {
	font-family:  verdana,arial;
	color: #000000;
	font-size: 13px;
	background-color: #FFFFFF;
	background: url("images/text.jpg");
	background-repeat: repeat-y;
	background-position: left top ;
	text-indent: 0px;
	font-weight: normal;
	border: 1px solid #000000;
	
}
textarea {
	font-family:  verdana,arial;
	color: #000000;
	font-size: 13px;
	background-color: #FFFFFF;
	background: url("images/text.jpg");
	background-repeat: repeat-y;
	background-position: left top ;
	text-indent: 0px;
	font-weight: normal;
	border: 1px solid #000000;