body{
	background-image: url('../images/back-fill.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font: 11px Geneva, sans-serif;
}

table {
	font-size: 12px;
}

.top{
	position: absolute;
	width: 100%;
	background-image: url('../images/top-fill.png');
	background-repeat: repeat-x;
	height: 159px;
	top: 0px;
	left: 0px;
}

.logo{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 131px;
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 15px;
}

.right-image{
	background-image: url('../images/right-image.png');
	background-repeat: no-repeat;
	width: 754px;
	height: 140px;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 2;
}

/*.body{
	margin: 10px auto;
	width: 900px;
	background-image: url('../images/body-fill.png');
	z-index: 1;
}*/


.body{
	margin: 10px auto;
	width: 900px;
	background-image: url('../images/body-fill.png');
	z-index: 1;
} 

.foot{
	margin: -10px auto;
	width: 900px;
	height: 150px;
	background-image: url('../images/foot-fill.png');
	background-repeat: no-repeat;
}

.content {
	width: 820px;
	margin-left: 40px;
	margin-top: 140px;
	padding-top: 40px;
}

.bottom{
	border-bottom: 1px solid #ccc;
}

.content div{
	padding-bottom: 10px;
}

fieldset{
	border: 1px solid #ccc;
}

.row-color{
	background-image: url('../images/row-bar.gif');
	background-repeat: repeat-x;
	height: 24px;
	color: #fff;
}

.tickerPos{
	position:absolute;
	top:140px;
	margin-left:10px;
	z-index: 1;
}

