/* DEFAULT STYLES TO BE OVERRIDDEN BY LATER CSS DEFINITIONS */

body {
	margin: 0px;
	padding: 0px;
	background: #aaaaaa;
/*	behaviour: url(/behaviours/PIE.htc); */
	-webkit-font-smoothing: antialias;
	text-rendering: optimiseLegibility;
}

p {
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
	overflow: visible;
}

table {
	font-size: 11px;
}

li {
	margin-bottom: 10px;
	text-align: justify;
	/*width: 80%;*/
}

img {
	-ms-interpolation-mode: bicubic;
}

/*.ie li {
	margin-bottom: 10px;
	text-align: justify;
	width: 99%;
}*/

ul.special {
	margin-top: 0px;
	font-size: 11px;
	overflow: visible;
	padding-top: 0px;
	font-family: arial;
	line-height: 1.5;
	list-style-image: url('/images/sqblue.gif');
}

/* Workaround for XSLT bug in IE */
br {
	line-height: 0px !important;
}



/*These blockquotes don't work too well, best to use the alternative quote class below*/

blockquote {
	width: 95%;
	font-style: italic;
	text-align:justify;
}

.ie blockquote {
	padding-left: 20px;
	text-align: justify;
}

.gecko blockquote p {
	padding-left: 20px;
	margin-right: 40px;
}



/*alternative blockquote - Lorna*/

.quote {
	font-style: italic;
	margin-left: 30px;
	margin-bottom: 7px;
	width: 90%;
	text-align: justify;
}

div.frontpagequote {
	font-style: italic;
	margin-left: 30px;
	margin-bottom: 7px;
	width: 90%;
	text-align: justify;
}

.ie div.frontpagequote {
	font-style: italic;
	margin-left: 30px;
	margin-bottom: 7px;
	width: 70%;
	text-align: justify;
}

/*end*/




th {
	text-align: center;
}

hr {
	margin-top: 16px;
	margin-bottom: 16px;
}

dd {
	margin-top: 3px;
	margin-bottom: 14px;
}

select {
	font-size: 11px;
}

a img {
	border: 0px;
}


/* Headings */

h1, .BBFormTitle {
	color: #b11b34;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 0px;
	clear: both;
	text-align: left;
}

h2 {
	color: #b11b34;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 16px;
	clear: left;
	text-align: left;
}

h2.centre_aligned {
	text-align: center;
}

h3 {
	color: black;
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 16px;
	font-weight: bold;
	text-align: left;
}


/* Links */

a {
/*	color: #b11b34;*/
	color: #06C;
	text-decoration: none;
}

a:visited {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: none;
}

p.indent {
	margin-left: 30px;
}



