body {
	background-color: #55585D;
	top: 0px;
	margin: 0px;
	background-image: url(images/red-line.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.top:link {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.border {
	border: 1px solid #CCCCCC;
}

a.top:visited {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.top:active {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.top:hover {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.text:link {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.text:visited {
	color: #D90002;
	font-size: 14px;
	text-decoration: none;
}
a.text:active {
	color: #DA0000;
	font-size: 14px;
	text-decoration: none;
}
a.text:hover {
	color: #DB0001;
	font-size: 14px;
	text-decoration: none;
}
a.bottom:link {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
}
a.bottom:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
}
a.bottom:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
}
a.bottom:hover {
	color: #000000;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
}
.lorryBackground {
	background-image: url(images/lorry.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.footerText {
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Arial Rounded MT Bold", Arial;
	text-decoration: none;
}
.bodyText {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.whiteText {
	color: #FFFFFF;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
}
.redText {
	color: #D90000;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
}
#pup {
	position:absolute;
	z-index:200; /* aaaalways on top*/
	padding: 3px;
	margin-left: 10px;
	margin-top: 5px;
	width: 450px;
	border: 1px solid #D90000;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: auto;
	left: 20px;
	top: 300px;
	background-color: #FFFFFF;
	border: 1px solid #81B748;
	padding: 10px;
}
#layer2 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: auto;
	left: 20px;
	top: 300px;
	background-color: #FFFFFF;
	border: 1px solid #81B748;
	padding: 10px;
}
#close {
	float: right;
}
li {
	padding-bottom: 10px;
	padding-right: 15px;
}
.redTextSmall {
	color: #D90000;
	font-family: "Arial Rounded MT Bold", Arial;
}
