@charset "utf-8";
/* CSS Document ----Typography---- */
/*annetterolston.co.uk version 6
designed by Mike Fenton: www.gallerymikefenton.co.uk
-------------------*/
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#424242;/*v dark grey*/
	}
input, select, th, td{
	font-size:1em;
	}/*above 2 rules makes font size = 10px for each 1em*/
html{
	font-size:100%;
	}
	/*----------------PARAGRAPHS AND HEADERS----*/
h1, h2, h3, h4 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.8em;
	margin:10px 10px 0px 0px;
	line-height:1.75;
	}
h1{
	font-size:1.8em;
	text-transform:uppercase;
	}
h2{
	font-size:1.6em;
	}
h3{
	font-size:1.4em;
	}
h4{
	font-size:1.2em;
	font-weight:normal;
	}
h6{
	text-align:center;
	font-size:1em;
	font-weight:normal;
	margin:5px;
	padding:0px;
	}
h6 img{
	padding:5px;
	}
p {
	font-size:1.2em;
	line-height:1.5em;
	margin:10px 5px 10px 5px;
	}
	/*-----------------------------LISTS--------------*/
ul{
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
	}

ul li{
	list-style-type:circle;
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	}
ol{
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
	}
ol li{
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	}
	/*-------------------------POSITIONING------------*/	
.centreText{
	text-align:center;
	}
.smaller{
	font-size:.9em;
	}
.strong{
	font-weight:bold;
	}
.italic{
	font-style:italic;
	}
.alightRight{
	text-align:right;
	}
.warning{
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}
#wrapper .threeQuartContent .quartContent p {
	font-size: 1em;
	text-align: center;
}
#wrapper .threeQuartContent .quartContent p {
	margin: 5px;
}

