@charset "utf-8";
/* A1 Outdoor */

/*** HEADINGS ***/

h1, h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial;
	letter-spacing: 1px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

/*** COLOURS ***/

.red1 {
	color: #eb0101;
}

.grey1 {
	color: #4d4d4d;
}

.blue1 {
	color: #110072;
}

.black {
	color: #000;
}

/*** TEXT DECORATION ***/

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.em {
	font-style: italic;
}

/*** OTHER TAGS ***/

.hr1 {
	height: 12px;
	width: 400px;;
	background-image: url(images/hr.png);
}


/*** FONT SIZES **/

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.ls1 {
	letter-spacing: 1px;
}

/*** LINK ***/

a {
	color: #110072;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*** FLOATS ***/

.left {
	float: left;
}

.right {
	float: right;
}

/*** SPOT BOXES ***/

.spotbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.spotboximg {
	float: left;
}

.spotboxtext {
	float: right;
	width: 210px;
	height: 120px;
	border: 1px dashed #999;
	margin-right: 5px;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	background-color: #d4e9f8;
}

