/* CSS Document ----Typography---- */
/*annetterolston.co.uk version 5
designed by Mike Fenton: www.gallerymikefenton.co.uk
-------------------*/
html{
	font-size:100%;
	}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#363465;
	}
input, select, th, td{
	font-size:1em;
	}/*above 2 rules makes font size = 10px for each 1em*/
h1, h2, h3, h4, h5, h6, p{
	margin:0px 10px 5px 10px;
	padding:0px;
	}
h1, h2, h3, h4{
	font: Arial, Verdana, Helvetica, sans-serif;
	}
h1, h2, h3{
	font-weight:bold;
	}	
h1 {
	font-size:2em;
	}
h2{
	font-size:1.5em;
	}
h3{
	font-size:1.3em;
	}
h4{
	font-size:1.2em;
	font-weight: normal;
	}
h6{
	font-size:1em;
	font-weight:normal;
	text-align:center;
	}
p {
	font-size:1.2em;
	/*line-height:1.5em;*/
	}
.centreText{
	text-align:center;
	}
.smaller{
	font-size:.9em;
	}
.strong{
	font-weight:bold;
	}
.italic{
	font-style:italic;
	}
.alightRight{
	text-align:right;
	}
