a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bolder;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.style5 {	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style6 {color: #FFFFFF}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*Example CSS for demo ticker*/

#ajaxticker1{
width: 118px;
height: 200px;
border: 01px;
padding: 3px;
background-color: #dddee4;
}

#ajaxticker1 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: #dddee4;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-family: Arial;
	font-weight: 200;
}

.activelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
