body {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF
}

a:link { color: #AB3EFF }
a:visited { color: #007FFF }
a:hover { color: #000000; background-color: #FF8888 }
a:active { color: #7FFFFF }

h1 { text-align: center }
h2 { text-align: left }
h2.centred { text-align: center }

table.centred-table { margin-left: auto; margin-right: auto }

/* used for photo caption on top of vehicles pages */
p.buscaption {
	text-align: center;
	font-style: italic;
	font-size: large;
	color: #663300
}

/* used for green bottom left corner on Green RM Express vehicles page */
p.greencorner {
	text-align: left;
	border-width: thick;
	border-color: green;
	border-style: none none solid solid
}

/* used for phrase under main company logo on home page */
p.subtitle { text-align: center; font-style: italic; font-size: large }

p.copyright { font-style: italic; font-size: small; color: #707070 }

/* used for itinerary in Timebus Tourer page */
p.itinerary {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 6ex;
	text-indent: -6ex
}

div.copyright { font-style: italic; font-size: small; color: #707070 }

div.centered { text-align: center }

div.large { font-size: large }

div.smaller { font-size: smaller }

/* text to left or right of zig-zagging photos like gallery area */
div.photocaption {
	margin: 0px 0px 100px
	}

/* used for email form to give grey background to make text fields clearer */
div.form {
	background-color: #DDDDDD;
	padding: 10px;
	margin: 10px;
	border-width: thin;
	border-color: black;
	border-style: solid solid solid solid
}

/* used for RHS ads and messages, distinguished from main page content */
div.message {
	background-color: #FFEFD5;
	padding: 10px;
	margin: 10px;
	border-width: medium;
	border-color: black;
	border-style: solid solid solid solid;
	float: right;
	width: 25%;
	color: #800000
}

div.box1 {
	background-color: #FFEFD5;
	padding: 10px;
	border-width: thin;
	border-color: red;
	border-style: solid solid solid solid;
	float: left;
	width: 45%;
	color: #800000
}

div.box2 {
	background-color: #FFEFD5;
	padding: 10px;
	border-width: thin;
	border-color: red;
	border-style: solid solid solid solid;
	float: right;
	width: 45%;
	color: #800000
}

/* used for colouring in red asterisks for compulsory fields on email form */
span.red { color: red; font-weight: bold }

/* used for bullet point ordered list headings */
span.bulletheading { font-weight: bold; color: #501000 }

/* used on email forms for quotes, employment, advertising enq */
input.textarea { font-family: "courier new", courier, monospace; }
/* used on submit/clear buttons as don't want monospace on those */
input.button { font-family: arial, helvetica, sans-serif; }

/* used on links pages for vert centred logo, inline with descriptive text */
.midalign {
	border-style: none;
	vertical-align: middle;
	padding: 3px
}

/* used temporarily only for printing web site without web specific parts

.webonly { display: none; }
*/

/* used in form group labels */
legend { font-weight: bold }

/* top left inline image */
img.topleft {
	border-style: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px
}

/* top right inline image */
img.topright {
	border-style: none;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px
}

img.arrowr {
	vertical-align: middle;
}

/* used for itinerary in Timebus Tourer page */
ol.options {
	list-style-type: lower-alpha;
	margin-left: 6ex
}