﻿/* CSS Document */

#theTicker {
	display:block;
	/*background-color:#CC33CC;*/
	width:660px;
	height:26px;
	text-align:left;
	overflow:hidden;
	position:relative;
	left:17px;
	padding:0px;
	/*border:1px solid black;*/
}

#t3,#t4,#t5,#t6,#t7,#t8,#t9,#t10,#t11 {
	font-size:12pt;
	position:relative;
	left:300px;
	top:0px;
	float:left;
	width:800px;
	overflow:visible;
	height:auto;
	padding:0px;
	margin:0px;
	height:25px;
	/*background-color:red;*/
	/*border:1px solid red;*/
}
#t3 {
	top:0px;
	left:650px;
	width:1350px;
}
#t4 {
	left:2000px;
	top:-25px;
	width:1350px;
	/*background-color:blue;*/
}
#t5 {
	left:3350px;
	top:-50px;
	width:1350px;
	/*background-color:green;*/
}
#t6 {
	left:2000px;
	top:-120px;
	/*background-color:green;*/
}
#t7 {
	left:1600px;
	top:0px;
	width:400px;
	/*background-color:green;*/
}
#t8 {
	left:1800px;
	top:0px;
	width:400px;
	/*background-color:green;*/
}
#t9 {
	left:2100px;
	top:0px;
	width:400px;
	/*background-color:green;*/
}
