body {
	background-color: #cccccc;
}

#mainbg {
	background-color: white;
	border-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	height: auto;
	max-width: 778px;
	min-width: 778px;
	width: 798px;
	z-index: auto;
}

#maintext {
	background-color: transparent;
	color: black;
	font-family: "Times New Roman", Arial, Courier, serif;
	font-size: 14pt;
	height: auto;
	max-width: 760px;
	min-width: 760px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	width: 760px;
	z-index: auto;
}

#footer {
	background-color: silver;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	clear: both;
	font-size: 80%;
	height: 20px;
	max-height: 20px;
	max-width: 768px;
	min-height: 20px;
	min-width: 768px;
	padding-right: 10px;
	text-align: right;
	width: 768px;
	z-index: auto;
}

#watermark {
	background-image: url(images/tyres.jpg);
	background-repeat: no-repeat;
	z-index: auto;
}

.imageleft {
	background-color: #cccccc;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 5px;
	padding: 5px;
}

.imageright {
	background-color: #cccccc;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	float: right;
	margin: 5px;
	padding: 5px;
}

h1 {
	background-color: #cccccc;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-family: sans-serif;
	font-size: 28px;
	height: auto;
	padding: 5px;
	text-align: center;
	width: auto;
}

h2 {
	background-color: #cccccc;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-family: sans-serif;
	font-size: 26px;
	height: auto;
	padding: 5px;
	text-align: center;
	width: auto;
}

h3 {
	background-color: white;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-family: sans-serif;
	font-size: 24px;
	height: auto;
	padding: 5px;
	text-align: center;
	width: auto;
}

h4 {
	background-color: #cccccc;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-family: sans-serif;
	font-size: 18px;
	height: auto;
	padding: 5px;
	text-align: center;
	width: auto;
}

li {
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	font-family: serif;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	list-style-image: none;
	list-style-type: none;
	padding: 5px;
	width: auto;
}

p {
	background-color: #c0c0c0;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	font-family: serif;
	width: auto;
}

.tripreport {
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	padding: 5px;
}

#userList{ 	
text-align: center; 	
margin: 10px 0 0 10px; 	
} 
	 	
#userList .row1, .row2{ padding: 0 28px} 	 	
#userList .row1{ background-color: #FCECED} 	
#userList .row2{ background-color: #cccccc} 	
#userList .row3{ background-color: lightblue;font-size: 18px; padding: 0 20px}  

#userList a{ text-decoration: none} 
#userList a:hover{ text-decoration: underline}