body {
	background-image: url(images/bg.gif);
}

.text1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.text1:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.text2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}
.text3 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#b0d4f0;
	text-decoration: none;
}
.text3:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}
.text4 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#118f45;
	text-decoration: none;
}
.text5 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
}
.links {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.links:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.links-big {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.links-big:hover {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
INPUT {
	FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; fontsize: 10px
}


/*Example CSS for demo ticker*/

#ajaxticker1{
width: 200px;
height: 125px;
border: 0px ridge black;
padding: 5px;
background-color: #3a70a58;
}

#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: #3a70a5;
}

.someclass{ //class to apply to your scroller(s) if desired
}
