/*
-----------------------------------------------------
Basic CSS file for =< v4 browsers [Caravan and Motorhome Club]

File		: basic.css
Author	: Joshua Marshall (joshua.marshall@tmg.co.uk)

Notes		: 
-----------------------------------------------------
*/

body {
	color: #000;
	font: 62.5% arial, helvetica, sans-serif!important;
}

acronym {
	border-bottom: 1px dotted #333;
}



a:link, a:visited {
	color: #006554;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #006554;
	text-decoration: underline;
}

p {
	margin: 0 0 1em;
}

.accessibility {
	position:absolute;
	left:-999em;
}

.centre { text-align: center; }

address {
	font-style: normal;
}

strong {
	font-weight: bold !important;
}

.smaller {
	font-size: 85%;
}

/* ------------------------------------------------- */

img { border:0; }

/* ------------------------------------------------- */


