body {
	align: center;
	background-color: #c5c5c5;
	background-image:   url("images/bg_main.gif");
	background-repeat: repeat-x;
	margin: 35px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {  
	color: #FFFFFF; 
	text-decoration:none;
}
.alinks {
	color: #660066; 
	text-decoration:none;
}

.body-text {
	font-family: Arial Rounded MT Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	style: bold;
	color: #FFFFFF;
	line-height: 15px;
}
.copyright-text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}
.table-taxi-bg {
	background-attachment: not fixed;
	background-color: #ff6600;
	background-image: url(images/pic_taxi.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
.table-fleet-bg {
	background-attachment: not fixed;
	background-color: #ff6600;
	background-image: url(images/pic_fleet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
.table-home-bg {
	background-attachment: not fixed;
	background-color: #ff6600;
	background-image: url(images/pic_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.right-side-bg {
	background-attachment: not fixed;
	background-color: #c5c5c5;
	background-image: url(images/bg_shad_rpt.gif);
	background-repeat: repeat-y;
	background-position: left;
	}