/* MASTER */
.typography{font: 1.3em/1.3 Georgia, "Times New Roman", Times, serif;}
.smallFont{font-size: 0.8em;}


/* HEADINGS */
.typography h1{font-size: 1.6em; color: #000000; margin-top: 0.8em;}
	.typography h1.mainPageTitle{position: relative; border-bottom: 1px solid #c8c8c8; font-size: 1.85em; margin: 0 0 0.5em 0; padding-bottom: 5px;}
.typography h2{background: url(../images/h2.png) 0 100% no-repeat; font-size: 1.2em; color: #000000; font-weight: bold; margin: 1.2em 0 0.3em 0; padding-bottom: 6px;}

.typography h3{font-size: 1.4em; color: #000000; margin-top: 0.5em;}
.typography h4{background: url(../images/h2.png) 0 100% no-repeat; font-size: 1.15em; color: #000; font-weight: bold; margin: 1.2em 0 0.3em 0; padding-bottom: 8px;}
	#BlogContent h4{font: 1.1em Georgia, "Times New Roman", Times, serif; color: #595959; margin: 0;}

.typography h5{font-size: 1em; color: #000; font-weight: bold; margin: 0.5em 0 0.3em 0;}
.typography h6{font-size: 1.4em; color: #000000; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 300; margin-top: 0.5em;}


/* TEXT */
.typography p{margin-bottom: 0.5em;}
.typography strong, .typography b{font-weight: bold;}
.typography em{font-style: italic;}
.typography u{text-decoration: underline;}
.typography blockquote{background: url(../images/blockquote.png) 0 100% no-repeat; font-size: 1.3em; color: #888888; padding-bottom: 7px;}
	.typography blockquote p{margin-bottom: 0;}
.typography address{color: #666; font-style: normal; line-height: 1; padding: 0.5em;}
	.typography address strong{display: block; background: url(../images/h2.png) 0 100% no-repeat; font-size: 1.15em; color: #000; font-weight: bold; margin: 1.2em 0 0.3em 0; padding-bottom: 8px;}
	
	/* LINKS */
	.typography a{color: #929292; text-decoration: underline;}
		.typography a:hover{color: #209edf; text-decoration: underline;}
		.typography a:active{color: #209edf; text-decoration: underline;}


/* LISTS */
.typography ul, .typography ol, .typography dl{padding: 0.5em 0;}
	.typography ul{}
		.typography ul li{background: url(../images/bullet2.gif) 0 3px no-repeat; padding: 0 0 0.3em 11px;}
	.typography ol{list-style-type: decimal; list-style-position: inside;}
		.typography ol li{}
	.typography dl{font-family: Verdana, Arial, Helvetica, sans-serif;}
		.typography dl dd{color: #2898ea;}
		.typography dl dt{font-style: italic;}


/* TABLES */		
.typography table{margin-bottom: 1em;}
	.typography table th, .typography table td{text-align: center; vertical-align: middle; padding: 5px; font-family: Verdana, Arial, Helvetica, sans-serif;}
		.typography table th{color:#ff848d; font-weight: bold; border-right: 1px solid #a6a6a6; border-bottom: 1px solid #a6a6a6; font-size: 12px;}
		.typography table td{color: #a6a6a6; border-right: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8;}
		.typography table p, .typography table ul, .typography table ol, .typography table dl{margin: 0; padding: 0; color:#a6a6a6;}


/* IMAGES */
.typography img.left{float: left; margin: 1em 1em 1em 0;}
.typography img.right{float: right; margin: 1em 0 1em 1em;}


/* COLOUR TABLE */
#colourTable td{width: 175px; height: 175px; vertical-align: top;}
	.colour1{background-color: #888888} /* Dark grey */
	.colour2{background-color: #209edf} /* Light blue */
	.colour3{background-color: #ff848d} /* Pink */
	.colour4{background-color: #d3d3d3} /* Ligh grey*/
	.colour5{background-color: #c8c8c8;} /* colourName here */
	.colour6{background-color: #fff} /* colourName here */
	.colour7{background-color: #fff} /* colourName here */
	.colour8{background-color: #fff} /* colourName here */
	.colour9{background-color: #fff} /* colourName here */
	.colour10{background-color: #fff;} /* colourName */
	.colour11{background-color: #fff;} /* colourName */
	.colour12{background-color: #fff;} /* colourName */
