/* CSS Document ----Typography----
Style Sheet for: norfolk contemporary craft society version 03
designed by Mike Fenton: www.gallerymikefenton.co.uk
ToC
	1. Defaults					11
	2. Paragraphs and Headings	22
	3. Lists					63			
	4. Odds and Ends			77
-------------------*/
/*---------------DEFAULTS------*/
html{
	font-size:100%;
	}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#0d004c;
	line-height:1.5;
	}
input, select, th, td{
	font-size:1em;
	}/*above 2 rules makes font size = 10px for each 1em*/
	/*--------------PARAGRAPHS AND HEADINGS---*/
h1, h2, h3, h4, p{
	margin:0px 10px 10px 10px;
	padding:0px;
	}
h1, h2, h3, h4, h5{
	font: Arial, Verdana, Helvetica, sans-serif;
	}
h1, h2, h3{
	font-weight:bold;
	}	
h1 {
	font-size:2em;
	color:#669;
	line-height:1.5em;
	}
h1 a{
	font-size:1em;
	color:#669;
	}
h2{
	font-size:1.7em;
	color:#669;
	}
h3{
	font-size:1.5em;
	}
h4{
	font-size:1.3em;
	font-style:italic;
	}
h5 a{
	color:#669;
	}
h6{
	text-align:center;
	padding:5px;
	font-size:1em;
	}
p {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1.2em;/**/
	}
	/*---------------------------LISTS---------*/
ol{
	list-style:none;
	margin:0 10px;
	}
ol li{
	font-size:1.5em;
	line-height:1.75em;
	}
ol li a{
	font-size:1em;
	line-height:1.5em;
	}
#membersContentBorder h3{
	margin:5px 10px 15px 10px;
	padding:0px;
	color:#669;
	line-height:1.5em;
	}
#membersContentBorder ol li{
	color:#669;
	line-height:1.1em;
	}
#membersContentBorder ol li a{
	font-size:.75em;
	color:#669;
	/*line-height:1.1em;*/
	}
ul{
	list-style:disc;
	list-style-position:inside;
	margin:0px 10px 5px 10px;
	padding:0px;
	}
ul li{
	font-size:1.2em;
	line-height:1.75em;
	font-weight:bold;
	}
ul li a{
	font-size:1em;
	line-height:1.5em;
	}
	/*--------------------------ODDS AND ENDS-*/
.threeQuartLight table{
	font-size:1.2em;
	}
.dropCap span{
	font-size:2.8em;
	line-height:1em;
	}
.dropCap{
	float:left;
	height:2.7em;
	margin-top:-1em;
	margin-left:-0.4em;
	margin-right:-5px;
	}
.centreText{
	text-align:center;
	}
.smaller{
	font-size:.9em;
	}
.strong{
	font-weight:bold;
	}
.italic{
	font-style:italic;
	}
.alightRight{
	text-align:right;
	}
.marginTop{
	margin-top:20px;
	}
.warning{
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}
