.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.headding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.smallCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/*Example CSS for demo ticker*/

#ajaxticker1{
width: 350px;
height:150px;
border: 1px ridge black;
padding: 5px;
background-color: #FF0000;
}

#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*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

.someclass{ //class
}

