/* CSS Document ----Typography---- */
/*digriffithsartist.co.uk  version 1
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:#000;
	}
input, select, th, td{
	font-size:1em;
	}/*above 2 rules makes font size = 10px for each 1em*/
	/*-------------------------Headers & Paragraphs----*/
h1, h2, h3, h4, h5, h6, p{
	margin:0 10px 0px 10px;
	padding:0px;
	}
h1, h2, h3, h4{
	font: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:10px;
	}
h1 {
	font-size:1.5em;
	text-transform:uppercase;
	}
#leftLogoHolder h1{
	font-size:2.5em;
	color:#000;
	text-transform:none;
	}
#rightLogoHolder h1{
	font-size:2.5em;
	color:#000;
	text-align:right;
	text-transform:none;
	}
table tr td h1{
	margin:0;
	}
h2{
	font-size:1.3em;
	text-transform:capitalize;
	}
table tr td h2{
	margin:0;
	}
h3{
	font-size:1.2em;
	}
h4{
	font-size:1.2em;
	}
h6{
	font-size:.9em;
	font-weight:normal;
	/*text-align:center;*/
	}
h5{
	font-size:1.2em;
	line-height:1.25;
	font-weight:bold;/**/
	} 
p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
	}
table tr td p{
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
	padding:0;
	}
/*--------------------------Lists--------------------*/
ul{
	list-style:none;
	margin:10px 10px 10px 10px;
	}
ul li{
	font-size:1.2em;
	font-weight:bold;/**/
	font-style:italic;
	line-height:1.2;
	}
ul li a{
	font-size:1em;
	}
ul li ul li{
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	line-height:1.2em;
	padding-bottom:5px;
	/*text-indent:1em;*/
	}
table tr td ul{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:0;
	}
table tr td ul li{
	font-size:1em;
	font-weight:normal;
	line-height:1.5em;
	}
/*----------------------------------------------*/
.centreText{
	text-align:center;
	}
.smaller{
	font-size:.9em;
	}
.strong{
	font-weight:bold;
	}
.italic{
	font-style:italic;
	}
.alightRight{
	text-align:right;
	}

