/*
 * Combined style sheet for the index pages and the slide pages.
 */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-image: url(../../../steer_bg.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
table {
	width: 85%;
}
td,tr,th{
	padding: 5px;
	text-align:center;
	vertical-align:middle;
}
