
#bgTopDiv {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position:center top;

}
body {
	background-color: #e0e0e0;
	background-image: url(../images/bg.jpg);
	background-position: top;
	margin-top: 0;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}

/* begin ticker below image */
#ajaxticker1{
	width: 700px;
	height: 40px;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 10px;
	margin-bottom:-10px;
}
#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*/

}
.someclass{ //class to apply to your scroller(s) if desired
	color: #FFFFFF;
}

/* begin ticker below image */
#ajaxticker_quote{
	width: 575px;
	height: 130px;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #D90000;
	text-align: center;
	vertical-align: text-bottom;
	margin-top: 0px;
	margin-bottom:-10px;
	margin-left:60px;
}
#ajaxticker_quote div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/

}
.someclass_quote{ //class to apply to your scroller(s) if desired
	color: #black;
}


/* begin whatsnew */
#ajaxticker2{
	width: 700px;
	height: 150px;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	overflow-x:hidden;
	overflow-y: auto; 
}
#ajaxticker2 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/

}
.someclass2{ //class to apply to your scroller(s) if desired

}


/* general */
.smallgrey {color: #666666}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
black {color: #000000}

.smallred {font-size:9px;
color: #d90000;
}
